Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 388461 fix formatting | Arun Thondapu | 2012-09-15 | 3 | -8/+8 |
| | |||||
* | Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and ↵ | Anatoly Spektor | 2012-09-14 | 3 | -2/+19 |
| | | | | higher | ||||
* | Bug 388369 Remove redundant else check in Label and helper function in | Arun Thondapu | 2012-09-12 | 1 | -2/+2 |
| | | | Theme | ||||
* | Bug 388369 Use gtk_separator_new () in GTK+3 | Anatoly Spektor | 2012-09-12 | 1 | -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 Widget | Arun Thondapu | 2012-09-11 | 7 | -16/+11 |
| | |||||
* | Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3 | Anatoly Spektor | 2012-09-11 | 11 | -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() | ||||
* | v4304 | Silenio Quarti | 2012-09-10 | 2 | -3/+3 |
| | |||||
* | Bug 386893 - Omit use of deprecated GTK_ACCEL_LABEL_SET_ACCEL_STRING and | Silenio Quarti | 2012-09-07 | 1 | -7/+9 |
| | | | GTK_ACCEL_LABEL_GET_ACCEL_STRING | ||||
* | Bug 378383-Request for a notification of full-screen changes | Lakshmi Shanmugam | 2012-09-07 | 3 | -30/+15 |
| | |||||
* | Bug 388990 - JUnit test failures on Linux in I20120904-0800 | Carolyn MacLeod | 2012-09-06 | 4 | -29/+17 |
| | |||||
* | Remove redundant else check in Slider/Scale GTK 3 patches | Arun Thondapu | 2012-09-06 | 2 | -2/+2 |
| | |||||
* | Use gtk_scale_new() in Gtk+3 | Anatoly Spektor | 2012-09-06 | 1 | -2/+15 |
| | |||||
* | Use gtk_scrollbar_new() for GTK+3 | Anatoly Spektor | 2012-09-06 | 1 | -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 a | Silenio Quarti | 2012-09-06 | 6 | -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 Quarti | 2012-09-06 | 1 | -0/+2 |
| | | | | using GC.drawImage() | ||||
* | Bug 384315 - virtual table accessibility slow on GTK (was: Open Type is very ↵ | Silenio Quarti | 2012-09-06 | 2 | -4/+4 |
| | | | | slow: causes UI lockup with high CPU utilization) | ||||
* | Bug 381407 - reproducible crash in Debug's Variables view (PPC64) | Silenio Quarti | 2012-09-05 | 2 | -15/+16 |
| | |||||
* | Bug 381407 - reproducible crash in Debug's Variables view (ppc64) | Grant Gayed | 2012-09-06 | 4 | -21/+29 |
| | |||||
* | Bug 383189 - Warnings and Errors in the SWT Combo when running on Linux | Silenio Quarti | 2012-08-31 | 1 | -38/+66 |
| | |||||
* | Bug 372560 - Glib error when disposing a Combo | Silenio Quarti | 2012-08-31 | 1 | -7/+16 |
| | |||||
* | Bug 381407 - reproducible crash in Debug's Variables view (ppc64) | Grant Gayed | 2012-08-30 | 4 | -12/+30 |
| | |||||
* | Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵ | Silenio Quarti | 2012-08-29 | 2 | -14/+7 |
| | | | | im-xim.so+0x3b04 | ||||
* | wrong version test. | Silenio Quarti | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵ | Silenio Quarti | 2012-08-27 | 1 | -5/+7 |
| | | | | im-xim.so+0x3b04 (remove changes for bug#382812) | ||||
* | Bug 387496 -JVM crashes when running jdtuirefactoring tests on hudson: ↵ | Silenio Quarti | 2012-08-27 | 1 | -5/+6 |
| | | | | im-xim.so+0x3b04 (PUT BACK CHANGES IN CONTROL) | ||||
* | Bug 386401 - Use gtk_widget_get_allocation in newer GTK+ | Silenio Quarti | 2012-08-27 | 25 | -713/+247 |
| | |||||
* | Bug 379792 Fix memory leak in Table/Tree | Arun Thondapu | 2012-08-27 | 2 | -9/+26 |
| | |||||
* | Bug 387980-Negative zoom factor reported from magnification gesture | Lakshmi Shanmugam | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | Bug 387518 - Extremely wide combo box causes X11 crash | Silenio Quarti | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵ | Silenio Quarti | 2012-08-23 | 1 | -6/+5 |
| | | | | im-xim.so+0x3b04 (REVERT SUSPICIOUS CHANGE TO RUN JUNIT IN NIGHTLY) | ||||
* | v4303 | Silenio Quarti | 2012-08-20 | 2 | -3/+3 |
| | |||||
* | Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+ | Anatoly Spektor | 2012-08-16 | 1 | -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.2 | Silenio Quarti | 2012-08-16 | 1 | -10/+14 |
| | |||||
* | Bug 387245 - Widget.RESIZING value same as Widget.WEBKIT_EVENTS_FIX value | Silenio Quarti | 2012-08-14 | 1 | -2/+2 |
| | |||||
* | Fix typo in previous patch for bug 387133 | Arun Thondapu | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamic | Anatoly Spektor | 2012-08-14 | 13 | -21/+57 |
| | |||||
* | v4302 | Silenio Quarti | 2012-08-13 | 2 | -3/+3 |
| | |||||
* | Solves bug in Sash widget (caused by path in bug #386401) | Anatoly Spektor | 2012-08-13 | 1 | -3/+8 |
| | |||||
* | Bug 386177 - [OpenGL] Closing RCP editor with GLCanvas breaks all remaining ↵ | Silenio Quarti | 2012-08-09 | 2 | -11/+19 |
| | | | | open GLCanvas | ||||
* | Bug 378168-Group client Area is wrong | Lakshmi Shanmugam | 2012-08-09 | 1 | -5/+13 |
| | |||||
* | Bug 386778 Omit use of GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y in newer GTK+ | Anatoly Spektor | 2012-08-09 | 1 | -3/+17 |
| | |||||
* | Bug 379590 - Run event loop while Tracker is up | Bogdan Gheorghe | 2012-08-08 | 3 | -1/+10 |
| | |||||
* | Omit use of deprecated GTK_RANGE_SLIDER_END and GTK_RANGE_SLIDER_START | Anatoly Spektor | 2012-08-08 | 1 | -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_default | Silenio Quarti | 2012-08-08 | 1 | -1/+5 |
| | |||||
* | fix: use helper instead of OS native. And fix helpers to call ↵ | Silenio Quarti | 2012-08-08 | 2 | -5/+21 |
| | | | | OS.GTK_WIDGET_UNSET_FLAGS when parameter is false | ||||
* | Omit use of deprecated GTK_WIDGET_UNSET_FLAGS | Anatoly Spektor | 2012-08-08 | 8 | -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_FLAG | Anatoly Spektor | 2012-08-08 | 10 | -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 #2 | Arun Thondapu | 2012-08-07 | 1 | -0/+2 |
| | |||||
* | Bug 386145 undoing minor formatting changes introduced in previous | Arun Thondapu | 2012-08-06 | 2 | -2/+1 |
| | | | commit | ||||
* | Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ↵ | Anatoly Spektor | 2012-08-06 | 15 | -53/+72 |
| | | | | GTK+ |