summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [GTK+3] Implement SwtFixed preferred height/width methodsswt_fixedaspektor2013-03-131-4/+47
|
* Bug 402552 - [CBI] org.eclipse.swt_*.jar files too big: contain whole SWT ↵Silenio Quarti2013-03-071-0/+1
| | | | source project
* Make g_thread_init dynamic.Alexander Kurtakov2013-03-073-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 englishSilenio Quarti2013-02-271-1/+1
|
* Bug 328010 - In cocoa, Help menu can not display Search menu item in chinese ↵Silenio Quarti2013-02-2710-2/+35
| | | | language.
* Bug 336125 - ACC.RELATION_DESCRIBED_BY does not work for TextCarolyn MacLeod2013-02-261-1/+9
|
* v4321Silenio Quarti2013-02-254-5/+5
|
* Bug 397850 - [CBI] use the correct group IDs for all artifactsSilenio Quarti2013-02-2512-23/+23
|
* Bug 394831 - [cbi] Platform parent should be renamedSilenio Quarti2013-02-251-2/+2
|
* Remove don't comment what doesn't belong here.Alexander Kurtakov2013-02-221-13/+0
| | | Should have been done in previous commit.
* Revert the css styling as it badly affects toolbar buttons on GTK3.Alexander Kurtakov2013-02-221-13/+13
|
* Add css style to button to solve button's height clipping issueAnatoly Spektor2013-02-216-0/+127
|
* Bug 374199 - SWT_AWT bridge broken by openjdk 1.7.0_04ea (embeddedframe ↵Silenio Quarti2013-02-211-15/+62
| | | | class refactor)
* This patch solves clipping and wrong default sizing of GtkEntry in GTK3Anatoly Spektor2013-02-215-0/+28
|
* Bug 379263 - CTabFolder itself should return accessible nameCarolyn MacLeod2013-02-211-4/+8
|
* handle call function with multiple return types. detect if native starts ↵Silenio Quarti2013-02-211-1/+1
| | | | with callFunc
* update tools build instrucitonsSilenio Quarti2013-02-211-6/+6
|
* fix tools parse of parameters of comma. add convention attriibute for call ↵Silenio Quarti2013-02-216-112/+77
| | | | natives
* Bug 343722 - On-screen-keyboard does not work properlyCarolyn MacLeod2013-02-171-0/+1
|
* Remove gdk_threads_init/enter.Alexander Kurtakov2013-02-154-28/+2
| | | | These two functions are not used anywhere and they are deprecated in GDK 3.6.
* Bug 400576 - N20130211-2000 coredumps on startupSilenio Quarti2013-02-142-20/+0
|
* javadoc: clarified getHSB()Markus Keller2013-02-141-4/+9
|
* Bug 384162 - Internal web browser does not catch Tab keystrokesGrant Gayed2013-02-131-5/+0
|
* Bug 181592: [Widgets] Need a color constant for active and inactive ↵Markus Keller2013-02-131-4/+4
| | | | hyperlink colors
* v4320Silenio Quarti2013-02-114-5/+5
|
* Bug 181592 - [Widgets] Need a color constant for active and inactive ↵Silenio Quarti2013-02-113-17/+28
| | | | hyperlink colors
* Bug 181592 - [Widgets] Need a color constant for active and inactive ↵Silenio Quarti2013-02-111-1/+10
| | | | hyperlink colors
* Bug 181592 - [Widgets] Need a color constant for active and inactive ↵Silenio Quarti2013-02-112-0/+8
| | | | hyperlink colors
* Add forgotten defines for dynamic g_thread* functions.Alexander Kurtakov2013-02-071-0/+2
|
* Bug 234649 - Composite with scrollbar won't inherit background fromCarolyn MacLeod2013-02-071-1/+1
| | | "themed" ancestor (tabfolder)
* Do not use g_thread_init on Glib newer than 2.32.Alexander Kurtakov2013-02-074-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 versionArun Thondapu2013-02-071-2/+7
| | | is >= 3.4.0
* Bug 399543 ColorDialog.java formatting changesArun Thondapu2013-02-071-26/+24
|
* Replace GtkColorSelection with GtkColorChooser for GTK 3.4 and upAnatoly Spektor2013-02-067-34/+208
|
* Bug 388628 - [Viewers] ILazyTreeContentProvider: NPE when refreshingCarolyn MacLeod2013-02-051-3/+15
| | | viewer while an inner node is selected and using OwnerDrawLabelProvider
* Bug 399563 - Splash screen is huge on aix.ppc and linux.ppcSilenio Quarti2013-01-301-1/+1
|
* Wrong sizing and trimming of Spinner widget in GTK+ 3Anatoly Spektor2013-01-301-15/+36
|
* Bug 399151 - Focus is not passed to the next window after a window minimizedSilenio Quarti2013-01-291-1/+10
|
* Bug 398711 - NPE in AbstractTreeViewer.getSelection trying to selectCarolyn MacLeod2013-01-291-0/+3
| | | non-expanded nodes
* Bug 395169 - Table contents disappear when scrolling horizontally (Windows 7 ↵Silenio Quarti2013-01-281-4/+10
| | | | only)
* v4319Silenio Quarti2013-01-284-5/+5
|
* Bug 398070 - BrowserFunction not converting correctly boolean arraysGrant Gayed2013-01-257-6/+68
| | | | with XULRunner 10
* Bug 398711 - NPE in AbstractTreeViewer.getSelection trying to selectCarolyn MacLeod2013-01-241-0/+11
| | | | non-expanded nodes
* Rename gnome_24_* to gnome_*.Alexander Kurtakov2013-01-231-4/+4
| | | This is a leftover from the gnome/gnome_24 unificaton.
* Remove gnome_vfs* unused function bindings.Alexander Kurtakov2013-01-234-94/+6
| | | They are no longer needed after the gnome/gnome_24 unification.
* Do not check for gnome_vfs_url_show.Alexander Kurtakov2013-01-231-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 Kurtakov2013-01-231-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 Gheorghe2013-01-221-0/+18
| | | | in Windows 7
* Bug 398046 - ToolTip takes a very long time to show when tooltip message is ↵Silenio Quarti2013-01-213-13/+97
| | | | very long
* Bug 398386 - Tooltips appearing randomlySilenio Quarti2013-01-171-1/+1
|