Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use gtk_render_arrow instead of gtk_paint_arrow for GTK+ 3gtk3_paint_arrow | Anatoly Spektor | 2012-10-15 | 8 | -4/+83 |
| | | | This patch replace gtk_paint_arrow with gtk_render_arrow for GTK+ 3 | ||||
* | Bug 388883 fix LIB_GTK repetition in os_custom.h | Arun Thondapu | 2012-10-15 | 1 | -2/+2 |
| | |||||
* | Bug 391267 fix gtk_render_check() parameter | Arun Thondapu | 2012-10-15 | 1 | -3/+3 |
| | |||||
* | Bug 391263 Fix version check in GC.java | Arun Thondapu | 2012-10-15 | 1 | -5/+4 |
| | |||||
* | Bug 380966-Tree crash calling OS.object_getInstanceVariable() | Silenio Quarti | 2012-10-15 | 6 | -12/+31 |
| | |||||
* | Do not use GtkTargetPair and remove it. | Alexander Kurtakov | 2012-10-15 | 8 | -137/+4 |
| | | | | | | | | It was used in DropTarget.setEventData where the list was iterated using g_list_nth and GtkTargetPair struct recreated on the java side. It is way more simple and effective to use g_list_nth_data which gives us exactly what we need, reduces java/c roundtrips and allows to be compiled on GTK 3. | ||||
* | Use gtk_render_expander () instead of gtk_paint_expander () for GTK+ 3 | Anatoly Spektor | 2012-10-15 | 6 | -3/+57 |
| | | | | | This patch replaces gtk_paint_expander () with gtk_paint_expander () for GTK+3. | ||||
* | Bug 391722 - Avoid setting the same tooltip text in ToolItem | Bogdan Gheorghe | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | Bug 391675 - CLabel documentation says class is not intended to be | Grant Gayed | 2012-10-11 | 2 | -11/+3 |
| | | | subclassed, then recommends subclassing | ||||
* | compile solaris sparc against GTK 2.10 | Silenio Quarti | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Bug 377019-Specific file name filter not working on Mac OS X | Lakshmi Shanmugam | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | Bug 387755 - GC.copyArea() not work correctly on Mac retina screen | Silenio Quarti | 2012-10-10 | 4 | -7/+31 |
| | |||||
* | Use Cairo instead of gdk_draw_drawable and gdk_gc_set_exposures | Anatoly Spektor | 2012-10-10 | 1 | -5/+14 |
| | |||||
* | Update s390 build script for RHEL5 | Silenio Quarti | 2012-10-09 | 1 | -4/+4 |
| | |||||
* | Update 390 build script for RHEL5 | Bogdan Gheorghe | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Bug 390699 - Table.showItem is broken on Linux - add build check | Silenio Quarti | 2012-10-09 | 1 | -0/+20 |
| | |||||
* | Bug #391477 - Do not compile GtkSelectionData memmove/sizeof for Gtk3+ | Alexander Kurtakov | 2012-10-09 | 1 | -0/+3 |
| | | | Defines added to ignore these functions compilation. | ||||
* | Update 390 build script for RHEL5 | Bogdan Gheorghe | 2012-10-09 | 1 | -2/+2 |
| | |||||
* | Update 390 build script for RHEL5 | Bogdan Gheorghe | 2012-10-09 | 1 | -2/+2 |
| | |||||
* | GdkDragContext replaced by function calls. | Alexander Kurtakov | 2012-10-09 | 8 | -10/+179 |
| | | | | | When struct is sealed we don't have access to the members directly so they have to be accessed via function calls. | ||||
* | Bug#391413 - Remove GdkGCValues_sizeof. | Alexander Kurtakov | 2012-10-09 | 5 | -16/+0 |
| | | | | Native was called to init the GdkGCValues class sizeof member which itself was not read anywhere. | ||||
* | Fix bug#391408 - Remove GdkVisual_sizeof. | Alexander Kurtakov | 2012-10-09 | 4 | -15/+0 |
| | | | Unused function that breaks compilation on GTK 3.x. | ||||
* | Fix for bug#391404 - Remove GdkImage_sizeof. | Alexander Kurtakov | 2012-10-09 | 4 | -15/+0 |
| | | | Method is not used anywhere and just breaks compilation. | ||||
* | Fix for bug#391398. | Alexander Kurtakov | 2012-10-09 | 6 | -3/+43 |
| | | | Use gdk_visual_ functions instead of accessing struct members. | ||||
* | Fix gtk_render_frame parameters. | Alexander Kurtakov | 2012-10-08 | 2 | -2/+2 |
| | | | | There was an error in the GTK 3 (untestable for now) code. Spotted by Arun Thondapu. | ||||
* | Use gtk_selection_data_get* functions instead of GtkSelectionData struct | Alexander Kurtakov | 2012-10-08 | 9 | -35/+282 |
| | | | | | | Fix for bug 391370. Struct members should not be accessed directly and using the members will allow to remove the memmove/sizeof bindings for GtkSelectionData which fail to compile on GTK 3.x. New implementation is used for GTK 2.14+ when the functions were introduced. | ||||
* | 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 |
| |