Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3gtk3_box_new | Anatoly Spektor | 2012-08-28 | 17 | -13/+133 |
| | | | | | This patch implements Gtk 3 methods gtk_box_new() and gtk_box_set_homogeneous() instead of deprecated gtk_hbox_new() and gtk_vbox_new() | ||||
* | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-28 | 3 | -7/+7 |
|\ | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | Make GTK_VERSION a variable. | Alexander Kurtakov | 2012-08-28 | 1 | -4/+5 |
| | | | | | | | | | | | | | | Allowing to try compiling against different GTK versions is really helpful while porting to newer version. As the default is set to 2.0 nothing should break unless someone manually passes 3.0 or even 4.0 so if someone sees a breakage it will be obvious. | ||||
| * | Remove cast in dynamic method breaking compilation. | Alexander Kurtakov | 2012-08-28 | 2 | -3/+2 |
| | | | | | | | | This should have been part of bug 369624. | ||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-28 | 26 | -733/+287 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-27 | 2 | -7/+6 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | 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) | ||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-21 | 4 | -5/+5 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | v4303 | Silenio Quarti | 2012-08-20 | 4 | -5/+5 |
| | | |||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-20 | 1 | -0/+1 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | Bug 386220 - [Mac Cocoa] ↵ | Silenio Quarti | 2012-08-20 | 1 | -0/+1 |
| | | | | | | | | org.eclipse.swt.accessibility.Accessible.getChildrenAttribute may throw java.lang.ArrayIndexOutOfBoundsException | ||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-16 | 6 | -74/+15 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | Omit use of GTK_RANGE_HAS_STEPPER_A,B,C,D constants for newer GTK+ | Anatoly Spektor | 2012-08-16 | 6 | -74/+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 | ||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-16 | 2 | -11/+15 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | Bug 386274 - [OpenGL] Transparent background flicker in GLCanvas starting 3.7.2 | Silenio Quarti | 2012-08-16 | 2 | -11/+15 |
| | | |||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-15 | 25 | -45/+117 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | Bug 387245 - Widget.RESIZING value same as Widget.WEBKIT_EVENTS_FIX value | Silenio Quarti | 2012-08-14 | 1 | -2/+2 |
| | | |||||
| * | Make gdk_gc_set_values() dynamic | Anatoly Spektor | 2012-08-14 | 3 | -3/+11 |
| | | |||||
| * | Bug 387144 - Make gdk_pixbuf_render_to_drawable() dynamic | Silenio Quarti | 2012-08-14 | 3 | -5/+11 |
| | | |||||
| * | 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 | 18 | -25/+78 |
| | | |||||
| * | v4302 | Silenio Quarti | 2012-08-13 | 4 | -5/+5 |
| | | |||||
| * | Solves bug in Sash widget (caused by path in bug #386401) | Anatoly Spektor | 2012-08-13 | 1 | -3/+8 |
| | | |||||
| * | Bug 376560 - Crash when starting on SUSE or some RHEL4 (remove libcairo-swt.so) | Silenio Quarti | 2012-08-13 | 1 | -2/+2 |
| | | |||||
* | | .classpath_gtk remove | Anatoly Spektor | 2012-08-13 | 1 | -43/+0 |
|/ | |||||
* | Bug 384743 - CTabFolderRenderer can no longer be used in SWT 42 | Bogdan Gheorghe | 2012-08-09 | 1 | -1/+2 |
| | |||||
* | Revert "Bug 384743-CTabFolderRenderer can no longer be used in SWT 42" | Bogdan Gheorghe | 2012-08-09 | 1 | -1/+1 |
| | | | | This reverts commit 61f50052042e8e5211eed2203f3ae39ad0765025. | ||||
* | Bug 386274 - [OpenGL] Transparent background flicker in GLCanvas | Silenio Quarti | 2012-08-09 | 1 | -1/+7 |
| | | | starting 3.7.2 | ||||
* | 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 | 6 | -5/+64 |
| | |||||
* | Bug 384743-CTabFolderRenderer can no longer be used in SWT 42 | Lakshmi Shanmugam | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | 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 | 6 | -10/+74 |
| | | | | | | 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 386260 - NPE in org.eclipse.swt.program.Program.gnome_getProgram | Bogdan Gheorghe | 2012-08-08 | 1 | -1/+2 |
| | |||||
* | 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 | 13 | -14/+53 |
| | | | | | | | | | 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 | 15 | -16/+175 |
| | | | | | | | | | | | | | 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 | ||||
* | Remove unused GTK_WIDGET_SET_HEIGHT and GTK_WIDGET_SET_WIDTH | Anatoly Spektor | 2012-08-08 | 5 | -32/+2 |
| | |||||
* | Bug 386759 os.c regenerated to avoid warnings | Arun Thondapu | 2012-08-07 | 1 | -14/+363 |
| | |||||
* | 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 | 24 | -413/+149 |
| | | | | GTK+ |