Oops, forgot to credit Ahmad Khalifa of arabeyes.org for the bidi/shaping work.
[u/mdw/putty] / unix / gtkdlg.c
2005-04-07 jacobOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 jacobIf a new session was saved from Change Settings, a...
2005-03-23 jacobSince Markus Kuhn no longer explicitly places wcwidth...
2005-02-21 jacobRearrange verify_ssh_host_key() for robustness in the...
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-02-17 simonRevamp interface to verify_ssh_host_key() and askalg...
2005-02-14 simonOh, and (there's always one) remove the unnecessary...
2005-02-14 simonSaw uxcfg.c in half down the middle, to separate out...
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2005-01-02 simonIt's a new year!
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-08-30 simonCredit Malcolm Smith in the copyrights.
2004-01-17 simonVarious uninitialised-variable accesses picked up by...
2004-01-01 simonIt's a new year.
2003-06-26 owenImplement hostkey-prompt-type everywhere except Macintosh.
2003-05-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-26 simonFiner granularity of config box handling. SSH packet...
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
2003-04-18 simonRemoving items from a list box using gtk_container_remo...
2003-04-11 simonWhen I implemented the GTK messagebox() function and...
2003-04-11 simonImplement Warn On Close.
2003-04-11 simonCutting and pasting from the Unix Event Log.
2003-04-10 simonImplemented Change Settings under Unix. We are graduall...
2003-04-10 simonMinor improvements to subsidiary window placement;...
2003-04-09 simonEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-05 simonCtrl+rightclick now pops up a context menu in Unix...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 simonSupport for PuTTY-style command-line arguments in Unix...
2003-03-31 simonCan now save and load settings under Unix.
2003-03-31 simonCheckin of last night's work on GTK message boxes....
2003-03-29 simonHaving created and used uxsel, it actually turns out...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-25 benRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-22 simonVarious cosmetic fixes to the GTK config box: vertical...
2003-03-18 simonBetter appearance and positioning for dlg_error_msg...
2003-03-18 simonBig sprawling dialog-box commit covering all sorts...
2003-03-16 simonFurther work on the GTK config box; mostly implemented...
2003-03-15 simonWhen a piece of text overflows its column in a tabbed...
2003-03-15 simonEvent handling in the GTK dialog engine is now basicall...
2003-03-14 simonContinuing work on the GTK config box. Created uxcfg...
2003-03-13 simonFirst stab at a GTK layout engine. It's missing all...