aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/WindowsWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ...Sven Gothel2023-10-021-97/+110
* NEWT Soft-PixelScale (p1): WindowImpl: Separate window and pixel units for si...Sven Gothel2023-01-311-26/+11
* GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...Sven Gothel2023-01-291-9/+49
* NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i...Sven Gothel2019-09-101-2/+2
* NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument....Sven Gothel2019-09-101-2/+2
* NEWT WindowImpl.doPointerEvent: Use native short[] for pNamesSven Gothel2019-07-081-7/+7
* Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S...Sven Gothel2015-10-081-3/+3
* Bug 1205: Revert clear background to support fix for Bug 1232: NEWT Transluce...Sven Gothel2015-10-011-7/+24
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-011-58/+70
* Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil...Sven Gothel2015-09-291-45/+125
* Bug 1188: NEWT WindowsWindow.c: Better support for 'isOnBottom' on Windows (F...Sven Gothel2015-08-261-14/+68
* NEWT WindowsWindow.c: Fix return value; Add tracking of inOn[Bottom|Top]Sven Gothel2015-08-251-4/+24
* Bug 1188: Windows: Implement unresizable using appropriate windows stylesSven Gothel2015-08-121-104/+51
* Bug 1188: Refine Maximized on X11 / Impl. Maximized and Iconify on WindowsSven Gothel2015-08-121-33/+89
* Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a...Sven Gothel2015-08-101-2/+2
* Bug 1142 - NEWT: Add support to retrieve the primary MonitorDeviceSven Gothel2015-03-091-23/+43
* NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat...Sven Gothel2015-02-171-43/+31
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-161-37/+121
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-261-4/+8
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-081-3/+13
* Bug 935: NEWT Windows Pointer-Icon WM_SETCURSOR: Don't use DefWindowProc, Set...Sven Gothel2014-01-051-14/+35
* Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...Sven Gothel2014-01-051-8/+1
* Bug 935: NEWT Windows Window-Icon: Fix Window-Icon Visibility after Reparenti...Sven Gothel2014-01-041-0/+4
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-311-4/+111
* Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge...Sven Gothel2013-12-041-2/+2
* Bug 916 - NEWT Fullscreen Mode on Windows ALT-TAB doesn't allow Application S...Sven Gothel2013-12-031-20/+58
* NEWT Windows: Rearrange wndProc switch-case: All key/mouse events shall be at...Sven Gothel2013-12-021-448/+449
* Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXITSven Gothel2013-11-171-45/+87
* Fix Bug 901 - NEWT: Lookup Windows 7 Touch Event Functions Dynamically to not...Sven Gothel2013-11-101-5/+39
* Bug 800: Windows 7 Touch Event Support for NEWT: Fix Focus and LBUTTON[DOWN|U...Sven Gothel2013-10-171-51/+74
* Bug 800: Add Windows 7 Touch Event Support for NEWTSven Gothel2013-10-171-101/+334
* Fix Bug 768 / NEWT Windows: Use layout dependent keySymbol, if independent ke...Sven Gothel2013-07-021-0/+3
* Fix Bug 723: Remove VK_KP_<Cursor> numpad key-codes, use general VK_<Cursor> ...Sven Gothel2013-05-161-17/+25
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-061-73/+232
* Bug 697: Fix commit 4db745e84fac610f85ab085e5c147e571e82e008 - Not compile cl...Sven Gothel2013-04-111-31/+36
* NEWT/WindowsWindow.c: Simplify pointerVisible branch for calling SafeShowCurs...Sven Gothel2013-04-111-7/+2
* Merge remote-tracking branch 'gouessej/master'Sven Gothel2013-04-111-29/+53
|\
| * Adds the missing fileJulien Gouesse2013-04-061-29/+53
* | Bug 678: Differentiate ALT (left) and ALT_GRAPH (right) on X11, EventDev, Win...Sven Gothel2013-04-061-16/+20
|/
* Bug 707: Fix NEWT EVENT_MOUSE_EXITED not sent on Windows - Regression of comm...Sven Gothel2013-04-051-5/+14
* Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-191-447/+296
* Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen...Sven Gothel2013-01-291-1/+1
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-141-22/+159
* NEWT WindowsWindow.c: UpdateInsets: Fix determiniation of isUndecorated - WS_...Sven Gothel2012-12-301-1/+1
* Fix Bug 643: SWT 'display.asyncExec(Runnable runnable)' runnable not executed...Sven Gothel2012-12-021-10/+9
* NEWT Windows KeyEvent: We have to store the keyChar for typed events, since k...Sven Gothel2012-10-311-3/+3
* Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo...Sven Gothel2012-10-311-79/+120
* NEWT Windows: Add more verbose DEBUG information for FOCUS handlingSven Gothel2012-10-301-5/+12
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-181-39/+39
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-011-2/+2