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