Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [GTK+3] Implement SwtFixed preferred height/width methodsswt_fixed | aspektor | 2013-03-13 | 1 | -4/+47 |
| | |||||
* | Bug 402552 - [CBI] org.eclipse.swt_*.jar files too big: contain whole SWT ↵ | Silenio Quarti | 2013-03-07 | 1 | -0/+1 |
| | | | | source project | ||||
* | Make g_thread_init dynamic. | Alexander Kurtakov | 2013-03-07 | 3 | -2/+17 |
| | | | | | | | | This needs to define LIB_GTHREAD as the function is there. Also g_thread_supported define is redefined for new glib version. There is g_thread_get_initialized function for bindings but as the whole g_thread_init is going away it makes no sense to add it in the place of(conditionally) g_thread_supported. | ||||
* | fix help string for english | Silenio Quarti | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Bug 328010 - In cocoa, Help menu can not display Search menu item in chinese ↵ | Silenio Quarti | 2013-02-27 | 10 | -2/+35 |
| | | | | language. | ||||
* | Bug 336125 - ACC.RELATION_DESCRIBED_BY does not work for Text | Carolyn MacLeod | 2013-02-26 | 1 | -1/+9 |
| | |||||
* | v4321 | Silenio Quarti | 2013-02-25 | 4 | -5/+5 |
| | |||||
* | Bug 397850 - [CBI] use the correct group IDs for all artifacts | Silenio Quarti | 2013-02-25 | 12 | -23/+23 |
| | |||||
* | Bug 394831 - [cbi] Platform parent should be renamed | Silenio Quarti | 2013-02-25 | 1 | -2/+2 |
| | |||||
* | Remove don't comment what doesn't belong here. | Alexander Kurtakov | 2013-02-22 | 1 | -13/+0 |
| | | | Should have been done in previous commit. | ||||
* | Revert the css styling as it badly affects toolbar buttons on GTK3. | Alexander Kurtakov | 2013-02-22 | 1 | -13/+13 |
| | |||||
* | Add css style to button to solve button's height clipping issue | Anatoly Spektor | 2013-02-21 | 6 | -0/+127 |
| | |||||
* | Bug 374199 - SWT_AWT bridge broken by openjdk 1.7.0_04ea (embeddedframe ↵ | Silenio Quarti | 2013-02-21 | 1 | -15/+62 |
| | | | | class refactor) | ||||
* | This patch solves clipping and wrong default sizing of GtkEntry in GTK3 | Anatoly Spektor | 2013-02-21 | 5 | -0/+28 |
| | |||||
* | Bug 379263 - CTabFolder itself should return accessible name | Carolyn MacLeod | 2013-02-21 | 1 | -4/+8 |
| | |||||
* | handle call function with multiple return types. detect if native starts ↵ | Silenio Quarti | 2013-02-21 | 1 | -1/+1 |
| | | | | with callFunc | ||||
* | update tools build instrucitons | Silenio Quarti | 2013-02-21 | 1 | -6/+6 |
| | |||||
* | fix tools parse of parameters of comma. add convention attriibute for call ↵ | Silenio Quarti | 2013-02-21 | 6 | -112/+77 |
| | | | | natives | ||||
* | Bug 343722 - On-screen-keyboard does not work properly | Carolyn MacLeod | 2013-02-17 | 1 | -0/+1 |
| | |||||
* | Remove gdk_threads_init/enter. | Alexander Kurtakov | 2013-02-15 | 4 | -28/+2 |
| | | | | These two functions are not used anywhere and they are deprecated in GDK 3.6. | ||||
* | Bug 400576 - N20130211-2000 coredumps on startup | Silenio Quarti | 2013-02-14 | 2 | -20/+0 |
| | |||||
* | javadoc: clarified getHSB() | Markus Keller | 2013-02-14 | 1 | -4/+9 |
| | |||||
* | Bug 384162 - Internal web browser does not catch Tab keystrokes | Grant Gayed | 2013-02-13 | 1 | -5/+0 |
| | |||||
* | Bug 181592: [Widgets] Need a color constant for active and inactive ↵ | Markus Keller | 2013-02-13 | 1 | -4/+4 |
| | | | | hyperlink colors | ||||
* | v4320 | Silenio Quarti | 2013-02-11 | 4 | -5/+5 |
| | |||||
* | Bug 181592 - [Widgets] Need a color constant for active and inactive ↵ | Silenio Quarti | 2013-02-11 | 3 | -17/+28 |
| | | | | hyperlink colors | ||||
* | Bug 181592 - [Widgets] Need a color constant for active and inactive ↵ | Silenio Quarti | 2013-02-11 | 1 | -1/+10 |
| | | | | hyperlink colors | ||||
* | Bug 181592 - [Widgets] Need a color constant for active and inactive ↵ | Silenio Quarti | 2013-02-11 | 2 | -0/+8 |
| | | | | hyperlink colors | ||||
* | Add forgotten defines for dynamic g_thread* functions. | Alexander Kurtakov | 2013-02-07 | 1 | -0/+2 |
| | |||||
* | Bug 234649 - Composite with scrollbar won't inherit background from | Carolyn MacLeod | 2013-02-07 | 1 | -1/+1 |
| | | | "themed" ancestor (tabfolder) | ||||
* | Do not use g_thread_init on Glib newer than 2.32. | Alexander Kurtakov | 2013-02-07 | 4 | -7/+33 |
| | | | | | | It is already called internally by glib so no need to call it explicitly. This also allows us to keep compiling with G_DISABLE_DEPRECATED. | ||||
* | Bug 399543 ColorDialog ignores existing choice of color when GTK version | Arun Thondapu | 2013-02-07 | 1 | -2/+7 |
| | | | is >= 3.4.0 | ||||
* | Bug 399543 ColorDialog.java formatting changes | Arun Thondapu | 2013-02-07 | 1 | -26/+24 |
| | |||||
* | Replace GtkColorSelection with GtkColorChooser for GTK 3.4 and up | Anatoly Spektor | 2013-02-06 | 7 | -34/+208 |
| | |||||
* | Bug 388628 - [Viewers] ILazyTreeContentProvider: NPE when refreshing | Carolyn MacLeod | 2013-02-05 | 1 | -3/+15 |
| | | | viewer while an inner node is selected and using OwnerDrawLabelProvider | ||||
* | Bug 399563 - Splash screen is huge on aix.ppc and linux.ppc | Silenio Quarti | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | Wrong sizing and trimming of Spinner widget in GTK+ 3 | Anatoly Spektor | 2013-01-30 | 1 | -15/+36 |
| | |||||
* | Bug 399151 - Focus is not passed to the next window after a window minimized | Silenio Quarti | 2013-01-29 | 1 | -1/+10 |
| | |||||
* | Bug 398711 - NPE in AbstractTreeViewer.getSelection trying to select | Carolyn MacLeod | 2013-01-29 | 1 | -0/+3 |
| | | | non-expanded nodes | ||||
* | Bug 395169 - Table contents disappear when scrolling horizontally (Windows 7 ↵ | Silenio Quarti | 2013-01-28 | 1 | -4/+10 |
| | | | | only) | ||||
* | v4319 | Silenio Quarti | 2013-01-28 | 4 | -5/+5 |
| | |||||
* | Bug 398070 - BrowserFunction not converting correctly boolean arrays | Grant Gayed | 2013-01-25 | 7 | -6/+68 |
| | | | | with XULRunner 10 | ||||
* | Bug 398711 - NPE in AbstractTreeViewer.getSelection trying to select | Carolyn MacLeod | 2013-01-24 | 1 | -0/+11 |
| | | | | non-expanded nodes | ||||
* | Rename gnome_24_* to gnome_*. | Alexander Kurtakov | 2013-01-23 | 1 | -4/+4 |
| | | | This is a leftover from the gnome/gnome_24 unificaton. | ||||
* | Remove gnome_vfs* unused function bindings. | Alexander Kurtakov | 2013-01-23 | 4 | -94/+6 |
| | | | They are no longer needed after the gnome/gnome_24 unification. | ||||
* | Do not check for gnome_vfs_url_show. | Alexander Kurtakov | 2013-01-23 | 1 | -11/+0 |
| | | | | | | The method gnome_init already calls gnome_vfs_init which is good enough guarantee for having gnome-vfs installed. Modern Gnome desktops would not be found by this because they don't ship gnome-vfs always but the previous GIO check should have handled it already. | ||||
* | Merge the 2 different GNOME desktop types. | Alexander Kurtakov | 2013-01-23 | 1 | -109/+7 |
| | | | The difference between Gnome 2.4+ and older makes no sense nowadays. | ||||
* | Bug 393833 - Vertical scroll bar still shows after calling setVisible(false) ↵ | Bogdan Gheorghe | 2013-01-22 | 1 | -0/+18 |
| | | | | in Windows 7 | ||||
* | Bug 398046 - ToolTip takes a very long time to show when tooltip message is ↵ | Silenio Quarti | 2013-01-21 | 3 | -13/+97 |
| | | | | very long | ||||
* | Bug 398386 - Tooltips appearing randomly | Silenio Quarti | 2013-01-17 | 1 | -1/+1 |
| |