Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug 383369-Mac cocoa combo draw wrong and spews long error message | Lakshmi Shanmugam | 2012-10-08 | 4 | -5/+49 | |
| | | | when input multi-lines | |||||
* | Bug 391269 - NPE pressing enter on DateTime widget if using SWT.TIME | Lakshmi Shanmugam | 2012-10-08 | 1 | -1/+3 | |
| | | | only | |||||
* | Use gtk_render_check instead of gtk_paint_check for GTK+ 3 | Anatoly Spektor | 2012-10-08 | 6 | -3/+60 | |
| | ||||||
* | v4308 | Silenio Quarti | 2012-10-05 | 4 | -5/+5 | |
| | ||||||
* | Fix version check for GTK 3.0 not 3.2. | Alexander Kurtakov | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | Revert Sparc changes | Bogdan Gheorghe | 2012-10-05 | 1 | -2/+2 | |
| | ||||||
* | Correct GTK path for Sparc | Bogdan Gheorghe | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | Correct GTK path for Sparc | Bogdan Gheorghe | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | Enable HPUX 64 build | Bogdan Gheorghe | 2012-10-05 | 1 | -5/+5 | |
| | ||||||
* | Enable HPUX 64 build | Bogdan Gheorghe | 2012-10-05 | 1 | -2/+2 | |
| | ||||||
* | Enable HPUX 64 build | Bogdan Gheorghe | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | Use gtk_render_focus instead of gtk_paint_focus for GTK+ 3 | Anatoly Spektor | 2012-10-05 | 9 | -5/+212 | |
| | ||||||
* | Enable HPUX 64 build | Bogdan Gheorghe | 2012-10-05 | 1 | -0/+1 | |
| | ||||||
* | Use gtk_render_frame_gap instead of gtk_paint_box_gap for GTK+ 3 | Anatoly Spektor | 2012-10-05 | 6 | -3/+63 | |
| | ||||||
* | Enable HPUX 64 build | Bogdan Gheorghe | 2012-10-05 | 1 | -2/+1 | |
| | ||||||
* | Removed outdated pkgconfig entries in build.sh for switch to RHEL5 | Bogdan Gheorghe | 2012-10-05 | 1 | -3/+3 | |
| | ||||||
* | Use gtk_render_layout instead of gtk_paint_layout for GTK+3 and higher | Anatoly Spektor | 2012-10-05 | 6 | -3/+60 | |
| | ||||||
* | Bug 391250 - Wrong Xulrunner library on PPC64 | Bogdan Gheorghe | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | Bug 391250 - Wrong Xulrunner library on PPC64 | Bogdan Gheorghe | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | Use gtk_render_option instead of gtk_paint_option for GTK+3 and higher | Anatoly Spektor | 2012-10-05 | 6 | -2/+60 | |
| | ||||||
* | Bug 391035 - JVM Crash when starting fresh download of Juno | Bogdan Gheorghe | 2012-10-05 | 1 | -1/+1 | |
| | ||||||
* | cannot have cairo_t casts when compiling on RHEL4 | Silenio Quarti | 2012-10-05 | 2 | -12/+8 | |
| | ||||||
* | Bug 388574 - [Mac OS X 10.8] Text control loses focus upon its movement | Silenio Quarti | 2012-10-04 | 2 | -0/+10 | |
| | ||||||
* | Use gdk_device_get_window_at_position instead of gdk_window_at_pointer | Anatoly Spektor | 2012-10-04 | 7 | -2/+77 | |
| | ||||||
* | Use gtk_render_frame and gtk_render_background instead of gtk_paint_box | Anatoly Spektor | 2012-10-04 | 12 | -10/+82 | |
| | | | | | This patch also fixes change in Shell.java where wrong helper function (gtk_render_frame) was used instead of gtk_render_box. | |||||
* | Use gtk_render_frame instead of gtk_paint_flat_box for GTK+ 3 and higher. | Anatoly Spektor | 2012-10-04 | 12 | -12/+83 | |
| | ||||||
* | Fix indentation of switch. | Alexander Kurtakov | 2012-10-04 | 2 | -16/+16 | |
| | ||||||
* | Use gtk_redner_line() instead of gtk_paint_vline/hline for GTK+3 | Anatoly Spektor | 2012-10-04 | 6 | -6/+77 | |
| | ||||||
* | Use gtk_render_handle() instead of gtk_paint_handle() for GTK+ 3 | Anatoly Spektor | 2012-10-04 | 6 | -3/+93 | |
| | ||||||
* | Replace gdk_window_get_pointer with gdk_window_get_device_position GTK3 | Anatoly Spektor | 2012-10-04 | 14 | -14/+125 | |
| | ||||||
* | Use gtk_orientable_set_orientation and progressbar_inverted for GTK+ 3 | Anatoly Spektor | 2012-10-03 | 7 | -5/+83 | |
| | ||||||
* | Fix warnings in swt.tests build.properties. | Alexander Kurtakov | 2012-10-03 | 1 | -2/+2 | |
| | | | | * missing entry in src.includes * non-existing member in bin.includes | |||||
* | Remove src/ from src.includes. | Alexander Kurtakov | 2012-10-03 | 1 | -2/+1 | |
| | | | | Source folders should not be added to the src.includes list because they are included by default in source builds. | |||||
* | Conditional usage of gdk_x11_drawable_get_xdisplay. | Alexander Kurtakov | 2012-10-03 | 5 | -7/+31 | |
| | | | | Replaced with gdk_x11_display_get_xdisplay calls where needed and make gdk_x11_drawable_get_xdisplay dynamic. | |||||
* | Make use of gdk_x11_window_get_xid instead of gdk_x11_drawable_get_xid. | Alexander Kurtakov | 2012-10-03 | 9 | -7/+67 | |
| | | | The former is a replacement for the later in GTK3. | |||||
* | Replace GtkFontSelection with GtkFontChooser for GTK+ 3.2 and higher | Anatoly Spektor | 2012-10-02 | 6 | -8/+176 | |
| | ||||||
* | Replace gdk_cursor_unref with g_object_unref for GTK+ 3 | Anatoly Spektor | 2012-10-02 | 9 | -7/+32 | |
| | ||||||
* | Include gtkx.h and gdkx.h for GTK 3. | Alexander Kurtakov | 2012-10-02 | 1 | -0/+4 | |
| | | | | | | | GtkSocket and GtkPlug are no longer in gtk.h but in the X specific header gtkx.h for GTK 3. GDK X header is needed for the gdk_x11_* calls. Add the conditional includes to fix compilation for functions for this widgets. | |||||
* | v4307 | Silenio Quarti | 2012-10-01 | 4 | -5/+5 | |
| | ||||||
* | Bug 390699 - Table.showItem is broken on Linux | Silenio Quarti | 2012-10-01 | 9 | -16/+16 | |
| | ||||||
* | fix native compile warning | Grant Gayed | 2012-10-01 | 2 | -5/+5 | |
| | ||||||
* | 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 | |
| |