]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/gtkask.c
Unix buildinfo: stop saying 'GTK' in pure CLI utilities.
[PuTTY.git] / unix / gtkask.c
2017-02-22 Simon TathamUnix buildinfo: stop saying 'GTK' in pure CLI utilities.
2016-04-04 Simon TathamGTK 3: tweak margin below the gtkask drawing areas.
2016-04-04 Simon TathamGTK 3.20 compatibility: switch to gdk_seat_grab.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-09-26 Simon TathamDon't defer displaying the prompt label in gtkask.
2015-09-26 Simon TathamBring the gtkask.c test main() up to date.
2015-08-31 Simon TathamSlightly improve layout in GTK3 Pageant passphrase prompts.
2015-08-31 Simon TathamStop using GtkDialog (for most purposes) in GTK 3!
2015-08-16 Simon TathamGTK3 port: use gdk_device_grab() in gtkask.c.
2015-08-16 Simon TathamGTK3 port: support the new "draw" signal.
2015-08-15 Simon TathamRefactor the GTK drawing system to do both GDK and Cairo.
2015-08-08 Simon TathamGTK 3 prep: use the glib names for base object types.
2015-08-08 Simon TathamGTK 3 prep: use GDK_KEY_<keyname> constants, not GDK_...
2015-08-08 Simon TathamGTK 3 prep: use accessor functions for object data fields.
2015-08-08 Simon TathamGTK 3 prep: do not include individual GTK/GDK headers.
2015-08-08 Simon TathamMake gtkask.c compile under GTK 1.
2015-07-28 Simon TathamFix braino in gtkask.c loop conditions.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-17 Simon Tathamaskpass: don't treat releases of Ret or Esc as presses.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-13 Simon TathamUnix Pageant: implement GUI passphrase prompting.