Colin's const-fixing Patch Of Death. Seems to build fine on Windows
[u/mdw/putty] / unix / gtkdlg.c
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...