summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt
Commit message (Collapse)AuthorAgeFilesLines
* wrong version test.Silenio Quarti2012-08-281-1/+1
|
* Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-271-5/+7
| | | | im-xim.so+0x3b04 (remove changes for bug#382812)
* Bug 387496 -JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-271-5/+6
| | | | im-xim.so+0x3b04 (PUT BACK CHANGES IN CONTROL)
* 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: ↵Silenio Quarti2012-08-231-6/+5
| | | | im-xim.so+0x3b04 (REVERT SUSPICIOUS CHANGE TO RUN JUNIT IN NIGHTLY)
* Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+Anatoly Spektor2012-08-161-4/+9
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* 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
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* 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 ↵Silenio Quarti2012-08-082-5/+21
| | | | OS.GTK_WIDGET_UNSET_FLAGS when parameter is false
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-088-12/+20
| | | | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-0810-14/+46
| | | | | | | | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Control.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Link.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/MenuItem.java bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Sash.java
* 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
| | | commit
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ↵Anatoly Spektor2012-08-0615-53/+72
| | | | GTK+
* 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 ↵Anatoly Spektor2012-08-039-22/+22
| | | | newer GTK+
* 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
| | | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
* Use g_object_ref_sink() method instead of deprecated gtk_object_sink()Anatoly Spektor2012-08-037-6/+14
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* 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
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* 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
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* 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
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* fix formattingSilenio Quarti2012-08-011-22/+22
|
* Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor2012-08-011-6/+24
| | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
* 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 ↵Bogdan Gheorghe2012-07-301-5/+6
| | | | T/S-Chinese IME
* Bug 384725 - linux accessibility brokenCarolyn MacLeod2012-07-171-1/+9
|
* Bug 382812 - Eclipse crashes with Gtk:ERROR after showing workbench (Ubuntu ↵Silenio Quarti2012-07-171-1/+13
| | | | 10.10 amd64)
* 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
| | | | | | | The old way of accessing the struct directly is ifdefed as the struct can not be accessed directly in GTK 3. With this change if SWT is compiled against newer GTK it will not run for pre GTK 2.8.
* 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
| | | | | | path contains DBCS characters Bug 377246 - [DBCS] AIX 7: FileDialog returns 'null' if selected path contains DBCS characters
* Bug 382840 - Table#setSelection(int) should specify that it shows theCarolyn MacLeod2012-06-183-11/+22
| | | selection