summaryrefslogtreecommitdiffstats
path: root/mac
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to move the build directory out of the source tree.jingham1999-08-131-1/+1
| | | FossilOrigin-Name: 1752211a45d670d25afbd36204952d9eecfe4635
* Fix a bug where the background of the menu can be wrong on Appearances that ↵jingham1999-08-131-4/+18
| | | | | use pixmaps for the background of the menu. FossilOrigin-Name: 844af9d9f14dd2fb043ec6152a2fdd0fb213f839
* New Function: TkpDrawHighlightBorder. Use this in place of ↵jingham1999-08-103-14/+62
| | | | | Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring. FossilOrigin-Name: 9bb078186f93162afcdcd453066e44b705aa8186
* Fix a typo from the 8.0 -> 8.1 conversion of the Menu code.jingham1999-08-071-2/+3
| | | FossilOrigin-Name: bcd29d0838133386331117580fb677e5c8d66993
* Check the return from Tk_MacGetColor before changing the colorjingham1999-08-071-3/+5
| | | FossilOrigin-Name: 2e8c0d68a81c814e5c0a3679507c0fc42b107811
* Fix a typo left over from the conversion of the Menu code from 8.0 to 8.1.jingham1999-08-051-3/+2
| | | FossilOrigin-Name: 1ca6edff72093df1980b24e5ee7144ba58c5afa6
* 1999-08-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-011-1/+3
| | | | | | | | * mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid compiler errors when used with stubs-#defines, from Vince Darley. [Bug: 2389] FossilOrigin-Name: 7e3e2f5d990da2ae530424df80f86f19ea33a1b2
* Changed to Tk 8.2b1welch1999-06-251-7/+7
| | | FossilOrigin-Name: 308db5557afbc64d546838a86d6d0a598b03675b
* Fix a bug in the region calculation for popup menus which would cause the ↵jingham1999-06-161-3/+23
| | | | | popup to get posted in the wrong place if the menu was going to stick off the bottom of the screen. FossilOrigin-Name: ce98dd35444b216a6f3a9677cbe5cf392ed3a126
* Have to call Tcl_FindExecutable BEFORE creating the first interpreter. Need ↵jingham1999-06-161-1/+11
| | | | | to do this in main, since Tk_Main surreptitiously creates the interpreter now. FossilOrigin-Name: 979bc5babb4b20b7798b026c490fb7711b351922
* Changes needed to get Tk8.1 to compile with stubs on the Macjingham1999-05-229-1328/+52
| | | FossilOrigin-Name: 080517556d57d83f5f5b3bfcc914b3c59a341b1d
* Changes needed to get Tk8.1 to compile with stubs on the Mac Also copied ↵jingham1999-05-221-45/+25
| | | | | over some changes from Tk8.0.5 to support themed menus. FossilOrigin-Name: 3b011c0c723b3fa607a60fe2728e508268e650ff
* Changes needed to get Tk8.1 to compile with stubs on the Macjingham1999-05-223-8/+8
| | | FossilOrigin-Name: b58707e8becc30319a60309bd4bb423ec42c2790
* Copied changes over from Tk8.0.5 to support Themed menusjingham1999-05-221-10/+21
| | | FossilOrigin-Name: 41ad2a30d51d3a9fe8ad3bb29e5f0192798f72f2
* Changes needed to get Tk8.1 to compile with stubs on the Macjingham1999-05-225-15/+13
| | | FossilOrigin-Name: a0da3de4bd828c21c7e3741077151772dfed94f3
* Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make theredman1999-04-281-4/+2
| | | | | | | | function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar) FossilOrigin-Name: 702512c22952ed7a1cf3c17fa96c34452140d7c4
* merged 8.1.0 changes into mainlinestanton1999-04-241-176/+5
| | | FossilOrigin-Name: 14df4a4ce7dcced8c16e47590d9569f9a94a0e38
* * Merged 8.1 branch into the main trunkstanton1999-04-1632-1934/+4757
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* * Merged changes from 8.0.5:stanton1999-04-169-1492/+434
| | | | | | - Updated for Mac release FossilOrigin-Name: a1b05427d64102bc136e7ae1428b5b95cd3460d6
* integrated stubs into 8.0 main branchstanton1999-03-106-117/+41
| | | FossilOrigin-Name: 4c74dd207943932e6d9a6d06a3ec11b8e4459199
* * mac/tkMacAppInit.c:stanton1999-02-041-6/+6
| | | | | | | | | | | * generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. FossilOrigin-Name: 3afc334c67e9e295066148c5eeca74ab9bca9c3b
* Updated the version to 8.0.5.rjohnson1999-01-041-11/+11
| | | FossilOrigin-Name: df068ffcac953ae67f9a3fddbed1b166eb669c93
* Updated Mac project files.core-8-0-4rjohnson1998-11-121-1209/+1272
| | | FossilOrigin-Name: cb60f36e1dba262158c5ee3667f71632af5a9fa6
* Added comment about folder names for tcl & tk, and one addition to the ↵jingham1998-11-122-3/+14
| | | | | bugs.doc file. FossilOrigin-Name: 826c81b3c3f2f99a61f3f5b916e51f4aeb28a768
* Make the Macintosh Menu's adopt the current Theme Appearance if the ↵jingham1998-11-117-147/+360
| | | | | Appearance extension (version 1.0.1 or later) is installed FossilOrigin-Name: 969e94cbbdf8d50cee7e2f4298810aa2a0c5610b
* Removed old/unused function declarationsrjohnson1998-09-303-68/+3
| | | | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite FossilOrigin-Name: 33ce8b59be46b5d385db551533ae8dac8fe8dc86
* Replaced SCCS strings, fixed binary filesstanton1998-09-1443-43/+43
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Updates from Jim Inghamwelch1998-08-131-10/+17
| | | FossilOrigin-Name: f3805deac224f513bfbae88c99b30b2550c4d933
* *** empty log message ***welch1998-08-121-21/+26
| | | FossilOrigin-Name: ae74d5458c96aa36d7d337cda0a6e1c6ef923852
* Updates from Jim Inghamwelch1998-08-122-2/+2
| | | FossilOrigin-Name: 6a000eca8564e736ec68b41efa6cf2ad3ddb3c5b
* *** empty log message ***rjohnson1998-07-241-2/+2
| | | FossilOrigin-Name: 7143a4e0c67ec529d5850a13d37d67c727f9740a
* Initial revisionwelch1998-07-101-0/+1210
| | | FossilOrigin-Name: e1e5193059cb547f61745e332463c68224d87fe0
* Mac updates for 8.0.3-2welch1998-07-069-186/+804
| | | FossilOrigin-Name: 95cc1e08529a3cc0a08c8599201f2759e404cdb3
* plugin updateswelch1998-06-279-124/+393
| | | FossilOrigin-Name: a31d73e5fbaa868008186067e2535e2f9c3140a0
* Initial revisionrjohnson1998-04-0143-0/+27298
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4