Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [6867cc13a4] "tk fontchooser configure" overwrites global variables | jan.nijtmans | 2014-02-07 | 1 | -0/+5 | |
| | ||||||
* | Merged. Ticket [3279221]: Fixed setup of popup menu to prevent | andreask | 2014-02-06 | 1 | -0/+1 | |
|\ | | | | | | | immediate disappearance due to an event race. | |||||
| * | Ticket [3279221]: Fixed setup of popup menu to prevent immediate | andreask | 2014-02-06 | 1 | -0/+1 | |
| | | | | | | | | disappearance due to an event race. | |||||
* | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 | |
| | | ||||||
* | | Add missing __stdcall (which crashes on win32) | jan.nijtmans | 2014-02-04 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Add missing __stdcall (which crashes on win32) | jan.nijtmans | 2014-02-04 | 1 | -1/+2 | |
| | | ||||||
* | | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows ↵ | jan.nijtmans | 2014-02-04 | 3 | -28/+23 | |
|\ \ | |/ | | | | | | | version reported for Windows 8.1. Remove some dead code (since Win95/98/ME is no longer supported) | |||||
| * | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows ↵ | jan.nijtmans | 2014-02-04 | 1 | -9/+20 | |
| | | | | | | | | version reported for Windows 8.1 | |||||
* | | merge-mark | jan.nijtmans | 2014-02-03 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Squash problem with native AIX cc not allowing direct macro redefinition. | jan.nijtmans | 2014-02-03 | 1 | -0/+3 | |
| | | ||||||
* | | Squash problem with native AIX cc not allowing direct macro redefinition. | andreask | 2014-02-03 | 1 | -0/+1 | |
| | | ||||||
* | | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 2 | -2/+6 | |
|\ \ | |/ | ||||||
| * | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 2 | -0/+4 | |
| | | ||||||
* | | Put -lfontconfig in XFT_LIBS, not XLIBSW flag | jan.nijtmans | 2014-01-23 | 2 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Put -lfontconfig in XFT_LIBS, not XLIBSW flag | jan.nijtmans | 2014-01-23 | 2 | -2/+2 | |
| | | ||||||
* | | Fix [3606644]: Static build misses fontconfig | jan.nijtmans | 2014-01-23 | 2 | -0/+90 | |
|\ \ | |/ | ||||||
| * | Fix [3606644]: Static build misses fontconfig | jan.nijtmans | 2014-01-23 | 2 | -0/+90 | |
| | | ||||||
* | | Some bit of Windows 8.1 compatibility: See ↵ | jan.nijtmans | 2013-11-20 | 4 | -12/+34 | |
|\ \ | |/ | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | |||||
| * | Some bit of Windows 8.1 compatibility: See ↵ | jan.nijtmans | 2013-11-20 | 4 | -12/+34 | |
| | | | | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | |||||
* | | typo | jan.nijtmans | 2013-11-20 | 1 | -1/+1 | |
| | | ||||||
* | | Store menu option tables in Thread storage in stead of allocated storage. ↵ | jan.nijtmans | 2013-11-20 | 4 | -89/+44 | |
|\ \ | | | | | | | | | | This makes "menu" a normal command without needing special initialization tricks. | |||||
| * \ | merge trunkbug_f214b8ad5b | jan.nijtmans | 2013-10-31 | 9 | -36/+47 | |
| |\ \ | ||||||
| * | | | Make "menu" a normal command, initialized like any other Tk command. | jan.nijtmans | 2013-10-29 | 3 | -40/+9 | |
| | | | | ||||||
| * | | | Some refactoring as initial attempt to fix [f214b8ad5b]. Not finished/tested ↵ | jan.nijtmans | 2013-10-28 | 2 | -52/+38 | |
| | | | | | | | | | | | | | | | | yet. | |||||
* | | | | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as ↵ | jan.nijtmans | 2013-11-19 | 3 | -119/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | it turns out that -fvisibility=hidden only affects definitions and not declarations. Therefore explicitely declaring each MODULE_SCOPE function as __attribute__((__visibility__("hidden")) is much better. Suggested by Stuart Cassoff (Thanks!). | |||||
* | | | | Cygwin: In stead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-18 | 3 | -14/+26 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | |||||
| * | | | Cygwin: In stead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-18 | 3 | -14/+26 | |
| | | | | | | | | | | | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | |||||
* | | | | Fix "creative writing" problem. | dgp | 2013-11-12 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix "creative writing" flaw. | dgp | 2013-11-12 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up. | jan.nijtmans | 2013-11-11 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix uninitialized variable in 16-bit PPM handling. [1632447] follow-up. | jan.nijtmans | 2013-11-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option files | jan.nijtmans | 2013-11-11 | 3 | -10/+25 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix [0aa5e852dc]: Accept newline characters as value in Tk option files | jan.nijtmans | 2013-11-11 | 3 | -10/+23 | |
| | | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Fix bug [f214b8ad5b]: shutdown woes | jan.nijtmans | 2013-11-11 | 2 | -3/+22 | |
|\ \ \ \ \ | | |/ / / | ||||||
| | * | | | Add test-case for bug [f214b8ad5b], in order to prove that Tk 8.5 doesn't ↵ | jan.nijtmans | 2013-11-11 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | suffer. | |||||
| * | | | | Since fontCache is the first field of struct TkFontInfo, make the code ↵bug_f214b8 | jan.nijtmans | 2013-11-08 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | somewhat better readable. But actually it's no change at all. This is my only review comment! Good work! | |||||
| * | | | | New test font-47.1 demonstrates effectiveness of the fix. | dgp | 2013-11-05 | 1 | -0/+10 | |
| | | | | | ||||||
| * | | | | First draft patch trying to fix [f214b8ad5b]. | dgp | 2013-11-05 | 1 | -3/+12 | |
|/ / / / | ||||||
* | | | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 175 | -175/+175 | |
|\ \ \ \ | |/ / / | | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. | |||||
| * | | | Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵ | jan.nijtmans | 2013-11-05 | 172 | -172/+172 | |
| | | | | | | | | | | | | | | | | after .TH breaks rendering on OpenBSD and possibly others. | |||||
* | | | | Improved tests to cover StringReadPPM properly. | dkf | 2013-11-03 | 1 | -0/+65 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Improved tests to cover StringReadPPM properly. | dkf | 2013-11-03 | 1 | -0/+65 | |
| | | | | ||||||
* | | | | Fix StringReadPPM function from previous commit | jan.nijtmans | 2013-11-03 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix StringReadPPM function from previous commit. | jan.nijtmans | 2013-11-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 2 | -21/+48 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | definition change from around 2000 (even if that's a rare format). | |||||
| * | | [1632447]: Allow the PPM maxval to go up to 65535, to conform with a format | dkf | 2013-11-03 | 2 | -21/+49 | |
| | | | | | | | | | definition change from around 2000 (even if that's a rare format). | |||||
* | | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵ | jan.nijtmans | 2013-10-31 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | was already freed. | |||||
| * | | Fix refcount bug in FreeFontObjProc. Could result in freeing a TkFont which ↵ | jan.nijtmans | 2013-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | was already freed. | |||||
* | | | Fix [c0cc9fd153]: PNG parser does not support uppercase format string (using ↵ | jan.nijtmans | 2013-10-31 | 1 | -14/+11 | |
| | | | | | | | | | | | | -format) |