Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -4/+3 |
| | | | ** WORK IN PROGRESS ** | ||||
* | Change XChangeWindowAttributes signature and many others to match Xorg, ↵ | jan.nijtmans | 2012-06-08 | 5 | -18/+23 |
| | | | | needed for Cygwin | ||||
* | Added OSX-specific mechanism to allow retrieval of the drawing surface. | dkf | 2012-05-29 | 1 | -0/+7 |
| | |||||
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -1/+1 |
| | | | cleanup some more unused CYGWIN stuff | ||||
* | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Merge Carbon TIP 382 implementation to Tk trunk. | dgp | 2011-10-24 | 1 | -5/+18 |
| | |||||
* | Purge RCS Keywords | dgp | 2011-06-08 | 56 | -114/+2 |
| | |||||
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 18 | -93/+83 |
| | | | using useful casts internally. | ||||
* | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -2/+2 |
| | | | | | Expose angled text API for Emiliano Gavilan. Still only in internal stub table. | ||||
* | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -117/+92 |
| | | | | | | | | | | | in win/tkWinScrlbr.c and carbon/tkMacOSXScrlbr.c. Simplifications enabled by previous change: * TkCreateBindingProcedure() and associated machinery no longer needed. * TkBindDeadWindow() no longer needed. * TK_DEFER_MODAL_LOOP and associated machinery no longer needed. * Tests related to C binding procedures no longer needed. | ||||
* | Terminate TkEnsemble definition with NULL | nijtmans | 2010-06-15 | 1 | -4/+5 |
| | |||||
* | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -3/+3 |
| | | | | | TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line. | ||||
* | Put all Tk_OptionSpec for buttons and labels | nijtmans | 2010-02-18 | 1 | -2/+2 |
| | | | | | | in const memory. With some changes to win32 and macosx, preventing direct writes to read-only memory. | ||||
* | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -16/+2 |
| | |||||
* | Make more internal tables "const" | nijtmans | 2010-02-05 | 1 | -2/+2 |
| | | | | tk*Decls.h (regenerated with new genStubs.tcl from Tcl) | ||||
* | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 3 | -16/+11 |
| | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer | ||||
* | [Bug 2926819]: Factor out the pointer warping code a bit better and extend it | dkf | 2010-01-06 | 1 | -1/+35 |
| | | | | to work on OSX too. | ||||
* | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -1/+2 |
| | |||||
* | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -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 initialization | nijtmans | 2009-11-29 | 1 | -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 obsolete | das | 2009-08-24 | 2 | -6/+2 |
| | | | | * carbon/Wish.xcodeproj/project.pbxproj: prolog.ps file. | ||||
* | * macosx/tkMacOSXHLEvents.c (ScriptHandler): Fix "do script" apple | das | 2009-08-24 | 1 | -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_merge | das | 2009-06-29 | 8 | -34/+40 |
| | |||||
* | * carbon/ (new directory): copy of current state of 'macosx' | das | 2009-06-26 | 59 | -0/+55096 |
source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5). |