summaryrefslogtreecommitdiffstats
path: root/win/tkWinFont.c
Commit message (Expand)AuthorAgeFilesLines
...
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | We must specify the lowest Windows version wepatthoyts2007-12-101-15/+24
* | Minor reshuffle for claritypatthoyts2007-11-171-5/+5
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-8/+9
* | Fixed leak in CreateNamedFont spotted by das.patthoyts2007-10-231-12/+6
* | Assorted minor cleanups.dkf2007-09-081-74/+71
* | TIP #145 implementationpatthoyts2007-05-041-1/+142
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-2/+2
* | More warning squelching (mostly uninit variable warnings)dkf2007-01-121-2/+2
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-10/+11
* | TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+57
* | * generic/tkFont.c: implementation of ATSUI text renderingdas2006-03-221-1/+103
* | ANSIficationdkf2005-12-021-565/+562
* | * tests/canvText.test:mdejong2004-08-091-2/+2
* | * win/tkWinFont.c (FindSubFontForChar): corrections to dkf patchhobbs2004-05-051-14/+16
* | Fix FMR in subfont handling on Windows. [Bug 618872]dkf2004-05-051-15/+31
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
* | * (Tk_MeasureChars): Fix bugs shown by the test suitecc_benny2003-12-181-18/+29
* | * (Tk_MeasureChars): Initialize size.cx in case of errors.cc_benny2003-12-101-2/+5
* | * (Tk_MeasureChars): Fix indentation. Fix memory leak. Fixcc_benny2003-12-051-40/+32
* | font measurement fixvincentdarley2003-12-041-121/+130
|/
* * win/tkWinInt.h:hobbs2003-02-261-2/+36
* * win/tkWinFont.c: Additional changes to fix CONST warnings ondgp2002-08-051-2/+2
* * win/tkWinInt.h: declaration for TkWinGetUnicodeEncodinghobbs2002-04-121-7/+5
* Added labelframe widget. TIP#18.pspjuth2001-09-261-1/+6
* minor cast fixes to prevent 64bit warningshobbs2001-09-211-10/+11
* * win/tkWinMenu.c (DrawWindowsSystemBitmap): Use scratchDCericm2000-08-291-1/+2
* * win/tkWinFont.c (LoadFontRanges): improved support for all charshobbs2000-05-131-1/+12
* * win/tkWinFont.c (GetScreenFont): corrected adjustment againsthobbs2000-04-071-8/+14
* * win/tkWinDialog.c: added unicode-aware open/save file dialogshobbs2000-03-311-15/+9
* * win/tkWinFont.c: corrected symbol font use to only work on 8-bithobbs2000-02-081-4/+6
* * win/Makefile.in (install-*): reduced verbosity of installhobbs2000-02-011-2/+9
* * win/tkWinCursor.c: added support for Windows cursors tohobbs1999-12-161-4/+4
* * Merged 8.1 branch into the main trunkstanton1999-04-161-256/+1976
* * win/tkWinFont.c (Tk_MeasureChars): Added a workaround for a bugstanton1999-02-041-3/+13
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Bug Fix: It was assumed that kerning did not exist when the code was written.surles1998-06-111-69/+54
* Initial revisionrjohnson1998-04-011-0/+643