Commit History

Author SHA1 Message Date
  Ben Harris a9af3fda1d Rename UI_UPDATE as MOVE_UI_UPDATE 10 months ago
  Simon Tatham 0058331aeb New backend functions: get_prefs and set_prefs. 1 year ago
  Simon Tatham a4fca3286f Pass a game_ui to compute_size, print_size and print. 1 year ago
  Simon Tatham c5e253a9f9 Reorganise the dsf API into three kinds of dsf. 1 year ago
  Simon Tatham 348aac4c85 Remove size parameter from dsf init and copy functions. 1 year ago
  Simon Tatham 89c438e149 Declare all dsfs as a dedicated type name 'DSF'. 1 year ago
  Simon Tatham f21c7d2766 Consistently use snew_dsf to allocate dsfs. 1 year ago
  Simon Tatham bb561ee3b1 Use a dedicated free function to free dsfs. 1 year ago
  Ben Harris 418cb3a567 Make encode_ui() and decode_ui() optional in back-ends 1 year ago
  Simon Tatham 3b9cafa09f Fall back to <math.h> if <tgmath.h> doesn't work. 1 year ago
  Ben Harris 2e48ce132e Replace <math.h> with <tgmath.h> throughout 1 year ago
  Ben Harris 6dac51795e Add an environment variable to control initial cursor visibility 1 year ago
  Simon Tatham 873d613dd5 Fix missing statics and #includes on variables. 1 year ago
  Ben Harris 789e11f8f8 Remove various unused game functions 1 year ago
  Ben Harris 562b29e102 Don't request a highlight colour in games that don't need one 1 year ago
  Ben Harris a3310ab857 New backend function: current_key_label() 1 year ago
  Simon Tatham c0da615a93 Centralise initial clearing of the puzzle window. 3 years ago
  Franklin Wei 78bc9ea7f7 Add method for frontends to query the backend's cursor location. 3 years ago
  Simon Tatham 5f5b284c0b Use C99 bool within source modules. 5 years ago
  Simon Tatham a550ea0a47 Replace TRUE/FALSE with C99 true/false throughout. 5 years ago
  Simon Tatham a76d269cf2 Adopt C99 bool in the game backend API. 5 years ago
  Franklin Wei 60a929a250 Add a request_keys() function with a midend wrapper. 6 years ago
  Simon Tatham a58c1b216b Make the code base clean under -Wwrite-strings. 6 years ago
  Simon Tatham b3243d7504 Return error messages as 'const char *', not 'char *'. 6 years ago
  Simon Tatham de67801b0f Use a proper union in struct config_item. 6 years ago
  Simon Tatham eeb2db283d New name UI_UPDATE for interpret_move's return "". 6 years ago
  Simon Tatham a7dc17c425 Rework the preset menu system to permit submenus. 7 years ago
  Simon Tatham bc930a1214 Improve connectedness-error highlighting in Singles. 9 years ago
  Simon Tatham 251b21c418 Giant const patch of doom: add a 'const' to every parameter in every 11 years ago
  Simon Tatham 0b93de904a Add 'const' to the game_params arguments in validate_desc and 11 years ago