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