summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt
Commit message (Expand)AuthorAgeFilesLines
* 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
* add helper setHasWindowSilenio Quarti2012-08-0120-100/+28
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-0119-20/+99
* fix formattingSilenio Quarti2012-08-011-22/+22
* Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor2012-08-011-6/+24
* fix formattingSilenio Quarti2012-08-011-2/+2
* Use gtk_widget_has_default instead of deprecated GTK_WIDGET_HAS_DEFAULTAnatoly Spektor2012-08-011-4/+11
* Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX T/S-Chines...Bogdan Gheorghe2012-07-301-5/+6
* Bug 384725 - linux accessibility brokenCarolyn MacLeod2012-07-171-1/+9
* Bug 382812 - Eclipse crashes with Gtk:ERROR after showing workbench (Ubuntu 1...Silenio Quarti2012-07-171-1/+13
* Bug 376560 - Crash when starting on SUSE or some RHEL4 - Comment#11Silenio Quarti2012-07-121-12/+16
* Use gtk_scrolled_window_get_[h|v]scrollbar functions for GTK >= 2.8.Alexander Kurtakov2012-06-212-5/+28
* Bug 113342 - Disposing a font still in use by a GC causes crashesSilenio Quarti2012-06-201-0/+1
* Use Cairo instead of deprecated functions in ToolTip widget.Anatoly Spektor2012-06-191-3/+58
* Bug 376448 - [DBCS4.2] AIX 7, DirectoryDialog returns 'null' if selectedSilenio Quarti2012-06-182-3/+6
* Bug 382840 - Table#setSelection(int) should specify that it shows theCarolyn MacLeod2012-06-183-11/+22