Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug 374628 - gc.setBackgroundPattern does not draw correctly in Cocoa | Silenio Quarti | 2012-03-19 | 1 | -0/+33 | |
| | ||||||
* | Remove gdk_event_get_graphics_expose function. | Alexander Kurtakov | 2012-03-19 | 4 | -26/+2 | |
| | | | | It is not used by anything, deprecated and removed in GTK 3. | |||||
* | Make gdk_gc_set_ts_origin dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -2/+13 | |
| | | | | | All usages covered by alternative paths - either cairo or alternative GTK api implementation | |||||
* | Make gdk_gc_set_tile dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -3/+11 | |
| | | | | All usages are covered by alternative cairo implementation. | |||||
* | Make gdk_gc_set_line_attributes dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -6/+11 | |
| | | | | Usages of the function already have alternative cairo implementation. | |||||
* | Remove gdk_gc_set_clip_rectangle. | Alexander Kurtakov | 2012-03-19 | 4 | -30/+2 | |
| | | | | Nothing uses it and it's deprecated and removed in GTK 3. | |||||
* | Make gdk_gc_set_background dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -2/+11 | |
| | | | | Single usage, cairo alternative is implemented. | |||||
* | Make gdk_gc_set_dashes dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -2/+11 | |
| | | | | Two usages, both covered by alternative Cairo codepath. | |||||
* | Make gdk_gc_set_clip_origin and gdk_gc_set_clip_mask dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -5/+22 | |
| | | | | | There is single usage of these in GC drawImageMask method which is used only in non-Cairo paths. | |||||
* | Make gdk_draw_layout_with_colors dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -3/+11 | |
| | | | | | There are 5 usages in total each of them covered by cairo alternative path. The function is removed from GTK 3. | |||||
* | Make gdk_draw_lines dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -3/+11 | |
| | | | | | Single usage and already covered by cairo path. The function is removed in GTK 3. | |||||
* | Make gdk_draw_line dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -3/+11 | |
| | | | | | Used in two places and both have a cairo path returning prior to the function invocation. The function gdk_draw_line is removed in GDK 3. | |||||
* | Make gdk_draw_point dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -3/+11 | |
| | | | | | There is only single usage and it's usage is already covered by cairo path. The gdk_draw_point function is removed in GTK 3. | |||||
* | Make gdk_draw_arc dynamic. | Alexander Kurtakov | 2012-03-19 | 3 | -3/+11 | |
| | | | | | Every usage is checked that a cairo codepath is executed and returns before the gdk_draw_arc call. | |||||
* | Replace gdk_cursor_destroy with gdk_cursor_unref. | Alexander Kurtakov | 2012-03-19 | 9 | -20/+20 | |
| | | | | | | The function removed (gdk_cursor_destroy) has been an alias for gdk_cursor_unref from pre-2.4 gtk times and the define is removed in GTK 3. | |||||
* | Bug 241644 - Text widget with no SWT.BORDER style has no Undo or Select All ↵ | Silenio Quarti | 2012-03-16 | 1 | -0/+43 | |
| | | | | key bindings | |||||
* | Bug 241644 - Text widget with no SWT.BORDER style has no Undo or Select All ↵ | Silenio Quarti | 2012-03-16 | 7 | -8/+66 | |
| | | | | key bindings | |||||
* | v3823v3823a | Silenio Quarti | 2012-03-12 | 5 | -5/+11 | |
| | ||||||
* | Gtk bug 110005 | Carolyn MacLeod | 2012-03-10 | 2 | -1/+7 | |
| | ||||||
* | Win Menu.hasLocation = false | Carolyn MacLeod | 2012-03-10 | 1 | -0/+1 | |
| | ||||||
* | Mac VoiceOver calls menuForEvent. Fix CCombo. | Carolyn MacLeod | 2012-03-10 | 3 | -5/+12 | |
| | ||||||
* | bug 110005 Mac | Carolyn MacLeod | 2012-03-10 | 4 | -4/+9 | |
| | ||||||
* | javadoc changes bug 110005 | Carolyn MacLeod | 2012-03-10 | 2 | -15/+21 | |
| | ||||||
* | Change menu detect event detail constant names | Carolyn MacLeod | 2012-03-10 | 4 | -9/+22 | |
| | ||||||
* | Initial bug110005 work (Windows) | Carolyn MacLeod | 2012-03-10 | 5 | -2/+49 | |
| | ||||||
* | support custom callbacks with floating point parameters or return value | Silenio Quarti | 2012-03-09 | 1 | -5/+9 | |
| | ||||||
* | Bug 330563 Menu doesn't appear on Ubuntu with Unity desktop | Bogdan Gheorghe | 2012-03-09 | 7 | -3/+113 | |
| | ||||||
* | Cleanup TableItem and TreeItem. | Alexander Kurtakov | 2012-03-09 | 2 | -164/+75 | |
| | | | | | Remove all pre-2.4 gtk checks from the code. There is no need for them now that gtk 2.4+ is required. | |||||
* | Remove unneeded gtk version checks. | Alexander Kurtakov | 2012-03-09 | 1 | -25/+19 | |
| | | | | | Checking whether we have gtk 2.4 or newer is pointless as older versions are not supported. | |||||
* | Remove unneeded gtk version checks in Shell. | Alexander Kurtakov | 2012-03-09 | 1 | -10/+3 | |
| | | | | | All code checking for gtk 2.4 is removed as this version is a prerequisite now. | |||||
* | Bug 364116 - [10.7]Crash when opening two FileDialogs in a row | Silenio Quarti | 2012-03-09 | 5 | -38/+8 | |
| | ||||||
* | fix JS lib names | Grant Gayed | 2012-03-09 | 3 | -12/+12 | |
| | ||||||
* | fix javadoc fixes | Grant Gayed | 2012-03-09 | 2 | -7/+3 | |
| | ||||||
* | Bug 373794 - Malformed Javadoc comments | Grant Gayed | 2012-03-09 | 38 | -104/+117 | |
| | ||||||
* | Bug 333972 - Installed BrowserFunctions are available to remote content | Grant Gayed | 2012-03-08 | 2 | -23/+92 | |
| | | | loaded in iFrames | |||||
* | Bug 212023 - limitation of SWT ColorDialog | Carolyn MacLeod | 2012-03-08 | 1 | -2/+23 | |
| | | | Use splitString for CLDC compatibility instead of String.split(). | |||||
* | 64-bit | Carolyn MacLeod | 2012-03-07 | 1 | -2/+2 | |
| | ||||||
* | merging | Carolyn MacLeod | 2012-03-07 | 0 | -0/+0 | |
|\ | ||||||
| * | Gtk ColorDialog get/setRGBs | Carolyn MacLeod | 2012-03-07 | 5 | -34/+75 | |
| | | ||||||
| * | Gtk ColorDialog get/setRGBs | Carolyn MacLeod | 2012-03-06 | 6 | -13/+226 | |
| | | ||||||
| * | Use gdk_get_default_root_window instead of GDK_ROOT_PARENT. | Alexander Kurtakov | 2012-03-06 | 12 | -39/+39 | |
| | | | | | | | | | | The new function used is in GTK at least from version 2.0 and the macro is deprecated and removed from GTK 3. All usages are fixed. | |||||
| * | reuse local var | Silenio Quarti | 2012-03-06 | 1 | -3/+3 | |
| | | ||||||
| * | Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay. | Alexander Kurtakov | 2012-03-06 | 13 | -46/+47 | |
| | | | | | | | | | | GDK_DISPLAY macro is deprecated and removed in gtk3. The function used is in gtk since 2.2. | |||||
| * | Remove gtk_tooltip_trigger_tooltip_query. | Alexander Kurtakov | 2012-03-06 | 4 | -35/+2 | |
| | | | | | | | | The function is not used anywhere. | |||||
| * | Cocoa ColorDialog get/setRGBs | Carolyn MacLeod | 2012-03-06 | 5 | -1/+161 | |
| | | ||||||
| * | Work in progress for bug 212023 - limitation of SWT ColorDialog | Carolyn MacLeod | 2012-02-29 | 1 | -2/+3 | |
| | | ||||||
| * | work in progress for bug 212023 - limitation of SWT ColorDialog | Carolyn MacLeod | 2012-02-29 | 1 | -2/+79 | |
| | | ||||||
* | | Bug 212023 - limitation of SWT ColorDialog | Carolyn MacLeod | 2012-03-07 | 12 | -16/+508 | |
| | | ||||||
* | | last OS X XULRunner tweaks | Grant Gayed | 2012-03-07 | 2 | -1/+2 | |
| | | ||||||
* | | appease MozillaDelegate on the dead platforms | Grant Gayed | 2012-03-07 | 2 | -24/+49 | |
| | |