]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/gtkfont.c
GTK 3 prep: use accessor functions for object data fields.
[PuTTY.git] / unix / gtkfont.c
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-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-15 Simon TathamGiant const-correctness patch of doom!
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-11 Simon TathamAdd missing checks in update_for_intended_size() in...
2012-04-22 Simon TathamBug fix from Robert de Bath: if wc_to_mb returns a...
2012-01-03 Simon TathamPatch from Colin Watson to use g_ascii_strcasecmp in...
2011-09-19 Simon TathamAdd a missing initialisation to NULL.
2011-09-17 Simon TathamCope with XFontStructs having a NULL per_char array...
2011-09-17 Simon TathamFix x11font_has_glyph so it doesn't get caught out...
2011-09-16 Simon TathamSuppress Pango's bidi, by displaying RTL characters...
2011-09-16 Simon TathamSupport font fallback even when an X11 server-side...
2011-09-16 Simon TathamChange the unifont API so that text is passed right...
2011-09-16 Simon TathamStop using GDK's wrapper on the X11 font functions...
2009-05-11 Simon TathamPango-based font handling: combine display of adjacent...
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-28 Simon TathamMerge from trunk up to r8020.
2008-04-14 Simon TathamOops; prevent further segfault during setup, which...
2008-04-14 Simon TathamPrevent assertion failure in the case where the user...
2008-04-13 Simon TathamJust noticed that selecting "client:Bitstream Vera...
2008-04-05 Simon TathamIn the new unified font handling, my strategy so far...
2008-04-04 Simon TathamReinstate all the GTK1-specific code under ifdefs,...
2008-04-02 Simon TathamEnable the display of server-side font aliases by defau...
2008-03-31 Simon TathamExplicit casts to placate OS X gcc's pedantic type...
2008-03-29 Simon TathamBe more picky than Pango when validating a Pango font...
2008-03-29 Simon TathamAha, _that's_ why there was some unexplained space...
2008-03-29 Simon TathamDeal with the possibility of no valid font being select...
2008-03-29 Simon TathamPrevent NULL-dereferencing segfaults when the font...
2008-03-29 Simon TathamCosmetic polishing.
2008-03-29 Simon TathamDetect non-monospaced X fonts, and respond by drawing...
2008-03-29 Simon TathamAdd the rest of ASCII to the font preview window.
2008-03-29 Simon TathamWhen the user switches between fonts using the font...
2008-03-28 Simon TathamImprove the preview pane text.
2008-03-27 Simon TathamMove the font-preview updating code out into a separate...
2008-03-27 Simon TathamMore consistent handling of X11 font aliases: we now...
2008-03-26 Simon TathamTune the sorting of the style list box for X fonts.
2008-03-26 Simon TathamSort the styles of Pango font families into a sensible...
2008-03-26 Simon TathamAdd ifdefs for older versions of GTK2 and Pango. Unfort...
2008-03-26 Simon TathamPlacate optimiser.
2008-03-25 Simon TathamUnified font selector dialog box. _Extremely_ unfinishe...
2008-03-22 Simon TathamImplemented a Pango back end. GTK 2 PuTTY can now switc...
2008-03-22 Simon TathamMerge from trunk again (because I want the helpful...
2008-03-22 Simon TathamRefactor the font handling code: I've moved all the...