aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Cancel dragging in Pearl by pressing Escape or Backspace.Jonas Kölker2015-10-03
* Change Pearl's cursor logic.Jonas Kölker2015-10-03
* Refactor Pearl's mark_in_direction, and invert a parameter.Jonas Kölker2015-10-03
* Refactor modifier handling in Pearl's cursor code.Jonas Kölker2015-10-03
* Add more keyboard controls to Slant.Jonas Kölker2015-10-03
* Slant: hide keyboard cursor when using the mouse.Jonas Kölker2015-10-03
* Rectangles: cancel keyboard drag with Escape.Jonas Kölker2015-10-03
* Filling: enable keyboard-driven cursor dragging mode.Jonas Kölker2015-10-03
* Range: add pencil marks to squares by Shift-cursor keys.Jonas Kölker2015-10-03
* Pattern: color multiple squares with Ctrl- or Shift-cursor keys.Jonas Kölker2015-10-03
* Add game_text_format to Tents.Jonas Kölker2015-10-03
* Add game_text_format to Pattern.Jonas Kölker2015-10-03
* Add game_text_format to Inertia.Jonas Kölker2015-10-03
* Add game_text_format to Flip.Jonas Kölker2015-10-03
* Add game_text_format to Pearl.Jonas Kölker2015-10-03
* Add game_text_format to Dominosa.Jonas Kölker2015-10-03
* Unequal: stop ignoring keys 'h' and 'm' while cursor active.Jonas Kölker2015-10-03
* Fix a memory leak in Range's find_errors.Jonas Kölker2015-10-03
* Don't overallocate colour memory in Loopy.Jonas Kölker2015-10-03
* Fix segfault in Range's game_text_format.Jonas Kölker2015-10-03
* Fix typo in undo key handling.Jonas Kölker2015-10-03
* Include an example of Range's text_format in the comments.Jonas Kölker2015-10-03
* Fix a typo in the comments of Pearl.Jonas Kölker2015-10-03
* Add '-set colorspace RGB' to some icon convert commands.Simon Tatham2015-10-03
* GTK 3 port: arrange configure.ac support for GTK 2/3 detection.Simon Tatham2015-10-03
* GTK 3 port: don't turn off drawing area double buffering.Simon Tatham2015-10-03
* GTK 3 port: change API functions for widget sizing.Simon Tatham2015-10-03
* GTK 3 port: use GtkBox directly, not GtkHBox and GtkVBox.Simon Tatham2015-10-03
* GTK 3 port: be prepared not to use GtkStock.Simon Tatham2015-10-03
* GTK 3 port: use GdkRGBA for the window background colour.Simon Tatham2015-10-03
* GTK 3 port: stop getting default bg colour from the window style.Simon Tatham2015-10-03
* GTK 3 port: condition out the complicated window resize code.Simon Tatham2015-10-03
* GTK 3 port: provide a 'draw' handler.Simon Tatham2015-10-03
* GTK 3 port: use GtkGrid as an alternative to GtkTable.Simon Tatham2015-10-03
* GTK 3 prep: use g_timeout_add, not gtk_timeout_add.Simon Tatham2015-10-03
* GTK 3 prep: use GTK instead of GDK window-icon functions.Simon Tatham2015-10-03
* GTK 3 prep: make the server-side backing pixmap optional.Simon Tatham2015-10-03
* GTK 3 prep: use gtk_radio_menu_item_get_group().Simon Tatham2015-10-03
* GTK 3 prep: use GtkComboBox for drop-down lists.Simon Tatham2015-10-03
* GTK 3 prep: use the glib names for base object types.Simon Tatham2015-10-03
* GTK 3 prep: use GTK_KEY_* constants.Simon Tatham2015-10-03
* GTK 3 prep: use accessors instead of direct field access.Simon Tatham2015-10-03
* Fix packing direction of config boxes.Simon Tatham2015-10-03
* Don't refresh backing store on a no-op configure event.Simon Tatham2015-10-03
* Enforce more than one dot in Galaxies puzzles.Chris Boyle2015-09-26
* Fix OS X build failure due to a deprecated method.Simon Tatham2015-09-18
* Implement osx_draw_thick_lineBo Lindbergh2015-09-02
* Typo in the OS X Info plistBo Lindbergh2015-08-25
* emcc frontend: stop indiscriminately squashing mouseups.Simon Tatham2015-08-14
* Replace a TCHAR with a WCHAR.Simon Tatham2015-08-01