summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)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
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | ** WORK IN PROGRESS **
| * | | | | | | | Fix broken commits so function definitions match declarations and returns aredkf2012-06-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | of values that should be produced.
| * | | | | | | | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-085-18/+24
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed for Cygwin
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cleanup some more unused CYGWIN stuff
| * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | buttons; thanks to Adrian Robert for extensive patches
| * | | | | | | | | | TIP 382: Existence and argument validation for -confirmoverwrite on Cocoa.dgp2011-10-241-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option is ignored for now.
| * | | | | | | | | | 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 ↵Kevin Walzer2011-04-291-31/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | library stripping in install-sh
| * | | | | | | | | | | | Converted #ifdef out to use a never-defined symbol so that it is clear that twodkf2011-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pieces of code are related. (The guarded code doesn't compile.)
| * | | | | | | | | | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-1218-105/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using useful casts internally.
| * | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose angled text API for Emiliano Gavilan. Still only in internal stub table.
| * | | | | | | | | | | | Terminate TkEnsemble definition with NULLnijtmans2010-06-151-4/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line.
| * | | | | | | | | | | | Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-181-19/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in const memory. With some changes to win32 and macosx, preventing direct writes to read-only memory.
| * | | | | | | | | | | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-16/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Make more internal tables "const"nijtmans2010-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tk*Decls.h (regenerated with new genStubs.tcl from Tcl)
| * | | | | | | | | | | | Eliminate tkpMenubuttonClassnijtmans2010-01-133-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer
| * | | | | | | | | | | | [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to work on OSX too.
| * | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TkFindStateString, TkpGetString, TkpGetChar, which are all not supposed to be modified by the caller. In tkUtil.c this gets rid of a dangerous type cast.
| * | | | | | | | | | | | Make all internal initializationnijtmans2009-11-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure
| * | | | | | | | | | | | Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with global variables (the only way it *can* work...)
| * | | | | | | | | | | | 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/Wish-Info.plist.in: into Wish application bundle, * macosx/Tk.xcode/project.pbxproj: describing TkAqua apple event * macosx/Tk.xcodeproj/project.pbxproj: support for use by AppleScript. * unix/Makefile.in: (replaces functionality of * unix/configure.in: 'aete' resource removed with Cocoa port & fixes AppleScript issues reported on tcl-mac)
| * | | | | | | | | | | | * macosx/tkMacOSXHLEvents.c (ScriptHandler): Fix "do script" appledas2009-08-241-44/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * carbon/tkMacOSXHLEvents.c (ScriptHandler): event handler issues on recent OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac)
| * | | | | | | | | | | | * macosx/tkMacOSXDraw.c (TkMacOSX{Setup,Restore}DrawingContext):das2009-08-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable window flushing during Tk drawing to avoid immediate flush of NSView-based native widgets on draw. (fixes drawing performance issue reported by Youness Alaoui on tcl-mac)
| * | | | | | | | | | | | * macosx/tkMacOSXWindowEvent.c: Allow WM_DELETE_WINDOW handlers todas2009-08-241-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent window closure by generating WM destroy event earlier (from window delegate's -windowShouldClose:). [Bug 2821084]
| * | | | | | | | | | | | * macosx/tkMacOSXWm.c: Workaround for textured windows being draggabledas2009-08-141-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from opaque content areas. [Bug 2824538] (walzer)
| * | | | | | | | | | | | * macosx/tkMacOSXDraw.c: Avoid exception in XCopyArea() when copyingdas2009-08-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from toplevel that has never been mapped. (reported by Youness Alaoui on tcl-mac)
| * | | | | | | | | | | | * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due todas2009-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | off-by-one ckalloc error. [Bug 2821318]