Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace GtkFontSelection with GtkFontChooser for GTK+ 3.2 and highergtk3_fontchooser | Anatoly Spektor | 2012-10-02 | 6 | -8/+176 |
| | |||||
* | Make gdk_gc_set_fill () dynamic | Anatoly Spektor | 2012-10-01 | 3 | -5/+11 |
| | | | | This patch makes GTK+ 2 function gdk_gc_set_fill () dynamic | ||||
* | Make gdk_gc_set_stipple dynamic | Anatoly Spektor | 2012-10-01 | 3 | -5/+11 |
| | | | | | As Sash widget that only used gdk_gc_set_stipple is using Cairo instead of GDK, this function is not used in newer GTK and can be made dynamic. | ||||
* | 64 bit problems in overwritten methods | Silenio Quarti | 2012-09-29 | 2 | -2/+2 |
| | |||||
* | Detect 64 bit problems in overwritten methods | Silenio Quarti | 2012-09-28 | 1 | -27/+143 |
| | |||||
* | Bug 390734 - Need "Full Keyboard Access" in order to traverse into Tree | Carolyn MacLeod | 2012-09-28 | 1 | -0/+4 |
| | |||||
* | Bug 390735 - Fix places where NSObject id was int in 64-bit code | Carolyn MacLeod | 2012-09-28 | 14 | -14/+14 |
| | |||||
* | Bug 390713 - Tab traversal broken in 64-bit ToolBar | Carolyn MacLeod | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Bug 385258 - dragSetData calls before dropAccept in Cocoa DND with ↵ | Silenio Quarti | 2012-09-28 | 8 | -5/+22 |
| | | | | FileTransfer - use OS const instead of public.file-url | ||||
* | Bug 385258 - dragSetData calls before dropAccept in Cocoa DND with FileTransfer | Silenio Quarti | 2012-09-28 | 4 | -61/+34 |
| | |||||
* | Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is ↵ | Silenio Quarti | 2012-09-28 | 8 | -5/+23 |
| | | | | created, not a web link is generated. - use OS const for public.url | ||||
* | Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is ↵ | Silenio Quarti | 2012-09-28 | 4 | -5/+5 |
| | | | | created, not a web link is generated. | ||||
* | Bug 385253 - SWT does not send SWT.KeyDown event when pressing down key in ↵ | Silenio Quarti | 2012-09-28 | 2 | -7/+35 |
| | | | | combo control | ||||
* | Bug 388528 add GdkDevice* cast for gdk_device_get_associated_device() | Arun Thondapu | 2012-09-28 | 3 | -4/+7 |
| | |||||
* | Bug 388528 Use gdk_device_ungrab () instead of gdk_keyboard_ungrab () for GTK+3 | Anatoly Spektor | 2012-09-28 | 6 | -1/+46 |
| | |||||
* | Bug 388528 Fix formatting | Arun Thondapu | 2012-09-28 | 5 | -9/+9 |
| | |||||
* | Bug 388528 Use gdk_device_ungrab() instead of gdk_pointer_ungrab() in GTK3+ | Anatoly Spektor | 2012-09-28 | 10 | -5/+70 |
| | |||||
* | Bug 377107 - no 32bits vm for JDK7 - fix Mac generator to generate 64 bit code | Silenio Quarti | 2012-09-27 | 1 | -36/+91 |
| | |||||
* | Bug 383392 - StyledText throws exception Index out of bounds when calling ↵ | Silenio Quarti | 2012-09-27 | 1 | -0/+8 |
| | | | | setText() after Chinese character input | ||||
* | Bug 377107 - no 32bits vm for JDK7 | Carolyn MacLeod | 2012-09-25 | 3 | -3/+80 |
| | |||||
* | Bug 389250 - Lots of stuff leaked when closing and reopening views | Bogdan Gheorghe | 2012-09-25 | 1 | -0/+11 |
| | |||||
* | Bug 377107 - no 32bits vm for JDK7 | Carolyn MacLeod | 2012-09-25 | 1 | -0/+6 |
| | |||||
* | Bug 377107 - no 32bits vm for JDK7 | Carolyn MacLeod | 2012-09-25 | 7 | -1227/+1405 |
| | |||||
* | Bug 377107 - no 32bits vm for JDK7 | Carolyn MacLeod | 2012-09-25 | 2 | -4/+2 |
| | |||||
* | Bug 377107 - no 32bits vm for JDK7 - comment#2 | Silenio Quarti | 2012-09-25 | 6 | -38/+71 |
| | |||||
* | v4306 | Silenio Quarti | 2012-09-24 | 4 | -5/+5 |
| | |||||
* | Bug 387641 - Use Cairo instead of Gdk deprecated methods in Sash widget ↵ | Silenio Quarti | 2012-09-24 | 1 | -1/+3 |
| | | | | drawBand() | ||||
* | Fix API warnings after switching to 64 bit source code | Carolyn MacLeod | 2012-09-24 | 4 | -1076/+1232 |
| | |||||
* | Bug 389773 - [Performance] Improve CTabRendering drawing time | Bogdan Gheorghe | 2012-09-24 | 2 | -131/+73 |
| | |||||
* | define GTK_WIDGET_FLAGS to avoid compilation error against GTK+ 3 | Anatoly Spektor | 2012-09-24 | 1 | -0/+3 |
| | |||||
* | Make 64-bit the default source code | Silenio Quarti | 2012-09-24 | 839 | -19595/+19595 |
| | |||||
* | Bug 355200-Table and Tree selection wrong during widgetSelected when | Lakshmi Shanmugam | 2012-09-24 | 2 | -25/+62 |
| | | | selecting element of multiple selection | ||||
* | Bug 388419 - Loss of focus during typing | Silenio Quarti | 2012-09-19 | 1 | -1/+1 |
| | |||||
* | v4305 | Silenio Quarti | 2012-09-17 | 4 | -5/+5 |
| | |||||
* | Need to pass in a gc to avoid NPE in renderer | Bogdan Gheorghe | 2012-09-17 | 1 | -1/+3 |
| | |||||
* | do not generate function count to avoid patch conflicts | Silenio Quarti | 2012-09-17 | 25 | -80/+97 |
| | |||||
* | Bug 324435 - JVM crashes when press a button | Grant Gayed | 2012-09-17 | 6 | -6/+51 |
| | |||||
* | Bug 381192 - SWT is not ready for Tycho builds - comment#37 | Silenio Quarti | 2012-09-17 | 13 | -13/+13 |
| | |||||
* | Bug 361660 - API Usage Problem "Execution environment references were | Carolyn MacLeod | 2012-09-17 | 1 | -2/+2 |
| | | | not checked" | ||||
* | Bug 388461 fix formatting | Arun Thondapu | 2012-09-15 | 3 | -8/+8 |
| | |||||
* | Bug 388461 Use gdk_device_grab() instead of gdk_pointer_grab() in GTK+3 and ↵ | Anatoly Spektor | 2012-09-14 | 8 | -4/+178 |
| | | | | higher | ||||
* | Bug 388369 Remove redundant else check in Label and helper function in | Arun Thondapu | 2012-09-12 | 2 | -17/+7 |
| | | | Theme | ||||
* | Bug 388369 Use gtk_separator_new () in GTK+3 | Anatoly Spektor | 2012-09-12 | 7 | -5/+89 |
| | | | | | | This patch replaces old GTK2 API methods gtk_vseparator_new () and gtk_hseparator_new () with GTK+ 3 API method gtk_separator_new() and makes old 2 methods dynamic | ||||
* | Bug 388265 fix formatting and remove redundant else check in Widget | Arun Thondapu | 2012-09-11 | 10 | -21/+17 |
| | |||||
* | Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3 | Anatoly Spektor | 2012-09-11 | 17 | -14/+134 |
| | | | | | | This patch implements Gtk 3 methods gtk_box_new() and gtk_box_set_homogeneous() instead of deprecated gtk_hbox_new() and gtk_vbox_new() | ||||
* | Bug 383890 - JVM (Eclipse) crash with SIGSEGV in ld-linux-x86-64.so.2 | Silenio Quarti | 2012-09-11 | 1 | -16/+17 |
| | |||||
* | v4304 | Silenio Quarti | 2012-09-10 | 4 | -5/+5 |
| | |||||
* | terminator is not a 64 bit value in these functions (it is a column index -> ↵ | Silenio Quarti | 2012-09-07 | 4 | -108/+108 |
| | | | | gint) | ||||
* | Bug 386893 - Omit use of deprecated GTK_ACCEL_LABEL_SET_ACCEL_STRING and | Silenio Quarti | 2012-09-07 | 2 | -7/+14 |
| | | | GTK_ACCEL_LABEL_GET_ACCEL_STRING | ||||
* | Bug 378383-Request for a notification of full-screen changes | Lakshmi Shanmugam | 2012-09-07 | 4 | -32/+16 |
| |