Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Omit use of deprecated GTK_WIDGET_SET_FLAGwidget_set_flags | Anatoly Spektor | 2012-07-17 | 14 | -22/+213 |
| | |||||
* | 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 |
| | |||||
* | Bug 113342 - Disposing a font still in use by a GC causes crashes | Silenio Quarti | 2012-06-20 | 1 | -0/+1 |
| | |||||
* | Bug 383069 - SWT Cocoa's URLTransfer does not return correct file url on Mac ↵ | Silenio Quarti | 2012-06-20 | 4 | -0/+11 |
| | | | | OS X | ||||
* | JNI generator change | Silenio Quarti | 2012-06-19 | 1 | -2/+2 |
| | |||||
* | Use Cairo instead of deprecated functions in ToolTip widget. | Anatoly Spektor | 2012-06-19 | 6 | -3/+93 |
| | |||||
* | Make gdk_draw_image dynamic | Anatoly Spektor | 2012-06-18 | 3 | -4/+11 |
| | |||||
* | put back JNI generator flags | Silenio Quarti | 2012-06-18 | 3 | -5/+21 |
| | |||||
* | Make gdk_draw_polygon function dynamic | Anatoly Spektor | 2012-06-18 | 3 | -20/+11 |
| | |||||
* | Make gdk_draw_layout function dynamic | Anatoly Spektor | 2012-06-18 | 3 | -6/+11 |
| | |||||
* | Make gdk_gc_get_values dynamic | Anatoly Spektor | 2012-06-18 | 3 | -4/+12 |
| | |||||
* | Bug 376448 - [DBCS4.2] AIX 7, DirectoryDialog returns 'null' if selected | Silenio Quarti | 2012-06-18 | 8 | -6/+49 |
| | | | | | | path contains DBCS characters Bug 377246 - [DBCS] AIX 7: FileDialog returns 'null' if selected path contains DBCS characters | ||||
* | Bug 339342 - CTabFolder should throw IllegalArgumentException when a | Carolyn MacLeod | 2012-06-18 | 1 | -3/+3 |
| | | | disposed control is set as its top right control | ||||
* | Bug 382887 - CustomControlExample CTabFolder should have setTopRight | Carolyn MacLeod | 2012-06-18 | 2 | -1/+53 |
| | |||||
* | Bug 382840 - Table#setSelection(int) should specify that it shows the | Carolyn MacLeod | 2012-06-18 | 9 | -33/+66 |
| | | | selection | ||||
* | Bug 378264 - Update CTabFolder JavaDoc | Carolyn MacLeod | 2012-06-05 | 1 | -1/+3 |
| | |||||
* | Fix comment tag | Bogdan Gheorghe | 2012-06-04 | 1 | -7/+9 |
| | |||||
* | v4232 | Silenio Quarti | 2012-06-04 | 4 | -5/+5 |
| | |||||
* | Fix build | Bogdan Gheorghe | 2012-06-04 | 1 | -6/+4 |
| | |||||
* | Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2 | Carolyn MacLeod | 2012-06-01 | 283 | -283/+283 |
| | |||||
* | Bug 365280 - Combo box closes self when Mozilla Browser present | Grant Gayed | 2012-05-29 | 3 | -10/+8 |
| | | | (improved) |