Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use gtk_widget_get_preferred_size() instead gtk_widget_size_request () | Anatoly Spektor | 2012-10-17 | 20 | -19/+84 | |
| | ||||||
* | Bug 390853 - [Browser] having a detectable XULRunner can cause a WebKit | Grant Gayed | 2012-10-17 | 3 | -34/+21 | |
| | | | Browser to fail | |||||
* | Bug 391050 - Replace GdkRegion with Cairo methods for GTK + 3.0 and higher - ↵ | Silenio Quarti | 2012-10-17 | 3 | -9/+9 | |
| | | | | comment#21 | |||||
* | typo | Markus Keller | 2012-10-17 | 1 | -2/+2 | |
| | ||||||
* | Bug 392048 - jdt.text.tests and jdt.ui.tests and others crash on Mac | Silenio Quarti | 2012-10-17 | 1 | -1/+1 | |
| | ||||||
* | forgot to release os.c | Silenio Quarti | 2012-10-17 | 1 | -4/+3 | |
| | ||||||
* | missing new line | Silenio Quarti | 2012-10-17 | 1 | -1/+1 | |
| | ||||||
* | compile on older versions of cairo - cairo_rectangle_int_t is missing | Silenio Quarti | 2012-10-17 | 1 | -0/+7 | |
| | ||||||
* | fix leaks when creating polygon region with cairo and fix formating | Silenio Quarti | 2012-10-17 | 3 | -89/+73 | |
| | ||||||
* | Replace GdkRegion with Cairo methods for GTK + 3.0 and higher | Anatoly Spektor | 2012-10-17 | 21 | -340/+1691 | |
| | ||||||
* | Make gdk_pixbuf_render_pixmap_and_mask dynamic | Anatoly Spektor | 2012-10-17 | 3 | -6/+11 | |
| | ||||||
* | Do not compile gtk_style_get_*_gc on GTK 3. | Alexander Kurtakov | 2012-10-17 | 1 | -1/+10 | |
| | | | | | | These macros are accessing GdkGC which is no lonver available in Gtk 3. As theme is not public api and not considered finish we can postpone it's migration to GTK 3 for the time work is restarted. | |||||
* | remove warning from check_compilation: includeantruntime | Silenio Quarti | 2012-10-16 | 1 | -1/+1 | |
| | ||||||
* | remove warnings in check_compilation | Silenio Quarti | 2012-10-16 | 1 | -2/+2 | |
| | ||||||
* | change swt build user | Silenio Quarti | 2012-10-16 | 1 | -1/+1 | |
| | ||||||
* | Bug 259141 - Tree.getSelection() is extremely slow with SWT.VIRTUAL and | Carolyn MacLeod | 2012-10-16 | 1 | -4/+9 | |
| | | | SWT.MULTI | |||||
* | Use gtk_render_frame* instead of gtk_paint_shadow* for GTK+ 3 | Anatoly Spektor | 2012-10-16 | 5 | -6/+50 | |
| | | | | | This patch uses gtk_render_frame and gtk_render_frame_gap instead of gtk_paint_shadow and gtk_paint_shadow_gap | |||||
* | Bug 391892-Incorrect window collection behavior for SWT.TOOL style | Lakshmi Shanmugam | 2012-10-16 | 1 | -1/+5 | |
| | | | shell under full screen mode | |||||
* | Use gtk_render_arrow instead of gtk_paint_arrow for GTK+ 3 | Anatoly Spektor | 2012-10-16 | 8 | -4/+83 | |
| | | | | This patch replace gtk_paint_arrow with gtk_render_arrow for GTK+ 3 | |||||
* | Remove Gtk 2.2-2.4 checks. | Alexander Kurtakov | 2012-10-16 | 11 | -46/+13 | |
| | | | | Now that we require 2.6.0+ it makes no sense to clutter the code with useless checks. | |||||
* | v4309 | Silenio Quarti | 2012-10-15 | 4 | -5/+5 | |
| | ||||||
* | Bug 391127 - Displaying of find dialog very slow | Bogdan Gheorghe | 2012-10-15 | 1 | -27/+30 | |
| | ||||||
* | fix 64 bit | Silenio Quarti | 2012-10-15 | 1 | -1/+1 | |
| | ||||||
* | Use gtk_render_extension instead of gtk_paint_extension for GTK+ 3 | Anatoly Spektor | 2012-10-15 | 6 | -3/+61 | |
| | | | | | This patch uses gtk_render_extension instead of deprecated gtk_paint_extension method for GTK+ 3. | |||||
* | Use gtk_cell_renderer_get_preferred_size() for GTK+ 3 | Anatoly Spektor | 2012-10-15 | 10 | -11/+75 | |
| | | | | | This patch replaces gtk_cell_renderer_get_size wth gtk_cell_renderer_get_preferred_size 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. |