summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixFont.c
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkTextDisp.c (DisplayLineBackground):hobbs2002-04-231-37/+35
| | | | | | | | * unix/tkUnix3d.c (Tk_3DHorizontalBevel): * unix/tkUnixFont.c (Tk_DrawChars): applied fixes to not overrun the X window 16-bit size limit. [Patch #541999] (bonfield) FossilOrigin-Name: 6e46333e9209d2d2cf8709ecb5dfe7cda90b70da
* * unix/tkUnixFont.c (FontPkgCleanup): cleanup thread specific fonthobbs2002-04-121-1/+41
| | | | | | resources on thread exit. FossilOrigin-Name: bfad691293ad928c4d673b5f97f617c538befd8e
* * unix/tkUnixFont.c: Added inclusion of <arpa/inet.h>. This fixesandreas_kupries2002-03-271-1/+2
| | | | | | | a GCC/HPUX problem with missing a "htons". See also "tclUnixPort.h" for equivalent code. FossilOrigin-Name: 5569e94a9f1c533c71f44250bf6aa9b8172773ab
* * unix/tkUnixFont.c: Corrected support for iso10646 (X11 Unicode)hobbs2001-06-041-8/+214
| | | | | | | | | | | fonts on Unix. This adds a ucs-2be (UCS-2 Big Endian) encoding in Tk on Unix that is used for those fonts (X11 requires big-endianness). (welch) [Patch #406411; Bug #220890 #220899] This differs from the 8.3.3 patch by not adding ucs-2be in the preferred encodingList (seems works fine without). Added alias for jisx0201* fonts to jis0201 encoding. [Bug #414033] FossilOrigin-Name: a28f6c2d4d33b7b9d1f08651766345ddb505fdfa
* * unix/configure.in:hobbs1999-12-211-3/+2
| | | | | | | | | | | | | | | | | | | | | * README: updated for patch level 8.3b1 * unix/tkUnixWm.c: fixed panic in Tk_CoordsToWindow to print error and continue instead (for Tix) [Bug: 716 et al] * unix/tkUnixMenu.c: * unix/tkUnixFont.c: * generic/tkImgPPM.c: removed extranneous vars that were set but never used. * unix/aclocal.m4: removed -O flag for AIX when using the IBM compiler (several versions have a bug that crops up in the text widget). [Bug: 2316] * unix/Makefile.in: removed extra slash in SCRIPT_INSTALL_DIR [Bug: 3896] FossilOrigin-Name: 319a19a17c741b422862379dca21d45833b04407
* * unix/tkUnixFont.c: Eliminated redundant case folding code.stanton1999-06-011-7/+2
| | | FossilOrigin-Name: 000bbe880dcf58209d3d9b86fbf33c3ab2b44672
* * Merged 8.1 branch into the main trunkstanton1999-04-161-607/+2163
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* integrated stubs into 8.0 main branchstanton1999-03-101-2/+2
| | | FossilOrigin-Name: 4c74dd207943932e6d9a6d06a3ec11b8e4459199
* Fixed font display bug (#846)stanton1998-11-251-1/+30
| | | FossilOrigin-Name: 4a3d2bfb4b7920c49684abe480baec2443ab4a62
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* fixed font display to truncate really long stringsstanton1998-08-111-1/+20
| | | FossilOrigin-Name: dc78ae1f123f7ffa29ab2cadb90e0b4d526cde41
* Initial revisionrjohnson1998-04-011-0/+979
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4