| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * macosx/Wish.pbproj/project.pbxproj: | das | 2004-11-16 | 6 | -28/+4368 |
|
|
* | * macosx/tkMacOSXXStubs.c: implemented XGetGeometry(). | das | 2004-11-13 | 1 | -4/+24 |
|
|
* | * doc/SetOptions.3: | das | 2004-11-12 | 1 | -48/+75 |
|
|
* | * generic/tkMain.c: | das | 2004-11-11 | 12 | -621/+995 |
|
|
* | fix to MacOSX compound button layout | vincentdarley | 2004-11-09 | 1 | -4/+10 |
|
|
* | Fix silly typo | dkf | 2004-10-26 | 1 | -2/+2 |
|
|
* | Attempt to fix [Bug 919066] by allowing the code that creates the region | dkf | 2004-10-26 | 1 | -5/+65 |
|
|
* | Add -hide and -stretch options to panedwindow widgets. (TIPs 177 and 179) | dkf | 2004-10-24 | 1 | -1/+3 |
|
|
* | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 1 | -3/+74 |
|
|
* | Make sure user_data is NULL everywhere it isn't set. [Bug 1021812] | dkf | 2004-09-03 | 2 | -3/+5 |
|
|
* | * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a few | dgp | 2004-08-25 | 1 | -6/+3 |
|
|
* | * macosx/Makefile: added support to tk framework build to | das | 2004-07-20 | 3 | -10/+21 |
|
|
* | 2004-07-14 Jim Ingham <jingham@apple.com> | wolfsuit | 2004-07-15 | 1 | -4/+9 |
|
|
* | Fix for #742882 "Potential division by zero in gridded wm geometry" | jenglish | 2004-06-16 | 1 | -6/+17 |
|
|
* | The TIP specified a -detail option, not a -finemessage option. | dkf | 2004-05-24 | 1 | -5/+5 |
|
|
* | Turn on the -finemessage option (TIP 152) for Mac OS X. | wolfsuit | 2004-05-24 | 1 | -5/+5 |
|
|
* | * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c | hobbs | 2004-05-03 | 1 | -8/+44 |
|
|
* | Fix several problems with Icelandic (and Faroese) keyboards | cc_benny | 2004-04-21 | 1 | -48/+338 |
|
|
* | Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the default | wolfsuit | 2004-04-01 | 4 | -69/+103 |
|
|
* | * macosx/tclets.r (removed): obsolete holdover from mac classic. | das | 2004-03-30 | 1 | -172/+0 |
|
|
* | * README: Bump version to 8.5a2. | dgp | 2004-03-26 | 1 | -4/+4 |
|
|
* | XMoveWindow and XMoveResizeWindow need to propagate ConfigureNotify events | wolfsuit | 2004-03-21 | 1 | -2/+48 |
|
|
* | update patchlevel to 8.5a1 | hobbs | 2004-03-02 | 1 | -4/+4 |
|
|
* | * macosx/Makefile: ensure that xcodebuild will use the | das | 2004-02-23 | 1 | -3/+3 |
|
|
* | * macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events. | das | 2004-02-23 | 3 | -3/+4 |
|
|
* | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 2 | -29/+79 |
|
|
* | * doc/checkbutton.n: TIP#110 implementation | hobbs | 2004-02-18 | 2 | -25/+40 |
|
|
* | * (TkpInitKeymapInfo): Don't make <Alt> and <Meta> synonyms | cc_benny | 2004-02-17 | 1 | -1/+15 |
|
|
* | Fix a bug in tk_getOpenFile - files with no types are rejected when they would | wolfsuit | 2004-02-16 | 24 | -253/+1442 |
|
|
* | * Fix: Convert DOS lineends to Unix. | cc_benny | 2004-02-14 | 1 | -824/+824 |
|
|
* | Apply patch 112997, and kill a few more places where we were still using | wolfsuit | 2004-02-14 | 3 | -70/+65 |
|
|
* | * (TkpSetKeycodeAndState): Put UTF-8 into trans_chars instead | cc_benny | 2004-02-07 | 1 | -823/+824 |
|
|
* | * generic/tkTextIndex.c: added '#include <tclInt.h>' since the | das | 2004-01-27 | 2 | -9/+7 |
|
|
* | * (TkpGetKeySym): Ignore option key for generation of keysym, | cc_benny | 2004-01-25 | 1 | -1/+10 |
|
|
* | * (TkpSetKeycodeAndState): Add setting of xkey.trans_chars. | cc_benny | 2004-01-24 | 1 | -2/+10 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 8 | -53/+50 |
|
|
* | * macosx/Wish.pbproj/project.pbxproj: added missing private headers | das | 2004-01-01 | 1 | -0/+6 |
|
|
* | * (TkpSetKeycodeAndState): Don't clobber xkey.state. | cc_benny | 2003-12-15 | 1 | -3/+1 |
|
|
* | * (InitLatin1Table): Rename initialized to latin1_initialized | cc_benny | 2003-12-15 | 1 | -32/+32 |
|
|
* | * latin1Table, (InitLatin1Table): Add. | cc_benny | 2003-12-15 | 1 | -29/+177 |
|
|
* | * (TkpInitKeymapInfo): Remove dead code. The code depended on | cc_benny | 2003-12-15 | 1 | -104/+40 |
|
|
* | * LATIN1_MAX and MAC_KEYCODE_MAX: Add and use for better | cc_benny | 2003-12-15 | 1 | -25/+47 |
|
|
* | * Comments: Add and clarify some points, correct spellings. | cc_benny | 2003-12-15 | 1 | -268/+306 |
|
|
* | * keyArray: Add 0x34 as <Return>. Add notes. | cc_benny | 2003-11-20 | 1 | -1/+13 |
|
|
* | 2003-11-18 Jim Ingham <jingham@apple.com> | wolfsuit | 2003-11-19 | 1 | -27/+47 |
|
|
* | scrollbar fix | vincentdarley | 2003-11-16 | 1 | -34/+47 |
|
|
* | scrollbar size fix | vincentdarley | 2003-11-16 | 1 | -2/+3 |
|
|
* | * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection): | hobbs | 2003-11-11 | 1 | -5/+48 |
|
|
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -1/+2 |
|
|
* | 2003-10-23 Jim Ingham <jingham@apple.com> | wolfsuit | 2003-10-23 | 1 | -27/+54 |
|
|