summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use gtk_separator_new () in GTK+3gtk3_separator_newAnatoly Spektor2012-08-297-5/+89
| | | | | 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
* Merge branch 'master' of ↵Anatoly Spektor2012-08-299-24/+102
|\ | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Bug 387496 - JVM crashes when running jdtuirefactoring tests on hudson: ↵Silenio Quarti2012-08-296-16/+32
| | | | | | | | im-xim.so+0x3b04
| * wrong version test.Silenio Quarti2012-08-281-1/+1
| |
| * Omit use of deprecated gdk_utf8_to_compound_text() in newer GTK+Anatoly Spektor2012-08-286-9/+71
| |
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-283-7/+7
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Make GTK_VERSION a variable.Alexander Kurtakov2012-08-281-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 Kurtakov2012-08-282-3/+2
| | | | | | | | This should have been part of bug 369624.
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-2826-733/+287
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * 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
| |
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-272-7/+6
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * 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)
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-214-5/+5
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * v4303Silenio Quarti2012-08-204-5/+5
| |
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-201-0/+1
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Bug 386220 - [Mac Cocoa] ↵Silenio Quarti2012-08-201-0/+1
| | | | | | | | org.eclipse.swt.accessibility.Accessible.getChildrenAttribute may throw java.lang.ArrayIndexOutOfBoundsException
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-166-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 Spektor2012-08-166-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 Spektor2012-08-162-11/+15
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Bug 386274 - [OpenGL] Transparent background flicker in GLCanvas starting 3.7.2Silenio Quarti2012-08-162-11/+15
| |
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-1525-45/+117
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Bug 387245 - Widget.RESIZING value same as Widget.WEBKIT_EVENTS_FIX valueSilenio Quarti2012-08-141-2/+2
| |
| * Make gdk_gc_set_values() dynamicAnatoly Spektor2012-08-143-3/+11
| |
| * Bug 387144 - Make gdk_pixbuf_render_to_drawable() dynamicSilenio Quarti2012-08-143-5/+11
| |
| * 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-1418-25/+78
| |
| * v4302Silenio Quarti2012-08-134-5/+5
| |
| * Solves bug in Sash widget (caused by path in bug #386401)Anatoly Spektor2012-08-131-3/+8
| |
| * Bug 376560 - Crash when starting on SUSE or some RHEL4 (remove libcairo-swt.so)Silenio Quarti2012-08-131-2/+2
| |
* | .classpath_gtk remove Anatoly Spektor2012-08-131-43/+0
|/
* Bug 384743 - CTabFolderRenderer can no longer be used in SWT 42Bogdan Gheorghe2012-08-091-1/+2
|
* Revert "Bug 384743-CTabFolderRenderer can no longer be used in SWT 42"Bogdan Gheorghe2012-08-091-1/+1
| | | | This reverts commit 61f50052042e8e5211eed2203f3ae39ad0765025.
* Bug 386274 - [OpenGL] Transparent background flicker in GLCanvasSilenio Quarti2012-08-091-1/+7
| | | starting 3.7.2
* 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-096-5/+64
|
* Bug 384743-CTabFolderRenderer can no longer be used in SWT 42Lakshmi Shanmugam2012-08-091-1/+1
|
* 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-086-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_getProgramBogdan Gheorghe2012-08-081-1/+2
|
* 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-0813-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_FLAGAnatoly Spektor2012-08-0815-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_WIDTHAnatoly Spektor2012-08-085-32/+2
|