| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | fix TkX11 build | das | 2008-10-23 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | add tkBusy.c | das | 2008-10-22 | 1 | -1/+7 |
|
|
| * | | | | | | | | | | | | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | dkf | 2008-10-20 | 2 | -39/+108 |
|
|
| * | | | | | | | | | | | | Add "const" to many internal | nijtmans | 2008-10-17 | 3 | -125/+125 |
|
|
| * | | | | | | | | | | | | * unix/tkUnixWm.c: Restored consistency of error messages from | dgp | 2008-10-08 | 1 | -3/+3 |
|
|
| * | | | | | | | | | | | | minor improvements in legibility | dkf | 2008-10-05 | 3 | -551/+598 |
|
|
| * | | | | | | | | | | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 2 | -103/+106 |
|
|
| * | | | | | | | | | | | | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563] | dkf | 2008-10-03 | 1 | -148/+155 |
|
|
| * | | | | | | | | | | | | comments, whitespace | das | 2008-09-02 | 4 | -7/+13 |
|
|
| * | | | | | | | | | | | | add tkImgPhInstance.c | das | 2008-08-25 | 1 | -1/+7 |
|
|
| * | | | | | | | | | | | | remove id.test | das | 2008-08-19 | 1 | -3/+1 |
|
|
| * | | | | | | | | | | | | After some discussion with Joe English and subsequently the | georgeps | 2008-08-19 | 2 | -31/+2 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing of | das | 2008-08-19 | 1 | -3/+19 |
|
|
| * | | | | | | | | | | | | force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh wh... | das | 2008-08-19 | 1 | -2/+3 |
|
|
| * | | | | | | | | | | | | remove NRE.test & add new test files | das | 2008-08-03 | 1 | -3/+5 |
|
|
| * | | | | | | | | | | | | tclNRE.h die die die | das | 2008-07-31 | 1 | -3/+1 |
|
|
| * | | | | | | | | | | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 2 | -7/+7 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXHLEvents.c: factor out common code; formatting. | das | 2008-07-22 | 1 | -22/+15 |
|
|
| * | | | | | | | | | | | | add new NRE files | das | 2008-07-13 | 1 | -1/+5 |
|
|
| * | | | | | | | | | | | | Ensure that errors in callback scripts don't get swept under the carpet. | dkf | 2008-07-02 | 1 | -208/+229 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; | das | 2008-06-19 | 1 | -44/+46 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making | das | 2008-06-19 | 2 | -5/+6 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 2 | -19/+59 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXInit.c: add helper to efficiently convert from | das | 2008-06-19 | 2 | -3/+53 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix | das | 2008-06-19 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXFont.c (TkpGetFontFromAttributes, InitFont): fix | das | 2008-06-19 | 1 | -34/+65 |
|
|
| * | | | | | | | | | | | | * macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity | das | 2008-06-12 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | * macosx/Wish.xcodeproj/project.pbxproj: add tclIORTrans.c; add tclOO | das | 2008-06-12 | 5 | -503/+905 |
|
|
| * | | | | | | | | | | | | * macosx/Wish.xcodeproj/project.pbxproj: add new tclOO files; add debug | das | 2008-06-01 | 2 | -9/+129 |
|
|
| * | | | | | | | | | | | | fix Makefile dependency | das | 2008-05-06 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | "default" and "focus" adornments should not be disjoint [Bug 1942785] | jenglish | 2008-05-04 | 1 | -1/+3 |
|
|
| * | | | | | | | | | | | | fix typos, whitespace | das | 2008-05-03 | 2 | -5/+5 |
|
|
| * | | | | | | | | | | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 9 | -1984/+1956 |
|
|
| * | | | | | | | | | | | | remove ioUtil.test, llvm-gcc fix | das | 2008-04-25 | 1 | -9/+1 |
|
|
| * | | | | | | | | | | | | * configure tktest-X11 with --disable-corefoundation to enable testing of bot... | das | 2008-04-15 | 2 | -7/+25 |
|
|
| * | | | | | | | | | | | | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 1 | -2/+2 |
|
|
* | | | | | | | | | | | | | Fix for shimmering of buttons embedded when scrolled in text and canvas widge... | Kevin Walzer | 2014-08-16 | 3 | -95/+204 |
|
|
* | | | | | | | | | | | | | Allow Tk to post popup menus when Tk app is not frontmost | Kevin Walzer | 2014-08-14 | 1 | -3/+11 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 2 | -11/+14 |
|
|
* | | | | | | | | | | | | Further refinement of scrolling; addresses artifacts in scrolling complex int... | Kevin Walzer | 2014-08-11 | 2 | -43/+66 |
|
|
* | | | | | | | | | | | | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi... | Kevin Walzer | 2014-08-04 | 2 | -66/+43 |
|
|
* | | | | | | | | | | | | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patch | Kevin Walzer | 2014-08-01 | 2 | -6/+8 |
|
|
* | | | | | | | | | | | | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 5 | -209/+1 |
|
|
* | | | | | | | | | | | | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 7 | -16/+38 |
|
|
* | | | | | | | | | | | | Fix for display of images when scrolling a text widget on OS X; thanks to Mar... | Kevin Walzer | 2014-07-24 | 2 | -64/+116 |
|
|
* | | | | | | | | | | | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 4 | -121/+170 |
|
|
* | | | | | | | | | | | | Update configure files on Aqua to remove garbage collection flag, which is no... | Kevin Walzer | 2014-03-16 | 1 | -0/+2 |
|
|
* | | | | | | | | | | | | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and Da... | Kevin Walzer | 2013-10-27 | 1 | -0/+1 |
|
|
* | | | | | | | | | | | | Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 wit... | Kevin Walzer | 2013-09-16 | 2 | -2/+2 |
|
|
* | | | | | | | | | | | | Fix for 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 4 | -6/+13 |
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|