summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This patch solves clipping and wrong default sizing of GtkEntry in GTK3gtk3_textbox_clippedAnatoly Spektor2013-02-215-3/+31
|
* 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
|
* Bug 381915 - [JDK7]test_getTopIndex fails in org.eclipse.swt.testsSilenio Quarti2013-01-161-1/+1
|
* v4318Silenio Quarti2013-01-144-5/+5
|
* Bug 396105 - Merge in CBI patches from 4.2.2 into 4.3 (non-pom changes) for ↵Bogdan Gheorghe2013-01-081-0/+11
| | | | eclipse.swt
* Bug 396104 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for ↵Bogdan Gheorghe2013-01-0812-15/+53
| | | | eclipse.swt
* Update JRE path for PPC64Bogdan Gheorghe2012-12-181-2/+2
|
* Bug 394851 - [Browser] Invalid security setting returned when leavingGrant Gayed2012-12-141-33/+26
| | | about:blank
* adjustment to fix for bug 392967Grant Gayed2012-12-121-2/+2
|
* forgot the commentGrant Gayed2012-12-101-0/+6
|
* Bug 392967 - eclipse crash SIGSEGV when trying to use WebkitGrant Gayed2012-12-101-0/+9
|
* v4317Silenio Quarti2012-12-074-5/+5
|
* v4316Silenio Quarti2012-12-074-5/+5
|
* Bug 395464 - Eclipse freezes when hovering over value in Variables viewSilenio Quarti2012-12-071-0/+11
|
* stop using gtk_rc_parse_string in GTK3Silenio Quarti2012-12-064-3/+17
|
* use gtk_icon_set_render_icon_pixbuf in GTK3Silenio Quarti2012-12-067-13/+61
|
* do not build xulrunner/mozilla in GTK3 machinesSilenio Quarti2012-12-051-1/+1
|
* do not build xulrunner/mozilla in GTK3 machinesSilenio Quarti2012-12-051-1/+3
|
* build GTK3 for x86Silenio Quarti2012-12-052-2/+7
|
* Bug 395411 - CTabFolderRenderer created too many timesBogdan Gheorghe2012-11-301-2/+5
|
* Bug 391627 - Scroll bar selection changed event will only be fired once when ↵Silenio Quarti2012-11-294-1/+13
| | | | hold down mouse key on top area of vertical scroll bar on Mac cocoa if checked Use smooth scrolling
* Bug 392498 - GC.copyarea does not work correctly on linuxSilenio Quarti2012-11-291-0/+4
|
* Bug 394016 - Ctrl+PageDown doesn't work multiple times in Classic themeCarolyn MacLeod2012-11-283-10/+12
|
* Bug 388402 - List gets into bad state when an item is removed from context ↵Silenio Quarti2012-11-281-8/+15
| | | | menu trigger
* Bug 394016 - Ctrl+PageDown doesn't work multiple times in Classic themeCarolyn MacLeod2012-11-262-3/+35
|
* Bug 394583 - [ GTK+ 3] TextBox is clipped to the rightSilenio Quarti2012-11-211-1/+0
|
* Bug 339132 - [10.8][Cocoa] GEF Thumbnail sync view broken in 3.7Silenio Quarti2012-11-201-0/+8
|
* Use Requisition to computeSize of Text in GTK+ 3Anatoly Spektor2012-11-201-2/+10
|
* v4315Silenio Quarti2012-11-194-5/+5
|
* Bug 394473 - Mozilla Browser.evaluate broken for XULRunner 3.x due to ↵Grant Gayed2012-11-161-10/+3
| | | | changes to support XULRunner >= 4
* Bug 393792 - [GTK3] shells cannot be sized smallerSilenio Quarti2012-11-161-1/+3
|
* Bug 393724 - [GTK3] Owner draw trees are not drawing items - wrong unfocused ↵Silenio Quarti2012-11-162-4/+8
| | | | foreground and wrong focus ring drawn on Ubuntu
* Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti2012-11-1615-122/+294
|
* Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is ↵Silenio Quarti2012-11-161-3/+13
| | | | created, not a web link is generated
* realize handle to solve Slider widget with SWT.DEFAULT size issueAnatoly Spektor2012-11-161-0/+1
|
* Bug 393723 - [GTK3] wrong foreground in Eclipse editor area unselected tabsSilenio Quarti2012-11-151-0/+12
|