summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Widget.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 412880 - Dropping Version less than 2.10 in Widget and Tooltip Anatoly Spektor2013-07-181-5/+0
* Get rid of gtk_object_sink.Alexander Kurtakov2013-07-121-8/+0
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-281-1/+1
* Bug 403941 - invalidate style context after gtk_widget_override_*.Alexander Kurtakov2013-03-201-0/+4
* Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti2012-11-161-0/+4
* cleanup imports in WidgetSilenio Quarti2012-11-021-1/+0
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-11/+11
* fix tree/table rendering and inherit backgroundSilenio Quarti2012-10-311-0/+4
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-301-11/+21
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-261-1/+12
* Bug 392839 - [GTK3] need to replace GtkAdjustment with accessorsSilenio Quarti2012-10-251-0/+76
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-221-0/+23
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-181-8/+0
* Use gtk_widget_get_preferred_size() instead gtk_widget_size_request ()Anatoly Spektor2012-10-171-0/+8
* Use gtk_cell_renderer_get_preferred_size() for GTK+ 3Anatoly Spektor2012-10-151-0/+10
* Fix gtk_render_frame parameters.Alexander Kurtakov2012-10-081-1/+1
* Use gtk_render_frame instead of gtk_paint_flat_box for GTK+ 3 and higher.Anatoly Spektor2012-10-041-0/+12
* Replace gdk_window_get_pointer with gdk_window_get_device_position GTK3Anatoly Spektor2012-10-041-0/+17
* Replace gdk_cursor_unref with g_object_unref for GTK+ 3Anatoly Spektor2012-10-021-0/+8
* Bug 388528 Fix formattingArun Thondapu2012-09-281-3/+3
* Bug 388528 Use gdk_device_ungrab() instead of gdk_pointer_ungrab() in GTK3+Anatoly Spektor2012-09-281-0/+11
* Make 64-bit the default source codeSilenio Quarti2012-09-241-122/+122
* Bug 388419 - Loss of focus during typingSilenio Quarti2012-09-191-1/+1
* Bug 388461 fix formattingArun Thondapu2012-09-151-6/+6
* Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and h...Anatoly Spektor2012-09-141-0/+17
* Bug 388265 fix formatting and remove redundant else check in WidgetArun Thondapu2012-09-111-3/+3
* Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3Anatoly Spektor2012-09-111-0/+15
* Bug 386401 - Use gtk_widget_get_allocation in newer GTK+Silenio Quarti2012-08-271-0/+11
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-141-0/+17
* forgot to fix Widget.gtk_widget_set_receives_defaultSilenio Quarti2012-08-081-1/+5
* fix: use helper instead of OS native. And fix helpers to call OS.GTK_WIDGET_U...Silenio Quarti2012-08-081-4/+20
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-081-0/+8
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-081-0/+32
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-061-0/+8
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-061-0/+8
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-031-0/+32
* Use g_object_ref_sink() method instead of deprecated gtk_object_sink()Anatoly Spektor2012-08-031-0/+8
* Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVEAnatoly Spektor2012-08-021-0/+8
* add gtk_widhet_get_mapped() helper function to simply codeSilenio Quarti2012-08-011-0/+8
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 46025 - [Widgets] Toolbar does not support WRAP style (initial patch)Arun Thondapu2012-04-261-1/+7
* Bug 350098 - [hovering] "Enrich on click" is not workingGrant Gayed2012-04-121-3/+3
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-091-3/+3
* Merge branch 'master' into bug230854Felipe Heidrich2012-02-141-4/+0
|\
| * Bug 369228 - Kill pre GTK 2.4 leftovers from Tree. (review)Silenio Quarti2012-01-201-4/+0
* | bug 230854 - initial commit, started with patch from comment 149Felipe Heidrich2011-07-211-1/+14
|/
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* Bug 65899 - [StyledText] StyledText Supplementary/Surrogate character navigationFelipe Heidrich2011-03-231-2/+2
* Bug 29779 - BIDI: lack of ability to change orientation of widget in runtime...Felipe Heidrich2010-12-171-2/+2
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-2/+26