| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Expose angled text API for Emiliano Gavilan. Still only in internal
stub table.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar
Bring Tk_CreateBinding doc and signature (param name) in line.
|
|
|
|
|
|
| |
in const memory. With some changes to win32
and macosx, preventing direct writes to
read-only memory.
|
| |
|
|
|
|
| |
tk*Decls.h (regenerated with new genStubs.tcl from Tcl)
|
|
|
|
|
| |
make tkpButtonProcs CONST
fix gcc warnings: missing initializer
|
|
|
|
| |
to work on OSX too.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
routines MODULE_SCOPE
copy win/tcl.m4 from Tcl (latest) to Tk
and regenerate win/configure
|
|
|
|
| |
* carbon/Wish.xcodeproj/project.pbxproj: prolog.ps file.
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
source directory, to preserve legacy TkAqua implementation based on
Carbon API (with support for Mac OS X releases older than 10.5).
|