chiark / gitweb /
sgt-puzzles.git
2015-10-18 Jonas KölkerUpdate Sixteen keyboard system for faster entry.
2015-10-14 Jonas KölkerIn GTK frontend, bind mouse8/mouse9 to undo/redo.
2015-10-14 Jonas KölkerAdd hinting feature to Guess.
2015-10-14 Jonas KölkerAdd standalone Fifteen solver, based on the hint feature.
2015-10-14 Jonas KölkerAdd hinting feature to Fifteen (press 'h' for a hint).
2015-10-14 Jonas KölkerInvert the Fifteen cursor if FIFTEEN_INVERT_CURSOR...
2015-10-14 Jonas KölkerEnd victory flash on new game and restart game.
2015-10-14 Jonas KölkerReset midend animation counters on starting a new game.
2015-10-14 Jonas KölkerRemove a redundant line of code.
2015-10-14 Jonas KölkerDon't stop animations when restarting an already restar...
2015-10-14 Jonas KölkerStop animations on a new game, no matter how it is...
2015-10-04 Simon TathamGTK 3 cleanup: stop using GtkDialog for config boxes.
2015-10-04 Simon TathamGTK 3 cleanup: use GtkAboutDialog for the About box.
2015-10-04 Simon TathamGTK 3 cleanup: use GtkMessageDialog for message_box().
2015-10-04 Simon TathamGTK 3.16 deprecation: stop using gtk_misc_set_alignment.
2015-10-03 Jonas KölkerImprove Towers error highlighting.
2015-10-03 Jonas KölkerDominosa: Highlight a number when pressed on the keyboard.
2015-10-03 Simon TathamFix switching to a larger puzzle size under GTK 2.
2015-10-03 Simon Tathambuild fix
2015-10-03 Jonas KölkerInsert a manual reference in the default status bar...
2015-10-03 Jonas KölkerRender Filling presets as 'WxH', not 'HxW'.
2015-10-03 Jonas KölkerAdd 'Inshi No Heya' (multiplication only) variant to...
2015-10-03 Jonas KölkerFix a display glitch in Keen's pencil-mode cursor.
2015-10-03 Jonas KölkerRecompute solutions in Inertia if the user strays from...
2015-10-03 Jonas KölkerFix an instance generation hang in Signpost.
2015-10-03 Jonas KölkerGreatly improve and speed up the Filling instance gener...
2015-10-03 Jonas KölkerGreatly increase the speed of the Filling solver.
2015-10-03 Jonas KölkerTowers: allow marking of clues as done with the keyboard
2015-10-03 Jonas KölkerAllow marking of clues as exhausted in Unequal.
2015-10-03 Jonas KölkerDisplay improvements to Range.
2015-10-03 Jonas KölkerFix a misrendering in Guess.
2015-10-03 Jonas KölkerFix a memory error in Guess cursor handling.
2015-10-03 Jonas KölkerCancel dragging in Pearl by pressing Escape or Backspace.
2015-10-03 Jonas KölkerChange Pearl's cursor logic.
2015-10-03 Jonas KölkerRefactor Pearl's mark_in_direction, and invert a parameter.
2015-10-03 Jonas KölkerRefactor modifier handling in Pearl's cursor code.
2015-10-03 Jonas KölkerAdd more keyboard controls to Slant.
2015-10-03 Jonas KölkerSlant: hide keyboard cursor when using the mouse.
2015-10-03 Jonas KölkerRectangles: cancel keyboard drag with Escape.
2015-10-03 Jonas KölkerFilling: enable keyboard-driven cursor dragging mode.
2015-10-03 Jonas KölkerRange: add pencil marks to squares by Shift-cursor...
2015-10-03 Jonas KölkerPattern: color multiple squares with Ctrl- or Shift...
2015-10-03 Jonas KölkerAdd game_text_format to Tents.
2015-10-03 Jonas KölkerAdd game_text_format to Pattern.
2015-10-03 Jonas KölkerAdd game_text_format to Inertia.
2015-10-03 Jonas KölkerAdd game_text_format to Flip.
2015-10-03 Jonas KölkerAdd game_text_format to Pearl.
2015-10-03 Jonas KölkerAdd game_text_format to Dominosa.
2015-10-03 Jonas KölkerUnequal: stop ignoring keys 'h' and 'm' while cursor...
2015-10-03 Jonas KölkerFix a memory leak in Range's find_errors.
2015-10-03 Jonas KölkerDon't overallocate colour memory in Loopy.
2015-10-03 Jonas KölkerFix segfault in Range's game_text_format.
2015-10-03 Jonas KölkerFix typo in undo key handling.
2015-10-03 Jonas KölkerInclude an example of Range's text_format in the comments.
2015-10-03 Jonas KölkerFix a typo in the comments of Pearl.
2015-10-03 Simon TathamAdd '-set colorspace RGB' to some icon convert commands.
2015-10-03 Simon TathamGTK 3 port: arrange configure.ac support for GTK 2...
2015-10-03 Simon TathamGTK 3 port: don't turn off drawing area double buffering.
2015-10-03 Simon TathamGTK 3 port: change API functions for widget sizing.
2015-10-03 Simon TathamGTK 3 port: use GtkBox directly, not GtkHBox and GtkVBox.
2015-10-03 Simon TathamGTK 3 port: be prepared not to use GtkStock.
2015-10-03 Simon TathamGTK 3 port: use GdkRGBA for the window background colour.
2015-10-03 Simon TathamGTK 3 port: stop getting default bg colour from the...
2015-10-03 Simon TathamGTK 3 port: condition out the complicated window resize...
2015-10-03 Simon TathamGTK 3 port: provide a 'draw' handler.
2015-10-03 Simon TathamGTK 3 port: use GtkGrid as an alternative to GtkTable.
2015-10-03 Simon TathamGTK 3 prep: use g_timeout_add, not gtk_timeout_add.
2015-10-03 Simon TathamGTK 3 prep: use GTK instead of GDK window-icon functions.
2015-10-03 Simon TathamGTK 3 prep: make the server-side backing pixmap optional.
2015-10-03 Simon TathamGTK 3 prep: use gtk_radio_menu_item_get_group().
2015-10-03 Simon TathamGTK 3 prep: use GtkComboBox for drop-down lists.
2015-10-03 Simon TathamGTK 3 prep: use the glib names for base object types.
2015-10-03 Simon TathamGTK 3 prep: use GTK_KEY_* constants.
2015-10-03 Simon TathamGTK 3 prep: use accessors instead of direct field access.
2015-10-03 Simon TathamFix packing direction of config boxes.
2015-10-03 Simon TathamDon't refresh backing store on a no-op configure event.
2015-09-26 Chris BoyleEnforce more than one dot in Galaxies puzzles.
2015-09-18 Simon TathamFix OS X build failure due to a deprecated method.
2015-09-02 Bo LindberghImplement osx_draw_thick_line
2015-08-25 Bo LindberghTypo in the OS X Info plist
2015-08-14 Simon Tathamemcc frontend: stop indiscriminately squashing mouseups.
2015-08-01 Simon TathamReplace a TCHAR with a WCHAR.
2015-07-13 Simon TathamSolo, Undead: support 'm' to fill in all pencils.
2015-07-05 Simon TathamFix redrawing of Undead 'done' clues after a resize.
2015-06-10 Kevin LylesMagnets: you can now mark clues as done
2015-06-10 Kevin LylesRemoved an extra layer of complexity for count colors
2015-06-10 Kevin LylesFactored out some of the color logic for the clues
2015-06-10 Kevin LylesRemoved DS_FULL (it wasn't used)
2015-05-26 Kevin LylesUpdated name/size of clues_done in Towers
2015-05-26 Kevin LylesUndead: you can now mark clues as done
2015-05-26 Kevin LylesReworked draw_path_hint
2015-05-26 Kevin LylesFactored out a portion of game_redraw
2015-05-22 Kevin LylesTowers: you can now mark clues done
2015-05-22 Kevin LylesSplit out the text color portion of draw_tile
2015-05-22 Kevin LylesCleaned up execute_move a little
2015-05-18 Simon TathamAdd the 'make test' target to Makefile.am too.
2015-05-18 Simon TathamAdd sorting-order buttons to the benchmark output.
2015-05-18 Simon TathamMove the benchmarking logic out into a script.
2015-05-11 Kevin LylesHandle replacing an existing arrow
2015-05-11 Kevin LylesFix the extra arrow hanging around while moving the...
next