aboutsummaryrefslogtreecommitdiff
path: root/windows.c (follow)
Commit message (Expand)AuthorAge
* Expose the NO_EFFECT/UNUSED distinction through midend_process_key()Ben Harris2023-06-11
* Windows: reorganise menu ids.Simon Tatham2023-05-03
* Support user preferences on Windows.Simon Tatham2023-04-23
* New shared function, getenv_bool()Ben Harris2023-03-22
* Add missing 'static' on dputs().Simon Tatham2023-03-10
* Add a way for midend_process_key() to report whether it handled a keypressBen Harris2022-11-08
* Teach the mid-end about device pixel ratiosBen Harris2022-11-08
* Windows: reinstate SetWindowPos in check_window_size.Simon Tatham2022-01-08
* windows.c: fix some mis-indented pieces of code.Simon Tatham2022-01-08
* Add 'const' to the draw_polygon coords array parameter.Simon Tatham2021-09-13
* windows.c: fix some 64-bit cleanness warnings.Simon Tatham2021-04-19
* Remove old Windows CE cruft.Simon Tatham2021-03-29
* Replace fe->preset_menu when we change midend.Simon Tatham2018-12-12
* Use C99 bool within source modules.Simon Tatham2018-11-13
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Adopt C99 bool in the printing API.Simon Tatham2018-11-13
* Adopt C99 bool in the midend API.Simon Tatham2018-11-13
* Make the code base clean under -Wwrite-strings.Simon Tatham2017-10-01
* Assorted char * -> const char * API changes.Simon Tatham2017-10-01
* Return error messages as 'const char *', not 'char *'.Simon Tatham2017-10-01
* Use a proper union in struct config_item.Simon Tatham2017-10-01
* Fix an int->pointer cast warning in windows.c.Simon Tatham2017-10-01
* Map Ctrl-Shift-Z to Redo.Simon Tatham2017-09-20
* Generate special fake keypresses from menu options.Simon Tatham2017-09-20
* Win64-cleanness: switch to {Get,Set}WindowLongPtr.Simon Tatham2017-08-24
* Rework the preset menu system to permit submenus.Simon Tatham2017-04-26
* Insert a manual reference in the default status bar text.Jonas Kölker2015-10-03
* Replace a TCHAR with a WCHAR.Simon Tatham2015-08-01
* Revamp of the Windows command-line parsing and puzzle-loading code.Simon Tatham2013-01-19
* Patch from James H: make the Windows debugging output conditional onSimon Tatham2010-01-12
* Memory leak fix from James H.Simon Tatham2010-01-07
* Introduce, and implement as usefully as I can in all front ends, aSimon Tatham2009-12-27
* Minor bug fixes from James Harvey.Simon Tatham2009-12-17
* Introduce some infrastructure to permit games' print functions toSimon Tatham2009-02-22
* Patch from James H to enable a single monolithic binary to be builtSimon Tatham2009-01-06
* Typo spotted by James H.Simon Tatham2008-09-13
* New infrastructure feature. Games are now permitted to beSimon Tatham2008-09-06
* Implement tick marks in the Type menu on Windows. Now all my frontSimon Tatham2008-04-09
* Revise the printing colour framework so that we can explicitlySimon Tatham2008-04-07
* In the Windows frontend, stop tab navigation from activating buttons.Jacob Nevins2007-03-31
* r7364 failed to expand a malloc to match the larger data being putSimon Tatham2007-03-11
* Since we've changed the semantics of the `expand' argument to midend_size(),Jacob Nevins2007-03-03
* Patch from James H to provide resizability on Windows.Simon Tatham2007-03-03
* Dariusz Olszewski's changes to support compiling for PocketPC. ThisSimon Tatham2007-02-26
* Add James Harvey's excellent new puzzle, `Galaxies'.Simon Tatham2007-02-22
* Replicate r7285 from PuTTY: make keyboard input work in HTML Help.Jacob Nevins2007-02-13
* In Windows/Gtk front-ends, consistently use the ellipsis convention for namingJacob Nevins2007-01-04
* Add NO_HTMLHELP and turn it on by default in Makefile.cyg.Jacob Nevins2006-12-28
* Actually introduce the ability to build the Windows icons into theSimon Tatham2006-12-27
* Minor const fix.Simon Tatham2006-12-24