summaryrefslogtreecommitdiffstats
path: root/carbon
Commit message (Collapse)AuthorAgeFilesLines
* CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-3/+3
| | | | | TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line.
* Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-181-2/+2
| | | | | | 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-16/+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.
* 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
* * carbon/Wish.xcode/project.pbxproj: remove references to obsoletedas2009-08-242-6/+2
| | | | * carbon/Wish.xcodeproj/project.pbxproj: prolog.ps file.
* * macosx/tkMacOSXHLEvents.c (ScriptHandler): Fix "do script" appledas2009-08-241-48/+32
| | | | | | * 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)
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-298-34/+40
|
* * carbon/ (new directory): copy of current state of 'macosx'das2009-06-2659-0/+55096
source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5).