]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/gtkdlg.c
Post-release destabilisation! Completely remove the struct type
[PuTTY.git] / unix / gtkdlg.c
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2011-01-05 Jacob NevinsIt's a new year.
2010-06-29 Ben HarrisSet WM_TRANSIENT_FOR appropriately on the "about" box...
2010-01-17 Jacob NevinsIt's a new year.
2009-01-05 Jacob NevinsIt's a new year (and there have even been checkins).
2008-06-11 Simon TathamWork around a bug in early versions of GTK (which I...
2008-06-04 Simon TathamAt last, merge the putty-gtk2 branch back into the trunk!
2008-06-01 Simon TathamMerged from trunk up to r8033.
2008-05-31 Simon TathamRe-jig the combo box handling ifdefs so that we can...
2008-05-31 Simon TathamOn some systems, strncpy is a macro, and putting prepro...
2008-05-28 Simon TathamMerge from trunk up to r8020.
2008-04-05 Simon TathamEnsure the new `depth' and `treepath' structure fields...
2008-04-04 Simon Tathamgtk_combo_box_get_active_text didn't appear until GTK...
2008-04-04 Simon TathamFix the jarring change of window size on expanding...
2008-04-04 Simon TathamI apparently missed out a piece of code when doing...
2008-04-04 Simon TathamReinstate all the GTK1-specific code under ifdefs,...
2008-04-04 Simon TathamRename a structure field to avoid clashing with one...
2008-04-02 Simon TathamUpdate all the list box code in gtkdlg.c to use the...
2008-03-29 Simon TathamDeal with the possibility of no valid font being select...
2008-03-26 Simon TathamAdd ifdefs for older versions of GTK2 and Pango. Unfort...
2008-03-25 Simon TathamUnified font selector dialog box. _Extremely_ unfinishe...
2008-03-22 Simon TathamMerge from trunk again (because I want the helpful...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2008-02-24 Jacob NevinsIt's a new year (and we've even made a code checkin).
2007-03-27 Simon TathamPatch from John Sullivan: process double-clicks in...
2007-01-27 Simon TathamMove the TODO items from the top of gtkdlg.c into the...
2007-01-26 Simon TathamEr, whoops. Remove two lines from a previous attempt...
2007-01-26 Simon TathamCollapse tree view branches deeper than level 2, bringi...
2007-01-25 Simon TathamA nasty GTK signal cascade was causing any edit box...
2007-01-25 Simon TathamFix the incorrect layout of the buttons at the bottom...
2007-01-25 Simon TathamAdd Colin to the licence. (I must remember to add him...
2007-01-25 Simon TathamCommit Colin Watson's original GTK2 patch, exactly...
2007-01-16 Simon TathamFold up the `SSH' branch of the treeview by default...
2007-01-06 Simon TathamNo, I tell a lie: GTK 1 _does_ support icons, at least...
2007-01-01 Jacob NevinsIt's a new year.
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-12-29 Simon TathamColin Watson points out that there was no need for...
2006-08-29 Simon TathamInhibit the Serial configuration panel in mid-session...
2006-08-28 Simon TathamSerial back end for Unix. Due to hardware limitations...
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-01-08 Jacob NevinsIt's a new year.
2005-09-21 Simon Tathamdlg_listbox_select() now scrolls the list box to ensure...
2005-04-07 Jacob NevinsOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-03-23 Jacob NevinsSince Markus Kuhn no longer explicitly places wcwidth...
2005-02-21 Jacob NevinsRearrange verify_ssh_host_key() for robustness in the...
2005-02-18 Simon TathamAdd asynchronous callback capability to the askappend...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
2005-02-14 Simon TathamOh, and (there's always one) remove the unnecessary...
2005-02-14 Simon TathamSaw uxcfg.c in half down the middle, to separate out...
2005-01-09 Owen DunnNew function ltime() returns a struct tm of the current...
2005-01-02 Simon TathamIt's a new year!
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
2004-08-30 Simon TathamCredit Malcolm Smith in the copyrights.
2004-01-17 Simon TathamVarious uninitialised-variable accesses picked up by...
2004-01-01 Simon TathamIt's a new year.
2003-06-26 Owen DunnImplement hostkey-prompt-type everywhere except Macintosh.
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-26 Simon TathamFiner granularity of config box handling. SSH packet...
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-18 Simon TathamRemoving items from a list box using gtk_container_remo...
2003-04-11 Simon TathamWhen I implemented the GTK messagebox() function and...
2003-04-11 Simon TathamImplement Warn On Close.
2003-04-11 Simon TathamCutting and pasting from the Unix Event Log.
2003-04-10 Simon TathamImplemented Change Settings under Unix. We are graduall...
2003-04-10 Simon TathamMinor improvements to subsidiary window placement;...
2003-04-09 Simon TathamEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-05 Simon TathamCtrl+rightclick now pops up a context menu in Unix...
2003-04-01 Simon TathamVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 Simon TathamSupport for PuTTY-style command-line arguments in Unix...
2003-03-31 Simon TathamCan now save and load settings under Unix.
2003-03-31 Simon TathamCheckin of last night's work on GTK message boxes....
2003-03-29 Simon TathamHaving created and used uxsel, it actually turns out to be
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-25 Ben HarrisRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-22 Simon TathamVarious cosmetic fixes to the GTK config box: vertical...
2003-03-18 Simon TathamBetter appearance and positioning for dlg_error_msg...
2003-03-18 Simon TathamBig sprawling dialog-box commit covering all sorts...
2003-03-16 Simon TathamFurther work on the GTK config box; mostly implemented...
2003-03-15 Simon TathamWhen a piece of text overflows its column in a tabbed...
2003-03-15 Simon TathamEvent handling in the GTK dialog engine is now basicall...
2003-03-14 Simon TathamContinuing work on the GTK config box. Created uxcfg...
2003-03-13 Simon TathamFirst stab at a GTK layout engine. It's missing all...