| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
added macosx/Makefile to facilitate building from cli
added [tk windowingsystem] and removed $::tcl_plaform(windowingsystem)
changed all runtime library references to the above
removed duplicate entries in tk.decls & tkInt.decls
CONSTification and other small changes in macosx/ to remove compiler warnings
|
|
|
|
|
|
| |
tkMacOSXMenu.c: In ReconfigureIndividualMenu, guard against the
CFStringFromCString returning NULL. In this case, insert "<error>"
for the menu item text, for want of a better thing to do...
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
checking to see whether the menu event had deleted the menu.
|
|
|
|
|
|
|
|
|
| |
Added support for the wm stackorder command
Fixed crash when selecting Menu items in the Application menu that we didn't
put there.
Added first bits of the use of CG for low-level drawing. The line-drawing works,
the rest doesn't yet. You have to set the file static useCGDrawing to 1 and
rebuild to activate this code.
|
|
|