summaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-283-3/+3
* Fix NEWT EDTUtil Deadlock on EDTUtil.start()Sven Gothel2014-06-124-19/+15
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-121-82/+82
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-096-39/+96
* NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)Sven Gothel2014-06-083-111/+0
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-085-20/+30
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-085-8/+16
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-089-69/+190
* Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-069-108/+192
* NEWT AWTAdapter: Simplify event processing / Window.enqueueEvent(..): Add API...Sven Gothel2014-06-055-56/+58
* Bug 741 HiDPI: Fix missing window -> pixel unit conversion in AWTNewtEventFac...Sven Gothel2014-05-281-1/+4
* Bug 741 HiDPI: Add missing window -> pixel unit conversion in AWTNewtEventFac...Sven Gothel2014-05-271-2/+3
* Bug 741 HiDPI: Fix OSX NEWT Offscreen Size Regression from commit 56d60b36798...Sven Gothel2014-05-271-9/+9
* Bug 741 HiDPI: Fix regression MIN_MONITOR_DEVICE_PROPERTIES: Adding missing '...Sven Gothel2014-05-279-47/+136
* Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...Sven Gothel2014-05-2716-69/+69
* NewtCanvasSWT: Fixe newtChild NPE; Perform getParentLocationOnScreen() on val...Sven Gothel2014-05-261-21/+79
* Bug 1013: Fix switching monitor resolution for NEWT Window (content black aft...Sven Gothel2014-05-262-49/+78
* Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...Sven Gothel2014-05-262-20/+53
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-2625-262/+593
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-2312-80/+153
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-2220-209/+320
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-2122-134/+239
* Minor edits: Fix comments / API-docsSven Gothel2014-05-191-1/+1
* NEWT MouseEvent: Decouple pointerIds from single-pointer button, i.e. always ...Sven Gothel2014-04-093-114/+100
* PinchToZoomGesture: Add 'delta' value [-1..1], move 'InputEvent trigger' up t...Sven Gothel2014-04-092-12/+44
* NEWT Events: Use final .. (minor edit)Sven Gothel2014-04-059-48/+52
* NEWT: Minor editsSven Gothel2014-03-162-18/+18
* NEWT MonitorDevice: Add convenient getPixelsPerMM(..) method to retrieve the ...Sven Gothel2014-03-011-1/+27
* Fix whitespaces of commit 78fcb8228d4a391054501aef16eb0462322ba39d and Window...Sven Gothel2014-02-252-7/+7
* Merge remote-tracking branch 'petros-koutsolampros/master'Sven Gothel2014-02-252-12/+25
|\
| * A more wholesome solution to the windowing problems in OSX. As describedPetros Koutsolampros2014-02-252-12/+25
* | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (...Sven Gothel2014-02-251-2/+2
|/
* SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...Sven Gothel2014-02-132-43/+40
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon...Sven Gothel2014-02-121-2/+1
* Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro...Sven Gothel2014-02-101-8/+12
* JOGLNewtApplet3Run: Don't set position if normal child window.v2.1.4Sven Gothel2014-01-311-1/+0
* NEWT WindowImpl: Don't waitForPosition(..) if child window - issues w/ differ...Sven Gothel2014-01-311-8/+13
* Adapt to new plugin3 / Use browser window's location on screen for top-level ...Sven Gothel2014-01-312-24/+56
* NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall fall ba...Sven Gothel2014-01-311-11/+6
* NEWT: Add Support for AWT-Less Applet3Sven Gothel2014-01-304-8/+563
* NewtFactory: Fix createWindow(..) ctor w/ given native window handle (use dis...Sven Gothel2014-01-301-8/+10
* NEWT Window: Add API Doc for Custom Window IconsSven Gothel2014-01-302-0/+16
* Script: Correct joal.jar path; Remove redundant NewtDebugActivity (Debug is o...Sven Gothel2014-01-265-182/+87
* EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ...Sven Gothel2014-01-235-113/+118
* NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while bein...Sven Gothel2014-01-231-5/+4
* JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's...Sven Gothel2014-01-121-1/+1
* DefaultEDTUtil: At EDT finish, notify all task-waiter to avoid deadlock at er...Sven Gothel2014-01-121-9/+40
* AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(...Sven Gothel2014-01-121-10/+10
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-121-2/+2
* Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...Sven Gothel2014-01-111-7/+0