summaryrefslogtreecommitdiffstats
path: root/win/tkWinFont.c
Commit message (Expand)AuthorAgeFilesLines
* Internationalization of all Windows font handlingjan.nijtmans2011-10-131-52/+26
* code cleanup (WCHAR -> TCHAR, no direct calls to *W() functions, unnecessary ...jan.nijtmans2011-10-111-14/+14
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * tests/canvText.test:mdejong2004-08-091-2/+2
| | * * win/tkWinFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make surehobbs2004-05-051-15/+33
| | * * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italichobbs2004-02-141-144/+159
| * | [Bug 1825353]: Backported patch for tiny fixed font on Russian Windows systems.patthoyts2009-10-291-3/+19
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-15/+14
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-021-2/+2
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-061-85/+56
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-1/+7
* | | Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-291-5/+5
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-3/+3
* | | Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-051-3/+3
* | | [Bug 1825353] Fix tiny fixed font on Russian Windows.patthoyts2009-10-291-17/+20
* | | - eliminate some unnessary type castsnijtmans2009-01-281-3/+3
* | | Fixed up complaints from MSVC engendered by the last commit. In particular re...patthoyts2008-11-221-7/+7
* | | TIP#119 implementation. [Patch 1611359]dkf2008-11-221-56/+247
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-11/+11
* | | const fixes for windows codepatthoyts2008-11-031-13/+15
* | | [Bug 1825353] To fix a problem with tiny fonts on Russian versions ofpatthoyts2008-10-181-3/+16
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-12/+12
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-50/+50
|/ /
* | 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