Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug 327696 - implement support for xulrunner >= 4.0 (jemalloc workaround | Grant Gayed | 2012-04-02 | 4 | -13/+52 | |
| | | | for Linux) | |||||
* | Failing JUnit tests. Text segments not implemented on Cocoa | Silenio Quarti | 2012-04-02 | 1 | -0/+3 | |
| | ||||||
* | move non-gen'd natives out of gen'd section | Grant Gayed | 2012-03-30 | 1 | -7/+7 | |
| | ||||||
* | revert inadvertent changes | Grant Gayed | 2012-03-29 | 1 | -1/+1 | |
| | ||||||
* | need to be able to overwrite native package name (actual code) | Silenio Quarti | 2012-03-29 | 25 | -22/+74 | |
| | ||||||
* | need to be able to overwrite native package name | Silenio Quarti | 2012-03-29 | 1 | -0/+4 | |
| | ||||||
* | Bug 373036 - SWT Cocoa should not change Cocoa cell classes permanently | Silenio Quarti | 2012-03-29 | 1 | -8/+13 | |
| | ||||||
* | fix Mozilla cache directory location on OS X again | Grant Gayed | 2012-03-29 | 3 | -3/+3 | |
| | ||||||
* | revert inadvertent changes | Grant Gayed | 2012-03-29 | 2 | -2/+0 | |
| | ||||||
* | re-register BrowserFunctions if XULRunner 10 | Grant Gayed | 2012-03-29 | 1 | -0/+4 | |
| | ||||||
* | fix problems with 64-bit XULRunner | Grant Gayed | 2012-03-29 | 1 | -9/+9 | |
| | ||||||
* | v3825 | Silenio Quarti | 2012-03-29 | 5 | -5/+11 | |
| | ||||||
* | revert inadvertant changes | Grant Gayed | 2012-03-29 | 2 | -11/+2 | |
| | ||||||
* | External class details | Grant Gayed | 2012-03-29 | 1 | -2/+14 | |
| | ||||||
* | Bug 373253 - BrowserFunction not working with XULRunner 10 | Grant Gayed | 2012-03-29 | 15 | -1263/+527 | |
| | ||||||
* | initial | Grant Gayed | 2012-03-29 | 15 | -20/+1150 | |
| | ||||||
* | Bug 375619 - Toolbar with only separator(s) should not be in tab order | Silenio Quarti | 2012-03-29 | 1 | -1/+1 | |
| | ||||||
* | v3824v3824b | Silenio Quarti | 2012-03-28 | 1 | -0/+6 | |
| | ||||||
* | improve fix for Bug 367216 (OS X) | Grant Gayed | 2012-03-27 | 1 | -1/+2 | |
| | ||||||
* | Bug 353084-Layout problem with Shell toolbar | Lakshmi Shanmugam | 2012-03-27 | 2 | -33/+30 | |
| | ||||||
* | v3824v3824a | Silenio Quarti | 2012-03-26 | 1 | -0/+6 | |
| | ||||||
* | Bug 367216 - XulRunner leaves cache files in Roaming Profile (OS X) | Grant Gayed | 2012-03-26 | 4 | -2/+24 | |
| | ||||||
* | Bug 367216 - XulRunner leaves cache files in Roaming Profile (windows) | Grant Gayed | 2012-03-24 | 7 | -53/+80 | |
| | ||||||
* | use horizontal space instead of ScrolledComposite | Carolyn MacLeod | 2012-03-21 | 1 | -63/+58 | |
| | ||||||
* | Bug 374948 - [Browser] mozilla is given invalid profile directory in | Grant Gayed | 2012-03-21 | 1 | -0/+16 | |
| | | | some circumstances | |||||
* | v3824v3824 | Silenio Quarti | 2012-03-19 | 5 | -5/+11 | |
| | ||||||
* | 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 | |
| |