Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | update version strings for 4.3 stream | Grant Gayed | 2012-07-19 | 3 | -3/+3 | |
| | ||||||
* | Bug 384725 - linux accessibility broken | Carolyn MacLeod | 2012-07-17 | 1 | -1/+9 | |
| | ||||||
* | Bug 382812 - Eclipse crashes with Gtk:ERROR after showing workbench (Ubuntu ↵ | Silenio Quarti | 2012-07-17 | 1 | -1/+13 | |
| | | | | 10.10 amd64) | |||||
* | Bug 380533 - NPE in Program#hashCode() on GTK | Grant Gayed | 2012-07-16 | 1 | -10/+17 | |
| | ||||||
* | Bug 381006 - browser can not get focus when current focus is on some SWT | Grant Gayed | 2012-07-16 | 2 | -1/+5 | |
| | | | control | |||||
* | Bug 376560 - Crash when starting on SUSE or some RHEL4 - Comment#11 | Silenio Quarti | 2012-07-12 | 1 | -12/+16 | |
| | ||||||
* | v4301 | Silenio Quarti | 2012-06-27 | 4 | -5/+5 | |
| | ||||||
* | v4300 | Silenio Quarti | 2012-06-27 | 4 | -5/+5 | |
| | ||||||
* | new mac generator changes | Silenio Quarti | 2012-06-27 | 1 | -0/+1 | |
| | ||||||
* | remove dependency on system bridge files | Silenio Quarti | 2012-06-27 | 8 | -3/+69066 | |
| | ||||||
* | put back some natives needed by 64 bit builds | Silenio Quarti | 2012-06-26 | 4 | -16/+242 | |
| | ||||||
* | Remove unused gtk_* functions (part 2). | Alexander Kurtakov | 2012-06-26 | 4 | -1385/+16 | |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | |||||
* | Remove unused gtk_* functions (part 1). | Alexander Kurtakov | 2012-06-26 | 4 | -390/+2 | |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | |||||
* | Remove unused gdk_* functions bindings. | Alexander Kurtakov | 2012-06-26 | 4 | -374/+2 | |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | |||||
* | Remove unused g_* functions bindings. | Alexander Kurtakov | 2012-06-26 | 4 | -419/+2 | |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | |||||
* | Remove X*Event unused memmove bindings. | Alexander Kurtakov | 2012-06-26 | 4 | -123/+2 | |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | |||||
* | Remove unused gdk_ functions bindings. | Alexander Kurtakov | 2012-06-26 | 4 | -49/+2 | |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | |||||
* | jni generator change | Silenio Quarti | 2012-06-26 | 1 | -0/+2 | |
| | ||||||
* | Remove unused X functions binding. | Alexander Kurtakov | 2012-06-26 | 4 | -105/+2 | |
| | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | |||||
* | jni generator change | Silenio Quarti | 2012-06-26 | 1 | -0/+2 | |
| | ||||||
* | Remove glib function bindings from gnome. | Alexander Kurtakov | 2012-06-26 | 5 | -132/+14 | |
| | | | | | | For some reason glib functions bindings were available via both GNOME and OS. This patch fixes them to be available only via OS and fixes all references to them. | |||||
* | Make gdk_gc_set_exposures() dynamic | Anatoly Spektor | 2012-06-26 | 3 | -3/+11 | |
| | ||||||
* | turn structs off | steve | 2012-06-25 | 1 | -1/+1 | |
| | ||||||
* | turn off structs gen and add final to sizeof | steve | 2012-06-25 | 1 | -4/+7 | |
| | ||||||
* | adding support to generate structs | Silenio Quarti | 2012-06-25 | 2 | -14/+187 | |
| | ||||||
* | Bug 339344 - CTabFolder with a disposed top right control cannot be | Carolyn MacLeod | 2012-06-25 | 2 | -31/+35 | |
| | | | rendered | |||||
* | Bug 322638 - [Image loading] ImageLoader and Image from stream fail with | Carolyn MacLeod | 2012-06-25 | 1 | -50/+25 | |
| | | | certain animated gifs | |||||
* | Bug 377597 - Mac OS X cursor blinking dos not honor ↵ | Silenio Quarti | 2012-06-25 | 1 | -0/+37 | |
| | | | | NSTextInsertionPointBlinkPeriod (missed a file) | |||||
* | Bug 377597 - Mac OS X cursor blinking dos not honor ↵ | Silenio Quarti | 2012-06-22 | 3 | -1/+17 | |
| | | | | NSTextInsertionPointBlinkPeriod | |||||
* | Bug 383328 - Multiple MoseHover events without moving the mouse | Silenio Quarti | 2012-06-22 | 1 | -1/+6 | |
| | ||||||
* | Bug 383074 - Tracker cannot draw rectangle on main menu bar or dock | Silenio Quarti | 2012-06-21 | 1 | -0/+1 | |
| | ||||||
* | Remove gtk_toolbar_insert_widget. | Alexander Kurtakov | 2012-06-21 | 4 | -37/+2 | |
| | | | | | The function is deprecated, removed in GTK 3 and no longer used in SWT codebase. | |||||
* | Bug 381333 - MouseExit event is not received in shell with style SWT.ON_TOP | Silenio Quarti | 2012-06-21 | 1 | -0/+9 | |
| | ||||||
* | Use gtk_scrolled_window_get_[h|v]scrollbar functions for GTK >= 2.8. | Alexander Kurtakov | 2012-06-21 | 7 | -7/+110 | |
| | | | | | | | The old way of accessing the struct directly is ifdefed as the struct can not be accessed directly in GTK 3. With this change if SWT is compiled against newer GTK it will not run for pre GTK 2.8. | |||||
* | Bug 164033 - Tree#setSelection() is sending out Expand-Events | Silenio Quarti | 2012-06-20 | 1 | -1/+6 | |
| | ||||||
* | drawText does not respect background pattern | Silenio Quarti | 2012-06-20 | 1 | -7/+14 | |
| |