Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
* | | resurrect lost changes | Grant Gayed | 2012-03-07 | 3 | -16/+17 | |
| | | ||||||
* | | s390 check machines does not fail when machines are down | Silenio Quarti | 2012-03-07 | 1 | -2/+8 | |
| | | ||||||
* | | Merge branch 'master' of ↵ | Grant Gayed | 2012-03-07 | 0 | -0/+0 | |
|\ \ | | | | | | | | | | ssh://git.eclipse.org/gitroot/platform/eclipse.platform.swt | |||||
| * | | XULRunner 10 | Grant Gayed | 2012-03-07 | 20 | -74/+119 | |
| | | | ||||||
* | | | XULRunner 10 | Grant Gayed | 2012-03-07 | 21 | -75/+119 | |
|/ / | ||||||
* | | Bug 372138 - JS evaluating asynchronously with XULRunner 10 | Grant Gayed | 2012-03-06 | 7 | -53/+165 | |
| | | ||||||
* | | changed the fix for Bug 372134-Prompter.getBrowser() not working. Also | Lakshmi Shanmugam | 2012-03-06 | 4 | -61/+22 | |
| | | | | | | fixes 372143. | |||||
* | | Bug 372134-Prompter.getBrowser() not working | Lakshmi Shanmugam | 2012-03-06 | 4 | -14/+47 | |
| | | | | | | and Bug 372143-authentication listener never invoked with XULR10 | |||||
* | | update iid of nsIScriptGlobalObject and nsIScriptContext | Lakshmi Shanmugam | 2012-03-06 | 1 | -4/+4 | |
| | | ||||||
* | | use Integer.getInteger() and Boolean.getBoolean() to access system | Grant Gayed | 2012-03-06 | 1 | -26/+8 | |
| | | | | | | property values | |||||
* | | remove XULRUNNER_VERSION java property | Grant Gayed | 2012-03-06 | 1 | -11/+27 | |
| | | ||||||
* | | formatting | Grant Gayed | 2012-03-06 | 1 | -10/+10 | |
| | | ||||||
* | | remove -Zc:wchar_t MOZILLACFLAG | Grant Gayed | 2012-03-06 | 1 | -1/+0 | |
| | | ||||||
* | | rename two classes from _8 to _10 | Grant Gayed | 2012-03-06 | 4 | -5/+5 | |
| | | ||||||
* | | adapt interfaces and boolean representation to XULRunner 10 | Grant Gayed | 2012-03-06 | 32 | -400/+1093 | |
| | | ||||||
* | | fix compile errors on mac & linux | Lakshmi Shanmugam | 2012-03-06 | 4 | -12/+8 | |
| | | ||||||
* | | interface classes updated | Grant Gayed | 2012-03-06 | 101 | -3615/+1711 | |
| | | ||||||
* | | xulrunner-1.9-fixes | Lakshmi Shanmugam | 2012-03-06 | 3 | -28/+52 | |
| | | ||||||
* | | xulrunner-work1 | Lakshmi Shanmugam | 2012-03-06 | 53 | -179/+4221 | |
| | | ||||||
* | | v3822v3822 | Silenio Quarti | 2012-03-05 | 5 | -5/+11 | |
| | | ||||||
* | | Use gdk_text_property_to_utf8_list + _for_display. | Alexander Kurtakov | 2012-03-05 | 5 | -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 of | Alexander Kurtakov | 2012-03-05 | 6 | -4/+62 | |
| | | | | | | | | | | | | gdk_window_lookup. gdk_window_lookup is deprecated since gtk 2.24 and removed in gtk 3. | |||||
* | | generate objc_msgSend_stret for iOS | Silenio Quarti | 2012-03-05 | 2 | -36/+106 | |
| | | ||||||
* | | generate objc_msgSend_stret for iOS | Silenio Quarti | 2012-03-05 | 1 | -4/+8 | |
| | | ||||||
* | | add way to configure library output dirrectory and classes directory ↵ | Silenio Quarti | 2012-03-05 | 2 | -13/+57 | |
| | | | | | | | | independently | |||||
* | | generate objective-c files | Silenio Quarti | 2012-03-05 | 2 | -1/+12 | |
| | | ||||||
* | | generating PI in 10.7 | Carolyn MacLeod | 2012-03-02 | 1 | -16/+0 | |
| | | ||||||
* | | generating PI on 10.7 | Silenio Quarti | 2012-03-02 | 20 | -186/+429 | |
| | | ||||||
* | | Use gdk_get_default_root_window instead of GDK_ROOT_PARENT. | Alexander Kurtakov | 2012-02-28 | 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-02-28 | 1 | -3/+3 | |
| | | ||||||
* | | Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay. | Alexander Kurtakov | 2012-02-28 | 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-02-28 | 4 | -35/+2 | |
|/ | | | | The function is not used anywhere. | |||||
* | Bug 372760 - segments offset should be more flexible | Felipe Heidrich | 2012-02-28 | 3 | -28/+9 | |
| | ||||||
* | Bug 372729 - Javadoc warning in official build | Felipe Heidrich | 2012-02-28 | 1 | -1/+1 | |
| | ||||||
* | v3821v3821c | Silenio Quarti | 2012-02-27 | 1 | -0/+6 | |
| | ||||||
* | Bug 372599 - Wrong drawing behaviour using SWT and Cairo drawing a ↵ | Silenio Quarti | 2012-02-27 | 1 | -0/+3 | |
| | | | | TextLayout and then an oval | |||||
* | Merge branch 'master' into bug230854 | Felipe Heidrich | 2012-02-27 | 4 | -23/+81 | |
|\ | ||||||
| * | Bug 337979 - [ui] max/restore the editor area and viewstack tabs disappear | Bogdan Gheorghe | 2012-02-24 | 1 | -0/+18 | |
| | | ||||||
| * | move manifest creation to more general Ant task | Grant Gayed | 2012-02-24 | 1 | -22/+20 | |
| | |