summaryrefslogtreecommitdiffstats
path: root/bundles
Commit message (Collapse)AuthorAgeFilesLines
...
* Make gdk_gc_set_dashes dynamic.Alexander Kurtakov2012-03-193-2/+11
| | | | Two usages, both covered by alternative Cairo codepath.
* Make gdk_gc_set_clip_origin and gdk_gc_set_clip_mask dynamic.Alexander Kurtakov2012-03-193-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 Kurtakov2012-03-193-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 Kurtakov2012-03-193-3/+11
| | | | | Single usage and already covered by cairo path. The function is removed in GTK 3.
* Make gdk_draw_line dynamic.Alexander Kurtakov2012-03-193-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 Kurtakov2012-03-193-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 Kurtakov2012-03-193-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 Kurtakov2012-03-199-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 Quarti2012-03-161-0/+43
| | | | key bindings
* Bug 241644 - Text widget with no SWT.BORDER style has no Undo or Select All ↵Silenio Quarti2012-03-167-8/+66
| | | | key bindings
* v3823v3823aSilenio Quarti2012-03-125-5/+11
|
* Gtk bug 110005Carolyn MacLeod2012-03-102-1/+7
|
* Win Menu.hasLocation = falseCarolyn MacLeod2012-03-101-0/+1
|
* Mac VoiceOver calls menuForEvent. Fix CCombo.Carolyn MacLeod2012-03-103-5/+12
|
* bug 110005 MacCarolyn MacLeod2012-03-104-4/+9
|
* javadoc changes bug 110005Carolyn MacLeod2012-03-102-15/+21
|
* Change menu detect event detail constant namesCarolyn MacLeod2012-03-104-9/+22
|
* Initial bug110005 work (Windows)Carolyn MacLeod2012-03-105-2/+49
|
* support custom callbacks with floating point parameters or return valueSilenio Quarti2012-03-091-5/+9
|
* Bug 330563 Menu doesn't appear on Ubuntu with Unity desktopBogdan Gheorghe2012-03-097-3/+113
|
* Cleanup TableItem and TreeItem.Alexander Kurtakov2012-03-092-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 Kurtakov2012-03-091-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 Kurtakov2012-03-091-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 rowSilenio Quarti2012-03-095-38/+8
|
* fix JS lib namesGrant Gayed2012-03-093-12/+12
|
* fix javadoc fixesGrant Gayed2012-03-092-7/+3
|
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-0938-104/+117
|
* Bug 333972 - Installed BrowserFunctions are available to remote contentGrant Gayed2012-03-082-23/+92
| | | loaded in iFrames
* Bug 212023 - limitation of SWT ColorDialogCarolyn MacLeod2012-03-081-2/+23
| | | Use splitString for CLDC compatibility instead of String.split().
* 64-bitCarolyn MacLeod2012-03-071-2/+2
|
* Bug 212023 - limitation of SWT ColorDialogCarolyn MacLeod2012-03-0711-15/+496
|
* last OS X XULRunner tweaksGrant Gayed2012-03-072-1/+2
|
* appease MozillaDelegate on the dead platformsGrant Gayed2012-03-072-24/+49
|
* resurrect lost changesGrant Gayed2012-03-073-16/+17
|
* s390 check machines does not fail when machines are downSilenio Quarti2012-03-071-2/+8
|
* XULRunner 10Grant Gayed2012-03-0721-75/+119
|
* Bug 372138 - JS evaluating asynchronously with XULRunner 10Grant Gayed2012-03-067-53/+165
|
* changed the fix for Bug 372134-Prompter.getBrowser() not working. AlsoLakshmi Shanmugam2012-03-064-61/+22
| | | fixes 372143.
* Bug 372134-Prompter.getBrowser() not workingLakshmi Shanmugam2012-03-064-14/+47
| | | and Bug 372143-authentication listener never invoked with XULR10
* update iid of nsIScriptGlobalObject and nsIScriptContextLakshmi Shanmugam2012-03-061-4/+4
|
* use Integer.getInteger() and Boolean.getBoolean() to access systemGrant Gayed2012-03-061-26/+8
| | | property values
* remove XULRUNNER_VERSION java propertyGrant Gayed2012-03-061-11/+27
|
* formattingGrant Gayed2012-03-061-10/+10
|
* remove -Zc:wchar_t MOZILLACFLAGGrant Gayed2012-03-061-1/+0
|
* rename two classes from _8 to _10Grant Gayed2012-03-064-5/+5
|
* adapt interfaces and boolean representation to XULRunner 10Grant Gayed2012-03-0632-400/+1093
|
* fix compile errors on mac & linuxLakshmi Shanmugam2012-03-064-12/+8
|
* interface classes updatedGrant Gayed2012-03-06101-3615/+1711
|
* xulrunner-1.9-fixesLakshmi Shanmugam2012-03-063-28/+52
|
* xulrunner-work1Lakshmi Shanmugam2012-03-0653-179/+4221
|