summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Working on drawBand() Sash to omit gdk deprecated methodscairo_sashAnatoly Spektor2012-08-201-16/+30
|
* 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
|
* Bug 386759 os.c regenerated to avoid warningsArun Thondapu2012-08-071-14/+363
|
* 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-0624-413/+149
| | | | GTK+
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-0614-10/+54
|
* Bug 385315 - Omit use of deprecated GTK_WIDGET_SET_FLAGS (error when ↵Silenio Quarti2012-08-031-1/+7
| | | | compiling with disable deprecated
* Bug 386594 - Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for ↵Anatoly Spektor2012-08-0311-23/+27
| | | | newer GTK+
* Bug 385939 - Omit use of deprecated GTK_TOOLTIPS_TIP_WINDOW and gtk_tooltips_newSilenio Quarti2012-08-035-64/+89
|
* Fix gtk_widget_get_allocation naming in OS.javaArun Thondapu2012-08-033-5/+6
|
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-0330-160/+785
|
* g_object_ref_sink is in GOBJECT not GIOSilenio Quarti2012-08-031-1/+4
|
* fix unmerged codeSilenio Quarti2012-08-031-1/+0
|
* fix unmerged codeSilenio Quarti2012-08-031-2/+1
|
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-0314-19/+188
| | | | | | | | 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-0312-10/+133
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Bug 345296 - Remove qt from org.eclipse.swtGrant Gayed2012-08-0281-55059/+0
|
* calling native directly instead of helperSilenio Quarti2012-08-022-2/+2
|
* Solve build errors regarding 2 GTK_TOOLTIPS constantsAnatoly Spektor2012-08-021-0/+8
|
* Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVEAnatoly Spektor2012-08-0210-9/+53
| | | | | | 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 379590 - Run event loop while Tracker is upBogdan Gheorghe2012-08-011-0/+4
|