Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Omit use of deprecated SET_ACCEL_STRING and GET_ACCEL_STRING constantsgtk_accel_string | Anatoly Spektor | 2012-08-08 | 6 | -77/+3 |
| | |||||
* | to be amended | Anatoly Spektor | 2012-08-08 | 6 | -2/+39 |
| | |||||
* | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-08 | 18 | -29/+247 |
|\ | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | 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 | ||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-08 | 5 | -32/+2 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | Remove unused GTK_WIDGET_SET_HEIGHT and GTK_WIDGET_SET_WIDTH | Anatoly Spektor | 2012-08-08 | 5 | -32/+2 |
| | | |||||
* | | Merge branch 'master' of ↵ | Anatoly Spektor | 2012-08-07 | 1 | -0/+2 |
|\| | | | | | | | http://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git | ||||
| * | 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 |
| | | |||||
* | | regenerated os.c | Anatoly Spektor | 2012-08-07 | 3 | -58/+365 |
|/ | |||||
* | 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+ | ||||
* | Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUS | Anatoly Spektor | 2012-08-06 | 14 | -10/+54 |
| | |||||
* | Bug 385315 - Omit use of deprecated GTK_WIDGET_SET_FLAGS (error when ↵ | Silenio Quarti | 2012-08-03 | 1 | -1/+7 |
| | | | | compiling with disable deprecated | ||||
* | Bug 386594 - Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for ↵ | Anatoly Spektor | 2012-08-03 | 11 | -23/+27 |
| | | | | newer GTK+ | ||||
* | Bug 385939 - Omit use of deprecated GTK_TOOLTIPS_TIP_WINDOW and gtk_tooltips_new | Silenio Quarti | 2012-08-03 | 5 | -64/+89 |
| | |||||
* | Fix gtk_widget_get_allocation naming in OS.java | Arun Thondapu | 2012-08-03 | 3 | -5/+6 |
| | |||||
* | Use gtk_widget_get_allocation in newer GTK+ | Anatoly Spektor | 2012-08-03 | 30 | -160/+785 |
| | |||||
* | g_object_ref_sink is in GOBJECT not GIO | Silenio Quarti | 2012-08-03 | 1 | -1/+4 |
| | |||||
* | fix unmerged code | Silenio Quarti | 2012-08-03 | 1 | -1/+0 |
| | |||||
* | fix unmerged code | Silenio Quarti | 2012-08-03 | 1 | -2/+1 |
| | |||||
* | Omit use of deprecated GTK_WIDGET_FLAGS | Anatoly Spektor | 2012-08-03 | 14 | -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 Spektor | 2012-08-03 | 12 | -10/+133 |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | ||||
* | Bug 345296 - Remove qt from org.eclipse.swt | Grant Gayed | 2012-08-02 | 81 | -55059/+0 |
| | |||||
* | calling native directly instead of helper | Silenio Quarti | 2012-08-02 | 2 | -2/+2 |
| | |||||
* | Solve build errors regarding 2 GTK_TOOLTIPS constants | Anatoly Spektor | 2012-08-02 | 1 | -0/+8 |
| | |||||
* | Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVE | Anatoly Spektor | 2012-08-02 | 10 | -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 up | Bogdan Gheorghe | 2012-08-01 | 1 | -0/+4 |
| | |||||
* | Bug 245388 - [consistency] Combo.pack() does not consider item lengths | Bogdan Gheorghe | 2012-08-01 | 1 | -1/+31 |
| | |||||
* | Bug 368543 - Odd Display of WindowBuilder in Eclipse 3.8/4.2 on Linux | Bogdan Gheorghe | 2012-08-01 | 1 | -0/+3 |
| | |||||
* | Bug 377961 - A combo in a toolbar gets shrunk | Bogdan Gheorghe | 2012-08-01 | 1 | -3/+19 |
| | |||||
* | Bug 377600 - SWT Cocoa Shell class doesn't implement SWT.NO_FOCUS style | Bogdan Gheorghe | 2012-08-01 | 1 | -1/+11 |
| | |||||
* | Removes warning for GTK_WIDGET_MAPPED when gtk deprecated is disabled | Anatoly Spektor | 2012-08-01 | 1 | -0/+3 |
| | |||||
* | remove unused function GTK_WIDGET_STATE | Anatoly Spektor | 2012-08-01 | 4 | -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 convention | Silenio Quarti | 2012-08-01 | 20 | -28/+28 |
| | |||||
* | add gtk_widhet_get_mapped() helper function to simply code | Silenio Quarti | 2012-08-01 | 5 | -39/+17 |
| | |||||
* | Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPED | Anatoly Spektor | 2012-08-01 | 9 | -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 problems | Silenio Quarti | 2012-08-01 | 2 | -12/+12 |
| | |||||
* | add helper setHasWindow | Silenio Quarti | 2012-08-01 | 20 | -100/+28 |
| | |||||
* | Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window() | Anatoly Spektor | 2012-08-01 | 24 | -25/+145 |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | ||||
* | fix formatting | Silenio Quarti | 2012-08-01 | 1 | -22/+22 |
| | |||||
* | Omit use of gdk_drawable_get_size deprecated function in GC | Anatoly Spektor | 2012-08-01 | 6 | -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 formatting | Silenio Quarti | 2012-08-01 | 1 | -2/+2 |
| | |||||
* | Use gtk_widget_has_default instead of deprecated GTK_WIDGET_HAS_DEFAULT | Anatoly Spektor | 2012-08-01 | 6 | -6/+49 |
| | |||||
* | Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX ↵ | Bogdan Gheorghe | 2012-07-30 | 1 | -5/+6 |
| | | | | T/S-Chinese IME | ||||
* | Bug 384381 - HTMLTransfer uses UTF-16 to copy to clipboard (should use | Carolyn MacLeod | 2012-07-24 | 1 | -5/+4 |
| | | | UTF-8 to be compatible with paste) | ||||
* | Bug 385570 - [DBCS4.2] wrong selection by using a mouse toward a character ↵ | Silenio Quarti | 2012-07-24 | 1 | -2/+2 |
| | | | | of Unicode surrogate pair at end of line |