summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-23/+34
| * | | | | | | | | Ttk and Aqua donedkf2012-07-247-425/+493
| * | | | | | | | | Much more cleaning up of result handling.dkf2012-07-231-11/+15
| * | | | | | | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-162-64/+58
| |/ / / / / / / /
| * | | | | | | | Fix broken commits so function definitions match declarations and returns aredkf2012-06-112-4/+4
| * | | | | | | | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-085-18/+24
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Added OSX-specific mechanism to allow retrieval of the drawing surface.dkf2012-05-291-0/+7
| * | | | | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Patch for font metrics and colorspace provided by Adrian RobertKevin Walzer2012-02-223-11/+26
| * | | | | | | | | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Add copyright infoKevin Walzer2012-01-291-0/+1
| * | | | | | | | | | Fix for serious bugs with input methods, and for display of certain fonts in ...Kevin Walzer2012-01-295-107/+494
| * | | | | | | | | | TIP 382: Existence and argument validation for -confirmoverwrite on Cocoa.dgp2011-10-241-1/+10
| * | | | | | | | | | Fix for bgerror conflict with Tk-Cocoa menuKevin Walzer2011-08-052-2/+5
| * | | | | | | | | | Minor tweak for wm forgetKevin Walzer2011-07-272-4/+4
| * | | | | | | | | | Minor fix of wm forget implementation on AquaKevin Walzer2011-07-262-72/+50
| * | | | | | | | | | Fix issue with shift key firing twice if bound to different procedureKevin Walzer2011-07-181-1/+2
| * | | | | | | | | | Correct some README bitrot.dgp2011-06-101-9/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Purge RCS Keywordsdgp2011-06-0854-109/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Implement support for [wm forget] and [wm manage] on OS X; fix issue with lib...Kevin Walzer2011-04-291-31/+14
| * | | | | | | | | | | | Converted #ifdef out to use a never-defined symbol so that it is clear that twodkf2011-04-251-2/+2
| * | | | | | | | | | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-1218-105/+94
| * | | | | | | | | | | | Fix for SF bug 2907388 (crash on composite characters)wordtech2011-01-241-1/+7
| * | | | | | | | | | | | Fix for radiobuttons and checkbuttons not displaying in popup menus.wordtech2011-01-061-1/+2
| * | | | | | | | | | | | Fix for 3012605, enables menu entries if parent is enabled.wordtech2011-01-061-1/+11
| * | | | | | | | | | | | Fix for 3086887, speeds up scrollingwordtech2011-01-061-5/+2
| * | | | | | | | | | | | Fix for 2857300, improves rounding up on text width [submitted by treectrl]wordtech2011-01-061-2/+2
| * | | | | | | | | | | | Textured background windowswordtech2011-01-043-6/+142
| * | | | | | | | | | | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-021-2/+2
| * | | | | | | | | | | | Terminate TkEnsemble definition with NULLnijtmans2010-06-151-4/+5
| * | | | | | | | | | | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-4/+4
| * | | | | | | | | | | | Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-181-19/+8
| * | | | | | | | | | | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-16/+2
| * | | | | | | | | | | | Make more internal tables "const"nijtmans2010-02-051-2/+2
| * | | | | | | | | | | | Eliminate tkpMenubuttonClassnijtmans2010-01-133-15/+11
| * | | | | | | | | | | | [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-1/+35
| * | | | | | | | | | | | Oopsdkf2010-01-061-2/+2
| * | | | | | | | | | | | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-1/+2
| * | | | | | | | | | | | CONSTify return values of TkKeysymToString,nijtmans2009-12-161-2/+2
| * | | | | | | | | | | | Make all internal initializationnijtmans2009-11-291-2/+1
| * | | | | | | | | | | | Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-2/+7
| * | | | | | | | | | | | Fix [Bug 2883712] by factoring out the problem code.dkf2009-10-221-3/+9
| * | | | | | | | | | | | workaround llvm LTO bug on ppcdas2009-08-251-1/+2
| * | | | | | | | | | | | * macosx/Wish.sdef (new file): Install and enable sdef filedas2009-08-244-3/+48
| * | | | | | | | | | | | * macosx/tkMacOSXHLEvents.c (ScriptHandler): Fix "do script" appledas2009-08-241-44/+28
| * | | | | | | | | | | | * macosx/tkMacOSXDraw.c (TkMacOSX{Setup,Restore}DrawingContext):das2009-08-241-1/+3
| * | | | | | | | | | | | * macosx/tkMacOSXWindowEvent.c: Allow WM_DELETE_WINDOW handlers todas2009-08-241-5/+10
| * | | | | | | | | | | | * macosx/tkMacOSXWm.c: Workaround for textured windows being draggabledas2009-08-141-1/+9
| * | | | | | | | | | | | * macosx/tkMacOSXDraw.c: Avoid exception in XCopyArea() when copyingdas2009-08-141-2/+3
| * | | | | | | | | | | | * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due todas2009-07-181-2/+2