summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse
Commit message (Collapse)AuthorAgeFilesLines
* gtk_scrolled_window_add_with_viewport is deprecated in GTK 3.8.Alexander Kurtakov2013-07-101-1/+5
| | | Use gtk_container_add for GTK 3.8 or newer.
* Bug 411006 - Typo in Menu.getBounds()Grant Gayed2013-06-251-1/+1
|
* Bug 408957 - Improve API doc for Text.getTextChars() and setTextChars()Lakshmi Shanmugam2013-05-291-1/+11
|
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-2835-35/+35
|
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-255-13/+46
|
* Revert "DateTime on top of GtkSpinButton (work in progress) Conflicts:"Arun Thondapu2013-05-011-435/+252
| | | | This reverts commit bcac6ad70ee319247deb043444a858ffd48b487d.
* Bug 392774 - [GTK3] Need to implementArun Thondapu2013-05-011-4/+8
| | | Table/TreeDragSourceEffect.getDragSourceImage
* DateTime on top of GtkSpinButton (work in progress)Anatoly Spektor2013-05-011-252/+435
| | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
* Bug 392700 - [GTK3] Java editor paint problemsSilenio Quarti2013-04-301-14/+15
|
* Bug 392700 - [GTK3] Java editor paint problems - comment#9Silenio Quarti2013-04-301-14/+14
|
* Fix for initial bounds not set on GTK 3.Alexander Kurtakov2013-04-301-0/+3
| | | | | | | | | | | There is the following printed on console: Gtk-CRITICAL **: gtk_widget_set_allocation: assertion `gtk_widget_get_visible (widget) || gtk_widget_is_toplevel (widget)' failed. The critical part is that this breaks even the workspace selection dialog (it's empty) on GTK 3. A workaround is to make the widget visible. It's done for GTK 3 only to prevent any possible problem on GTK 2 because of it.
* Bug 392700 - [GTK3] Java editor paint problemsSilenio Quarti2013-04-291-1/+15
|
* Bug 376011 - [accessibility] Eclipse 4.2 tab traversal needs refiningCarolyn MacLeod2013-04-052-2/+8
|
* Bug 403474 - [GTK3] Problems setting background on latestSilenio Quarti2013-04-034-2/+41
|
* Bug 404163 - [GTK3] setBackgroundImage not working on Fedora 18Silenio Quarti2013-04-031-10/+26
|
* Bug 398748 - [GTK3] Text in Javadoc hover unreadable on Ubuntu 12.04Silenio Quarti2013-04-031-0/+2
|
* Bug 398748 - [GTK3] Text in Javadoc hover unreadable on Ubuntu 12.04Silenio Quarti2013-03-271-1/+24
|
* Bug 403102 - [GTK3] pointer image is often wrong when moving from editor to viewSilenio Quarti2013-03-261-0/+10
|
* Bug 397107 - [GTK3] CTabFolder rendering hangsSilenio Quarti2013-03-254-21/+66
|
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2013-03-211-1/+1
|
* Bug 399522 - [GTK3] frequent get_column_number critical error spewsSilenio Quarti2013-03-211-1/+4
|
* Bug 399562 - [GTK3] ProgressBar does not send any mouse eventsSilenio Quarti2013-03-211-0/+4
|
* Bug 396316 - [GTK3] Table is not given enough height on preferences File ↵Silenio Quarti2013-03-213-3/+44
| | | | Associations page
* Bug 399547 - [GTK3] Widget.getStyle() does not report a set SWT.BORDER valueSilenio Quarti2013-03-211-3/+12
|
* Bug 398176 - [GTK3] Terminate button in Console view is always enabledSilenio Quarti2013-03-211-1/+3
|
* Bug 403941 - invalidate style context after gtk_widget_override_*.Alexander Kurtakov2013-03-202-0/+6
| | | | This is needed on later gtk 3.x versions in order for overrides to propagate to the style context and be retrievable.
* Bug 399560 - [GTK3] CoolBar item handles only shown when CoolBar style ↵Silenio Quarti2013-03-201-5/+7
| | | | includes SWT.FLAT
* Bug 394583 - [ GTK+ 3] TextBox is clipped to the rightSilenio Quarti2013-03-201-9/+2
|
* Bug 403191 - [GTK+3] Implement SwtFixed preferred height/width methodsSilenio Quarti2013-03-191-0/+12
|
* Revert Control.setBackground on GTK3. Bug 403474Alexander Kurtakov2013-03-151-10/+11
| | | | Looks like this would be tough to fix as one can't change a single css property only in the way I tried it.
* Fix Control.setBackground on GTK3.Alexander Kurtakov2013-03-151-11/+10
| | | | | The function used gtk_widget_override_background_color doesn't work on all themes (see https://bugzilla.gnome.org/show_bug.cgi?id=656461 ). In order to make it work for all themes CSS needs to be used.
* Fix GTK3 IMContext disposal.Alexander Kurtakov2013-03-141-1/+1
| | | | | Using PANGO_TYPE_LAYOUT to dispose GTK_TYPE_IM_MULTICONTEXT makes no sense at all, it's obviously a typo. Fixes a crash in Test_org_eclipse_swt_widgets_Display test.
* Bug 273198 - [Bidi] Lack of support for controlling text direction ↵Lina Kemmel2013-03-131-0/+10
| | | | independently from widget orientation
* Remove pre GTK 2.6 checks.Alexander Kurtakov2013-03-088-89/+7
| | | Code ment to be executed on GTK older than 2.6 would better be dropped.
* Drop Combo Gtk 2.6 checks.Alexander Kurtakov2013-03-081-17/+10
| | | SWT no longer supports pre-Gtk 2.6 so the checks are not needed at all.
* Remove don't comment what doesn't belong here.Alexander Kurtakov2013-02-221-13/+0
| | | Should have been done in previous commit.
* Revert the css styling as it badly affects toolbar buttons on GTK3.Alexander Kurtakov2013-02-221-13/+13
|
* Add css style to button to solve button's height clipping issueAnatoly Spektor2013-02-211-0/+13
|
* This patch solves clipping and wrong default sizing of GtkEntry in GTK3Anatoly Spektor2013-02-211-0/+3
|
* Bug 181592 - [Widgets] Need a color constant for active and inactive ↵Silenio Quarti2013-02-112-17/+27
| | | | hyperlink colors
* Do not use g_thread_init on Glib newer than 2.32.Alexander Kurtakov2013-02-071-3/+5
| | | | | | It is already called internally by glib so no need to call it explicitly. This also allows us to keep compiling with G_DISABLE_DEPRECATED.
* Bug 399543 ColorDialog ignores existing choice of color when GTK versionArun Thondapu2013-02-071-2/+7
| | | is >= 3.4.0
* Bug 399543 ColorDialog.java formatting changesArun Thondapu2013-02-071-26/+24
|
* Replace GtkColorSelection with GtkColorChooser for GTK 3.4 and upAnatoly Spektor2013-02-061-34/+58
|
* Bug 399563 - Splash screen is huge on aix.ppc and linux.ppcSilenio Quarti2013-01-301-1/+1
|
* Wrong sizing and trimming of Spinner widget in GTK+ 3Anatoly Spektor2013-01-301-15/+36
|
* Bug 398386 - Tooltips appearing randomlySilenio Quarti2013-01-171-1/+1
|
* stop using gtk_rc_parse_string in GTK3Silenio Quarti2012-12-061-2/+4
|
* use gtk_icon_set_render_icon_pixbuf in GTK3Silenio Quarti2012-12-062-13/+15
|
* Bug 392498 - GC.copyarea does not work correctly on linuxSilenio Quarti2012-11-291-0/+4
|