summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Display.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 377597 - Mac OS X cursor blinking dos not honor NSTextInsertionPointBlink...Silenio Quarti2012-06-221-1/+6
* Bug 383328 - Multiple MoseHover events without moving the mouseSilenio Quarti2012-06-221-1/+6
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 365280 - Combo box closes self when Mozilla Browser presentGrant Gayed2012-05-291-5/+5
* Bug 365280 - Combo box closes self when Mozilla Browser presentGrant Gayed2012-05-281-0/+24
* Bug 349148-[10.7]Let Eclipse use the new full-screen support in LionLakshmi Shanmugam2012-04-201-0/+8
* Bug 376826 Text#removeSegmentListener inconsistent with other codeBogdan Gheorghe2012-04-161-2/+2
* Bug 373467 - Default Mac OS X Search feature in Help MenuLakshmi Shanmugam2012-04-121-5/+3
* Bug 373036 - SWT Cocoa should not change Cocoa cell classes permanentlySilenio Quarti2012-03-291-8/+13
* Bug 364116 - [10.7]Crash when opening two FileDialogs in a rowSilenio Quarti2012-03-091-27/+8
* Bug 373794 - Malformed Javadoc commentsGrant Gayed2012-03-091-2/+1
* Bug 363309-Key events posted with Display.post() do not honorLakshmi Shanmugam2012-02-011-3/+3
* Bug 365473-Display#post(Event) confuses mouse buttons 2 and 3 on CocoaLakshmi Shanmugam2011-12-071-6/+12
* fix permission of filesSilenio2011-09-231-0/+0
* Bug 35890 [Fonts] Font dialog should not show colour fieldCarolyn MacLeod2011-09-221-0/+5
* Bug 355090 - Missing version check when using OS.sel_flashScrollers Silenio Quarti2011-08-231-3/+5
* Bug 348309 - [10.7]Awkward Scroll BarsSilenio Quarti2011-08-051-2/+3
* Javadoc bash pre-RC4Carolyn MacLeod2011-05-271-8/+10
* Bug 345892 - Selection jumps in treeRoot_AERO_WORKFelipe Heidrich2011-05-171-0/+6
* Bug 306941 - [Mac] Using expos? and selecting Eclipse doesn't bring Eclipse w...Silenio Quarti2011-05-111-0/+4
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* After javadoc bash for 3.7RC1AFTER_JAVADOC_BASH_FOR_37RC1Carolyn MacLeod2011-05-091-2/+7
* Bug 344642 - [Mac OS X] Cannot enable/disable breakpoint by clicking checkboxSilenio Quarti2011-05-051-16/+15
* Bug 342488 - Exception running webstart appSilenio Quarti2011-04-111-2/+2
* Bug 339132 - [Cocoa] GEF Thumbnail sync view broken in 3.7Silenio Quarti2011-03-301-7/+10
* Bug 310242 - Tree expands while dragging over non-leaf itemLakshmi Shanmugam2011-03-041-0/+10
* Bug 338825 - Rename Display.getAppMenuBar() to getMenuBar().Silenio Quarti2011-03-031-1/+1
* Bug 329456 - Add API to access the application menu (Mac) and system menu (wi...Silenio Quarti2011-03-031-16/+90
* Bug 338448 - Control.setTouchEventsEnabled(boolean)/isTouchEnabled() not cons...Felipe Heidrich2011-02-281-11/+12
* 337499 - handle embedded shell moving from one window to another.Scott Kovatch2011-02-171-0/+3
* 337203 - use the selectionIndexesForProposedSelection: variant of determining...Scott Kovatch2011-02-161-6/+6
* 325241 - rewrote movable column support with a table/outline delegate. Check ...Scott Kovatch2011-02-111-0/+6
* 332647 - reworked original fix to use FindWindow which is available, undocume...Scott Kovatch2011-02-081-39/+20
* 335589 - put back old code to detect windows for 10.5. Will need to revisit.Scott Kovatch2011-01-281-25/+39
* findTouchSource doesn't handle empty array properly.Scott Kovatch2011-01-201-2/+2
* 334624 - don't cache dead-key state.Scott Kovatch2011-01-201-7/+3
* stray println.Scott Kovatch2011-01-181-1/+0
* Remove HashtableScott Kovatch2011-01-181-11/+24
* 279884 - touch implementation for Mac OS X.Scott Kovatch2011-01-171-1/+45
* 333914 - search for right nib based on current locale.Scott Kovatch2011-01-111-1/+21
* Use LONG, not Long for storing jnirefs.Scott Kovatch2011-01-071-6/+6
* 332389 - don't add SWT_OBJECT to SWTToolbarView or embedded NSWindow subclasses.Scott Kovatch2011-01-041-10/+42
* 279884 - implement Mac portion of gesture support, and add stubs for all othe...Scott Kovatch2010-12-201-0/+34
* 332647 - use windowNumberAtPoint/HIWindowFindAtLocation, which ignores holes ...Scott Kovatch2010-12-181-22/+26
* 332599 - fix event ordering of mouseEnter/mouseExit when tracking mouse.Scott Kovatch2010-12-161-5/+10
* 332083 - don't use current event to calculate mouse hover coordinates. No gua...Scott Kovatch2010-12-141-1/+1
* 331993 - use post() to move cursor so it generates a mouse move event.Scott Kovatch2010-12-141-3/+5
* 329511 - make keyboard post call conditionally for 10.5.Scott Kovatch2010-11-171-10/+16
* 329840 - click on checkbox shouldn't select row.Scott Kovatch2010-11-161-6/+15
* 329511 - force each event to have a unique timestamp.Scott Kovatch2010-11-151-0/+4