summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk
Commit message (Expand)AuthorAgeFilesLines
* Bug 388265 fix formatting and remove redundant else check in WidgetArun Thondapu2012-09-117-16/+11
* Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3Anatoly Spektor2012-09-1111-10/+36
* Bug 386893 - Omit use of deprecated GTK_ACCEL_LABEL_SET_ACCEL_STRING andSilenio Quarti2012-09-071-7/+9
* Bug 388990 - JUnit test failures on Linux in I20120904-0800Carolyn MacLeod2012-09-064-29/+17
* Remove redundant else check in Slider/Scale GTK 3 patchesArun Thondapu2012-09-062-2/+2
* Use gtk_scale_new() in Gtk+3Anatoly Spektor2012-09-061-2/+15
* Use gtk_scrollbar_new() for GTK+3Anatoly Spektor2012-09-061-2/+16
* Bug 382175 - [Cairo] Images created with external GdkPixmap* can't be drawn u...Silenio Quarti2012-09-061-0/+2
* Bug 384315 - virtual table accessibility slow on GTK (was: Open Type is very ...Silenio Quarti2012-09-062-4/+4
* Bug 381407 - reproducible crash in Debug's Variables view (PPC64)Silenio Quarti2012-09-052-15/+16
* Bug 381407 - reproducible crash in Debug's Variables view (ppc64)Grant Gayed2012-09-064-21/+29
* Bug 383189 - Warnings and Errors in the SWT Combo when running on LinuxSilenio Quarti2012-08-311-38/+66
* Bug 372560 - Glib error when disposing a ComboSilenio Quarti2012-08-311-7/+16
* Bug 381407 - reproducible crash in Debug's Variables view (ppc64)Grant Gayed2012-08-304-12/+30
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: im-xi...Silenio Quarti2012-08-292-14/+7
* wrong version test.Silenio Quarti2012-08-281-1/+1
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: im-xi...Silenio Quarti2012-08-271-5/+7
* Bug 387496 -JVM crashes when running jdtuirefactoring tests on hudson: im-xim...Silenio Quarti2012-08-271-5/+6
* Bug 386401 - Use gtk_widget_get_allocation in newer GTK+Silenio Quarti2012-08-2725-713/+247
* Bug 379792 Fix memory leak in Table/TreeArun Thondapu2012-08-272-9/+26
* Bug 387518 - Extremely wide combo box causes X11 crashSilenio Quarti2012-08-241-1/+1
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: im-xi...Silenio Quarti2012-08-231-6/+5
* Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+Anatoly Spektor2012-08-161-4/+9
* Fix typo in previous patch for bug 387133Arun Thondapu2012-08-141-1/+1
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-1413-21/+57
* Solves bug in Sash widget (caused by path in bug #386401)Anatoly Spektor2012-08-131-3/+8
* Bug 386778 Omit use of GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y in newer GTK+Anatoly Spektor2012-08-091-3/+17
* Bug 379590 - Run event loop while Tracker is upBogdan Gheorghe2012-08-081-0/+5
* Omit use of deprecated GTK_RANGE_SLIDER_END and GTK_RANGE_SLIDER_STARTAnatoly Spektor2012-08-081-8/+21
* 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-082-5/+21
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-088-12/+20
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-0810-14/+46
* Revert unnecessary changes in Combo.java made via Bug 386401 comment #2Arun Thondapu2012-08-071-0/+2
* Bug 386145 undoing minor formatting changes introduced in previousArun Thondapu2012-08-062-2/+1
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-0615-53/+72
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-069-8/+16
* Bug 386594 - Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for new...Anatoly Spektor2012-08-039-22/+22
* Bug 385939 - Omit use of deprecated GTK_TOOLTIPS_TIP_WINDOW and gtk_tooltips_newSilenio Quarti2012-08-032-37/+54
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-0325-158/+729
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-039-17/+49
* Use g_object_ref_sink() method instead of deprecated gtk_object_sink()Anatoly Spektor2012-08-037-6/+14
* calling native directly instead of helperSilenio Quarti2012-08-022-2/+2
* Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVEAnatoly Spektor2012-08-025-7/+15
* Bug 245388 - [consistency] Combo.pack() does not consider item lengthsBogdan Gheorghe2012-08-011-1/+31
* Bug 368543 - Odd Display of WindowBuilder in Eclipse 3.8/4.2 on LinuxBogdan Gheorghe2012-08-011-0/+3
* Bug 377961 - A combo in a toolbar gets shrunkBogdan Gheorghe2012-08-011-3/+19
* rename setHasWindow() to gtk_widget_set_has_window(). Better naming conventionSilenio Quarti2012-08-0120-28/+28
* add gtk_widhet_get_mapped() helper function to simply codeSilenio Quarti2012-08-015-39/+17
* Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPEDAnatoly Spektor2012-08-014-9/+39