summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Display.java
Commit message (Expand)AuthorAgeFilesLines
* After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-1/+1
* After javadoc bash for 3.3 RC3BEFORE_COPYRIGHT_BASH_FOR_33RC3AFTER_JAVADOC_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-2/+2
* Bug 172757 - popups close on resizeKevin Barnes2007-05-071-1/+0
* fix for 167686, 153197, 179209, 169664, 127839Silenio Quarti2007-04-271-0/+1
* Bug 172757 - popups close on resizeKevin Barnes2007-04-251-1/+4
* 176491 MessageBox consumes 100% CPU on Linux/GTKSilenio Quarti2007-04-231-8/+53
* 178766 - ToolTip jumps aroundSteve Northover2007-04-161-0/+14
* fix SWT.READ_ONLY combo does not get SWT.FocusIn and SWT.FocusOut events.Silenio Quarti2007-03-301-1/+21
* 177765 - Toolbar mouse enter and mouse exit event are being eaten in linuxSteve Northover2007-03-301-1/+4
* 176719 - Display.getActiveShell() returns different results on Windows compar...Steve Northover2007-03-161-0/+1
* Bug 172316 - Display.post() should support mouse buttons 4 and 5Felipe Heidrich2007-02-281-1/+18
* Added a Control equality check to Display.map()Steve Northover2007-02-021-0/+2
* fixed commentSteve Northover2007-01-091-5/+8
* fix for 64-bitGrant Gayed2007-01-031-1/+2
* cache last widget that was looked up with getWidget()Steve Northover2006-12-201-2/+12
* drag detect workSteve Northover2006-12-151-4/+0
* 167219 - NPE in org.eclipse.swt.widgets.Menu._setVisibleSteve Northover2006-12-081-1/+1
* 158796 - MessageBox blocks display thread on linuxSilenio Quarti2006-11-161-0/+21
* fix formatSteve Northover2006-10-231-1/+1
* DateTime widget - initial gtk implementationCarolyn MacLeod2006-10-031-0/+2
* Bug 147808 CCombo dropdown doesn't have keyboard focus in GTKFelipe Heidrich2006-08-221-31/+41
* Bug 147808 CCombo dropdown doesn't have keyboard focus in GTKFelipe Heidrich2006-08-211-0/+2
* fix formattingSteve Northover2006-07-251-3/+1
* bug 24796Carolyn MacLeod2006-07-171-0/+3
* 133183 - Button widget with SWT.CHECK style is not showing foreground color w...Steve Northover2006-06-291-1/+1
* 23614 - [DCR] Allow triple mouse click eventsFelipe Heidrich2006-06-211-0/+3
* bug 115947Carolyn MacLeod2006-06-201-0/+23
* After copyright bash for 3.2 RC4.AFTER_COPYRIGHT_BASH_FOR_32RC4Carolyn MacLeod2006-05-091-1/+1
* Javadoc basher output for 3.2RC3Carolyn MacLeod2006-05-031-12/+21
* 135946 - Virtual Tree eats shell activationsv3230aSilenio Quarti2006-04-111-5/+2
* 64 bit fixSilenio Quarti2006-02-131-1/+1
* leaking callbacksVeronika Irvine2006-02-071-8/+16
* owner draw Tree/TableSilenio Quarti2006-02-061-26/+98
* support elements for expandbarFelipe Heidrich2006-02-031-0/+1
* 124481 - TreeEditor: ProgressBar does not fill cell correctlySilenio Quarti2006-02-011-12/+4
* dynamic tooltipsSteve Northover2006-01-301-1/+19
* Bug 124414 - SIGSEGV from swt-3.2M4-gtk-linux-x86_64.zipFelipe Heidrich2006-01-241-0/+1
* Add support for dragging textVeronika Irvine2005-12-091-1/+1
* implement Control.setBackgroundImage()v3216aSilenio Quarti2005-11-291-1/+3
* 117990 - Reduce matching complexity of the SWT flat toolbar RC styleBilly Biggs2005-11-251-1/+1
* 79894 - Control.update() method is too expensiveBilly Biggs2005-11-131-10/+10
* fix formatting, reorder return to happen first to avoid another testSteve Northover2005-11-071-8/+11
* g_thread_init is required for g_main_context_wakeupBilly Biggs2005-10-281-7/+7
* Avoid g_thread_init for now, as it makes many glib calls slower.Billy Biggs2005-10-261-1/+2
* 76804 - Improve SWT performance over GTK window systemBilly Biggs2005-10-241-5/+119
* 112403 - window dimensions are tiny on x86-64Billy Biggs2005-10-191-2/+6
* To be consistent, use SWT.NONE instead of SWT.NULL.Billy Biggs2005-10-051-1/+1
* save and free resources when SWT.Settings changesSteve Northover2005-10-041-33/+54
* format changeSteve Northover2005-09-301-1/+2
* redraw() before layout() when settings changeSteve Northover2005-09-301-1/+1