summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Gtk ColorDialog get/setRGBsCarolyn MacLeod2012-03-066-13/+226
| |
| * Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2012-03-0612-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 varSilenio Quarti2012-03-061-3/+3
| |
| * Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-03-0613-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 Kurtakov2012-03-064-35/+2
| | | | | | | | The function is not used anywhere.
| * Cocoa ColorDialog get/setRGBsCarolyn MacLeod2012-03-065-1/+161
| |
| * Work in progress for bug 212023 - limitation of SWT ColorDialogCarolyn MacLeod2012-02-291-2/+3
| |
| * work in progress for bug 212023 - limitation of SWT ColorDialogCarolyn MacLeod2012-02-291-2/+79
| |
* | Bug 212023 - limitation of SWT ColorDialogCarolyn MacLeod2012-03-0712-16/+508
| |
* | 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
| |
* | Merge branch 'master' of ↵Grant Gayed2012-03-070-0/+0
|\ \ | | | | | | | | | ssh://git.eclipse.org/gitroot/platform/eclipse.platform.swt
| * | XULRunner 10Grant Gayed2012-03-0720-74/+119
| | |
* | | 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
| |
* | v3822v3822Silenio Quarti2012-03-055-5/+11
| |
* | Use gdk_text_property_to_utf8_list + _for_display.Alexander Kurtakov2012-03-055-15/+16
| | | | | | | | | | | | Usage of gdk_text_property_to_utf8_list is deprecated and removed in gtk3 but gdk_text_property_to_utf8_list_for_display is still here for usage.
* | Use gdk_x11_window_lookup_for_display for gtk 2.24 instead ofAlexander Kurtakov2012-03-056-4/+62
| | | | | | | | | | | | gdk_window_lookup. gdk_window_lookup is deprecated since gtk 2.24 and removed in gtk 3.
* | generate objc_msgSend_stret for iOSSilenio Quarti2012-03-052-36/+106
| |
* | generate objc_msgSend_stret for iOSSilenio Quarti2012-03-051-4/+8
| |
* | add way to configure library output dirrectory and classes directory ↵Silenio Quarti2012-03-052-13/+57
| | | | | | | | independently
* | generate objective-c filesSilenio Quarti2012-03-052-1/+12
| |
* | generating PI in 10.7Carolyn MacLeod2012-03-021-16/+0
| |
* | generating PI on 10.7Silenio Quarti2012-03-0220-186/+429
| |
* | Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2012-02-2812-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 varSilenio Quarti2012-02-281-3/+3
| |
* | Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-2813-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 Kurtakov2012-02-284-35/+2
|/ | | | The function is not used anywhere.
* Bug 372760 - segments offset should be more flexibleFelipe Heidrich2012-02-283-28/+9
|
* Bug 372729 - Javadoc warning in official buildFelipe Heidrich2012-02-281-1/+1
|
* v3821v3821cSilenio Quarti2012-02-271-0/+6
|
* Bug 372599 - Wrong drawing behaviour using SWT and Cairo drawing a ↵Silenio Quarti2012-02-271-0/+3
| | | | TextLayout and then an oval
* Merge branch 'master' into bug230854Felipe Heidrich2012-02-274-23/+81
|\
| * Bug 337979 - [ui] max/restore the editor area and viewstack tabs disappearBogdan Gheorghe2012-02-241-0/+18
| |
| * move manifest creation to more general Ant taskGrant Gayed2012-02-241-22/+20
| |