summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT
Commit message (Collapse)AuthorAgeFilesLines
* Bug 388461 fix formattingArun Thondapu2012-09-153-8/+8
|
* Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and ↵Anatoly Spektor2012-09-143-2/+19
| | | | higher
* Bug 388369 Remove redundant else check in Label and helper function inArun Thondapu2012-09-121-2/+2
| | | Theme
* Bug 388369 Use gtk_separator_new () in GTK+3Anatoly Spektor2012-09-121-2/+16
| | | | | | This patch replaces old GTK2 API methods gtk_vseparator_new () and gtk_hseparator_new () with GTK+ 3 API method gtk_separator_new() and makes old 2 methods dynamic
* 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
| | | | | | This patch implements Gtk 3 methods gtk_box_new() and gtk_box_set_homogeneous() instead of deprecated gtk_hbox_new() and gtk_vbox_new()
* v4304Silenio Quarti2012-09-102-3/+3
|
* Bug 386893 - Omit use of deprecated GTK_ACCEL_LABEL_SET_ACCEL_STRING andSilenio Quarti2012-09-071-7/+9
| | | GTK_ACCEL_LABEL_GET_ACCEL_STRING
* Bug 378383-Request for a notification of full-screen changesLakshmi Shanmugam2012-09-073-30/+15
|
* 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
| | | | | This patch uses gtk_scrollbar_new() instead of deprecated gtk_hscrollbar_new() and gtk_vscrollbar_new() for GTK+3 and higher
* Bug 387338 - Cocoa: [New SWT style required]single click only bring aSilenio Quarti2012-09-066-4/+45
| | | window to the top but do not take effective for the click object
* Bug 382175 - [Cairo] Images created with external GdkPixmap* can't be drawn ↵Silenio Quarti2012-09-061-0/+2
| | | | using GC.drawImage()
* Bug 384315 - virtual table accessibility slow on GTK (was: Open Type is very ↵Silenio Quarti2012-09-062-4/+4
| | | | slow: causes UI lockup with high CPU utilization)
* 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: ↵Silenio Quarti2012-08-292-14/+7
| | | | im-xim.so+0x3b04
* 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 387980-Negative zoom factor reported from magnification gestureLakshmi Shanmugam2012-08-271-1/+1
|
* 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)
* v4303Silenio Quarti2012-08-202-3/+3
|
* 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
* Bug 386274 - [OpenGL] Transparent background flicker in GLCanvas starting 3.7.2Silenio Quarti2012-08-161-10/+14
|
* Bug 387245 - Widget.RESIZING value same as Widget.WEBKIT_EVENTS_FIX valueSilenio Quarti2012-08-141-2/+2
|
* 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
|
* v4302Silenio Quarti2012-08-132-3/+3
|
* Solves bug in Sash widget (caused by path in bug #386401)Anatoly Spektor2012-08-131-3/+8
|
* Bug 386177 - [OpenGL] Closing RCP editor with GLCanvas breaks all remaining ↵Silenio Quarti2012-08-092-11/+19
| | | | open GLCanvas
* Bug 378168-Group client Area is wrongLakshmi Shanmugam2012-08-091-5/+13
|
* 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-083-1/+10
|
* 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+