summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Omit use of deprecated SET_ACCEL_STRING and GET_ACCEL_STRING constantsgtk_accel_stringAnatoly Spektor2012-08-086-77/+3
|
* to be amendedAnatoly Spektor2012-08-086-2/+39
|
* Merge branch 'master' of ↵Anatoly Spektor2012-08-0818-29/+247
|\ | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * 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
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-085-32/+2
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * Remove unused GTK_WIDGET_SET_HEIGHT and GTK_WIDGET_SET_WIDTHAnatoly Spektor2012-08-085-32/+2
| |
* | Merge branch 'master' of ↵Anatoly Spektor2012-08-071-0/+2
|\| | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
| * 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
| |
* | regenerated os.cAnatoly Spektor2012-08-073-58/+365
|/
* 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
|
* Bug 245388 - [consistency] Combo.pack() does not consider item lengthsBogdan Gheorghe2012-08-011-1/+31
|
* Bug 368543 - Odd Display of WindowBuilder in Eclipse 3.8/4.2 on LinuxBogdan Gheorghe2012-08-011-0/+3
|
* Bug 377961 - A combo in a toolbar gets shrunkBogdan Gheorghe2012-08-011-3/+19
|
* Bug 377600 - SWT Cocoa Shell class doesn't implement SWT.NO_FOCUS styleBogdan Gheorghe2012-08-011-1/+11
|
* Removes warning for GTK_WIDGET_MAPPED when gtk deprecated is disabledAnatoly Spektor2012-08-011-0/+3
|
* remove unused function GTK_WIDGET_STATEAnatoly Spektor2012-08-014-25/+2
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* rename setHasWindow() to gtk_widget_set_has_window(). Better naming conventionSilenio Quarti2012-08-0120-28/+28
|
* add gtk_widhet_get_mapped() helper function to simply codeSilenio Quarti2012-08-015-39/+17
|
* Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPEDAnatoly Spektor2012-08-019-11/+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
* fix 64 bit problemsSilenio Quarti2012-08-012-12/+12
|
* add helper setHasWindowSilenio Quarti2012-08-0120-100/+28
|
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-0124-25/+145
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* fix formattingSilenio Quarti2012-08-011-22/+22
|
* Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor2012-08-016-9/+157
| | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
* fix formattingSilenio Quarti2012-08-011-2/+2
|
* Use gtk_widget_has_default instead of deprecated GTK_WIDGET_HAS_DEFAULTAnatoly Spektor2012-08-016-6/+49
|
* Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX ↵Bogdan Gheorghe2012-07-301-5/+6
| | | | T/S-Chinese IME
* Bug 384381 - HTMLTransfer uses UTF-16 to copy to clipboard (should useCarolyn MacLeod2012-07-241-5/+4
| | | UTF-8 to be compatible with paste)
* Bug 385570 - [DBCS4.2] wrong selection by using a mouse toward a character ↵Silenio Quarti2012-07-241-2/+2
| | | | of Unicode surrogate pair at end of line