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
/
osx.m
(
follow
)
Commit message (
Expand
)
Author
Age
*
osx.m: avoid division by zero in startConfigureSheet.
Simon Tatham
2023-07-13
*
Expose the NO_EFFECT/UNUSED distinction through midend_process_key()
Ben Harris
2023-06-11
*
Support user preferences in the Mac frontend.
Simon Tatham
2023-04-24
*
Keep a set of preferences in the midend.
Simon Tatham
2023-04-23
*
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-11-08
*
Add 'const' to the draw_polygon coords array parameter.
Simon Tatham
2021-09-13
*
Migrate to a CMake-based build system.
Simon Tatham
2021-03-29
*
Use C99 bool within source modules.
Simon Tatham
2018-11-13
*
Adopt C99 bool in the midend API.
Simon Tatham
2018-11-13
*
Fix OSX build failure from latest XCode update.
Simon Tatham
2018-10-06
*
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
*
Map Ctrl-Shift-Z to Redo.
Simon Tatham
2017-09-20
*
Generate special fake keypresses from menu options.
Simon Tatham
2017-09-20
*
Rework the preset menu system to permit submenus.
Simon Tatham
2017-04-26
*
Insert a manual reference in the default status bar text.
Jonas Kölker
2015-10-03
*
Fix OS X build failure due to a deprecated method.
Simon Tatham
2015-09-18
*
Implement osx_draw_thick_line
Bo Lindbergh
2015-09-02
*
Stop using NSApp in the OS X front end.
Simon Tatham
2014-10-20
*
Fix a bug introduced by r9495 in which we try to write temporary NULs
Simon Tatham
2012-06-06
*
GNUstep compatibility: ensure both endpoints are actually drawn by
Simon Tatham
2012-05-06
*
GNUstep compatibility: add a missing #include.
Simon Tatham
2012-05-06
*
GNUstep compatibility: avoid attempting blitter_save with a partially
Simon Tatham
2012-05-06
*
GNUstep compatibility: stop using the API feature isFlipped/setFlipped
Simon Tatham
2012-05-06
*
GNUstep compatibility: remove an unused variable which the compiler
Simon Tatham
2012-05-06
*
GNUstep compatibility: comment out some API calls that GNUstep
Simon Tatham
2012-05-06
*
GNUstep compatibility: spell null selectors "NULL", not "nil".
Simon Tatham
2012-05-06
*
Stop using the deprecated NSString stringWithCString: methods.
Simon Tatham
2012-05-06
*
Introduce, and implement as usefully as I can in all front ends, a
Simon Tatham
2009-12-27
*
Change to the handling of -DCOMBINED in the makefiles. Instead of
Simon Tatham
2008-09-13
*
New infrastructure feature. Games are now permitted to be
Simon Tatham
2008-09-06
*
Implement tick marks in the Type menu on OS X.
Simon Tatham
2008-04-09
*
Syntactic fixes by Zach Wily to make the OS X build work under 10.5.
Simon Tatham
2008-01-15
*
Jesse W points out that I forgot to update the OS X front end in
Simon Tatham
2006-08-25
*
OS X frontend was directly calling the backend's wants_statusbar()
Simon Tatham
2005-10-22
*
New puzzle: `Tents'. Requires a potentially shared algorithms module
Simon Tatham
2005-10-13
*
*blinks* I apparently didn't try _building_ the OS X port since the
Simon Tatham
2005-08-21
*
Substantial infrastructure upheaval. I've separated the drawing API
Simon Tatham
2005-08-18
*
draw_polygon() and draw_circle() have always had a portability
Simon Tatham
2005-07-03
*
Load and Save are now supported on all three desktop platforms, and
Simon Tatham
2005-06-30
*
Introduce a front-end function to draw circles.
Simon Tatham
2005-06-23
*
New front end functions to save and restore a region of the puzzle
Simon Tatham
2005-06-22
*
All the games in this collection have always defined their graphics
Simon Tatham
2005-06-07
*
First cut at a game timer. Yet another backend function which
Simon Tatham
2005-05-30
*
Add support for Jacob's new cursor-key modifier flags in the OS X frontend.
Simon Tatham
2005-05-26
*
After much thought, I've decided that `Restart' on r is not a
Simon Tatham
2005-05-17
*
The game IDs for Net (and Netslide) have always been random seeds
Simon Tatham
2005-05-16
[next]