]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/gtkfont.c
Add an assortment of missing frees and closes.
[PuTTY.git] / unix / gtkfont.c
2017-02-14 Simon TathamAdd an assortment of missing frees and closes.
2017-01-10 Simon Tathamx11font: fix handling of high-bit-set SBCS characters.
2016-11-16 Simon TathamMake the new ^< and ^> keystrokes add the class prefix.
2016-11-13 Simon TathamUnix PuTTY/pterm: Ctrl-< / Ctrl-> to change font size.
2016-11-13 Simon Tathamgtkfont: refactor parse/unparse of XLFDs.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-03-20 Simon TathamFix goof in Pango bidi suppression.
2016-03-20 Simon TathamFix blatant segfault in x11_font_has_glyph.
2016-03-20 Simon TathamFix downloading of variable-pitch X font glyphs.
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-10-17 Simon TathamPerformance: cache character widths returned from Pango.
2015-09-26 Simon TathamVisually distinguish charset headings in GTK3 unifontsel.
2015-09-26 Simon TathamFix combining character handling in Pango.
2015-08-31 Simon TathamWork around Pango fonts with fractional width.
2015-08-31 Simon TathamMove more functions into the new gtkmisc.c.
2015-08-31 Simon TathamStop using GtkAlignment in GTK 3.
2015-08-31 Simon TathamAvoid deprecated gtk_misc_set_alignment().
2015-08-31 Simon TathamDon't use "server:fixed" as the default font without X.
2015-08-31 Simon TathamIntroduce a config option for building on OS X GTK.
2015-08-25 Simon TathamCompile fixes for GTK1 after recent work.
2015-08-24 Simon TathamMake string_width() work in GTK3.
2015-08-23 Simon TathamPerformance: cache character widths returned from Pango.
2015-08-23 Simon TathamFix an arithmetic error in the X font downloader cache.
2015-08-22 Simon TathamIn GTK3, unifontsel should use GtkGrid, not GtkTable.
2015-08-22 Simon TathamStop using deprecated GTK_STOCK_* in GTK3.
2015-08-22 Simon TathamMake unifontsel_deselect() clear the preview pane.
2015-08-22 Simon TathamFix crash in GTK3 when unifontsel filter settings change.
2015-08-22 Simon TathamFix GTK3 size calculations in unifontsel_new.
2015-08-16 Simon TathamGTK3 port: condition out all uses of GdkColormap.
2015-08-16 Simon TathamGTK3 port: respell GDK_WINDOW_XWINDOW / GDK_DRAWABLE_XID.
2015-08-16 Simon TathamGTK3 port: support the new "draw" signal.
2015-08-16 Simon TathamRemove an outdated comment.
2015-08-16 Simon TathamReplace deprecated GDK_DISPLAY() with modern facilities.
2015-08-16 Simon TathamMake the use of server-side backing pixmaps in GTK...
2015-08-16 Simon TathamSaw unifontsel_draw_preview_text() in half.
2015-08-15 Simon TathamRefactor the GTK drawing system to do both GDK and Cairo.
2015-08-15 Simon TathamStop multifont fallback from crashing in GTK1.
2015-08-09 Simon TathamUse gtkcompat.h to slim down a few ifdefs.
2015-08-08 Simon TathamGTK 3 prep: stop using *nearly* all GTK deprecated...
2015-08-08 Simon TathamGTK 3 prep: use the glib names for base object types.
2015-08-08 Simon TathamAllow direct use of X11 to be conditionally compiled out.
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...