summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix several problems with Icelandic (and Faroese) keyboardscc_benny2004-04-211-48/+338
| | | | | | | | | | | | | reported by Jérôme Gagnon-Voyer <gagnonje5000<at>mac<dot>com> on tcl-mac on 2004-03-22. (KLSInit): Add. (GetKCHREncoding): Add. (GetKeyboardLayout): Add calls to Keyboard Layout Services, if present. Rework classic handling. Use GetKCHREncoding(). Add parameter encodingPtr. FossilOrigin-Name: 49aa55ce458494da8c3c86b4acb451399cc02bf3
* 2004-04-21 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>cc_benny2004-04-211-0/+12
| | | | | | | | | | | | | | Mac OS X: Fix several problems with Icelandic (and Faroese) keyboards reported by Jérôme Gagnon-Voyer <gagnonje5000<at>mac<dot>com> on tcl-mac on 2004-03-22. * macosx/tkMacOSXKeyEvent.c (KLSInit): Add. (GetKeyboardLayout): Add calls to Keyboard Layout Services, if present. Rework classic handling. Use GetKCHREncoding(). Add parameter encodingPtr. (GetKCHREncoding): Add. FossilOrigin-Name: a7b5906c8546fbe479c2aad668d90fbdaac2247d
* * library/bgerror.tcl (bgerror): rework to only set -topmost bithobbs2004-04-172-55/+41
| | | | | | | on Windows if necessary. Also use existing ::tk functions for placing dialog and managing focus/grab. FossilOrigin-Name: aec29fbcf29091158075244c41d1f77e7e22cd11
* Fix for bug #915350 "Tk sets min, max size in WM_HINTS when it shouldn't"jenglish2004-04-042-2/+14
| | | | | | and #922336 "Tk apps have no maximize window button under KDE-3.2.1" FossilOrigin-Name: 5a3846005710ef4a739d268b8436bc9e61315176
* Fixes for bugs 220871 and 917557. Plus remove the Quit menu from the defaultwolfsuit2004-04-015-69/+121
| | | | | | File menu. FossilOrigin-Name: 6392e5537701493419abf7efd3c5d35f85e4170f
* * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.hdgp2004-03-313-4/+9
| | | | | | | | * generic/tkScale.c: header file. All tk*Port.h files have long had a #include <math.h>, and other parts of Tk routinely make use of libm-supplied math routines. FossilOrigin-Name: e40f246f87a4175e999ae89728bde6565a336f4e
* Minor cleanups, including tracking down the names of old Scriptics staffersdkf2004-03-301-664/+642
| | | FossilOrigin-Name: a31fa2f407914e8b93e41a8d0cc8c627d477bc28
* * macosx/tclets.r (removed): obsolete holdover from mac classic.das2004-03-302-172/+4
| | | FossilOrigin-Name: b383a585b34526cd03d7d656f4c08ec1be22a0ba
* Allow PPMs to be read from a string. [FRQ 540375]dkf2004-03-272-8/+327
| | | FossilOrigin-Name: a8b135fb618ffb63dc91679698c66ba226a92b57
* * unix/tcl.m4: Replaced -Wno-strict-alias with more portabledgp2004-03-263-2/+5
| | | | | | | -fno-strict-alias alternative. * unix/configure: autoconf-2.57 FossilOrigin-Name: dee78c9b216dc122db88e11b45da3823f6ff5c1f
* * README: Bump version to 8.5a2.dgp2004-03-269-18/+30
| | | | | | | | | | | | | * generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.57 * win/configure: FossilOrigin-Name: 35745fd085d1f9f9b4eb1e47815b88dcad2528e8
* Tweak to 923555 fix.dgp2004-03-261-2/+2
| | | FossilOrigin-Name: 06c5dcccb37509c37017919df30cab5acb69e4c0
* Whoops. Forgot to set the photo image type registration correctly. D'oh!dkf2004-03-261-2/+2
| | | FossilOrigin-Name: 540892f11456f829f3a5355023f10cf28c1fd54a
* Allow old-style image formats to create string representations of photos,dkf2004-03-263-24/+140
| | | | | | and allow the production of PPM format data in a string. [Bug 923555] FossilOrigin-Name: 13333fe19740e63a4a955f8cfbfc1a6f7cd0cd8a
* Doc clarification. [Bug 922610]dkf2004-03-252-2/+8
| | | FossilOrigin-Name: a9c5f761df7659058b3ffc3cae50944271640a69
* Fix typos in documentationvincentdarley2004-03-258-19/+19
| | | FossilOrigin-Name: ce638ff18841a9a1ce2d2697722afacaa74b9e56
* Corrected docs to no longer use malloc/free. [Bug 920695]dkf2004-03-222-3/+8
| | | FossilOrigin-Name: a4ed7a7a05e0dc3afb8650747cb796a87cc53832
* XMoveWindow and XMoveResizeWindow need to propagate ConfigureNotify eventswolfsuit2004-03-212-2/+56
| | | | | | to the children of the moved or resized window. FossilOrigin-Name: e394e424e1c210cc53dc2bb72188a861ca9c13cf
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-17125-41525/+428
| | | FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
* * unix/tkUnixButton.c (TkpDrawCheckIndicator): correct crashhobbs2004-03-162-3/+24
| | | | | | | condition for new radio/checkbuttons when colors are exhausted. [Bug 915330] (griffin) FossilOrigin-Name: 18f5e754841df314a331a775bba78baad93aeac9
* * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC tohobbs2004-03-162-2/+2
| | | | | | suppress useless type puning warnings. FossilOrigin-Name: ece391c002fcf79df14dd2b33bcaa14e2fbe1699
* fix lint warningshobbs2004-03-161-1/+2
| | | FossilOrigin-Name: e208e3fd95fb510161e2f387b539e5eb5cce7a31
* fix cast warningshobbs2004-03-163-13/+14
| | | FossilOrigin-Name: b7e23043a58a2bb600f113c9787987916bff7151
* no messagedavygrvy2004-03-091-0/+5
| | | FossilOrigin-Name: 9622a8337c205f736677fa8b497bb0b5db24e13a
* Checks MSDevDir, not MSVCDir envar.davygrvy2004-03-092-5/+5
| | | FossilOrigin-Name: 710684e47eba723a75f34f3f3b9dd1d4612e9933
* * win/tkWin32Dll.c: Add variables needed whenmdejong2004-03-052-1/+16
| | | | | | | compiling with mem debug under Mingw. This fixes the checking from 2003-12-25. FossilOrigin-Name: 309dca4443c0024b2cefed5c5f1fa7fd5c14e918
* minor doc fixes for html conversioncore-8-5-a1hobbs2004-03-042-7/+7
| | | FossilOrigin-Name: f35f85415360958066155e003044fc16c4b0c7b9
* * unix/Makefile.in (dist): don't require win/lamp.bmp copy in disthobbs2004-03-042-9/+13
| | | | | | target (it's already handled by win/rc/*.bmp copy) FossilOrigin-Name: 1214fa405bd18d409ee997e2dc0ee507b8db19cf
* minor doc fixes for html conversionhobbs2004-03-042-4/+4
| | | FossilOrigin-Name: bef0139c5d9e2969686d739a37a0f4ed0919e6d5
* note TIP#113 changeshobbs2004-03-031-6/+8
| | | FossilOrigin-Name: 1866c870ee9e7072a94b3356c9d493009488f73d
* updated changes for 8.5a1hobbs2004-03-032-1/+54
| | | FossilOrigin-Name: adab714f073b03c03962572e9a7e47b78855338e
* update patchlevel to 8.5a1hobbs2004-03-029-22/+38
| | | FossilOrigin-Name: b8a56c5e561a16c7954faf937375893d9dd9f1dc
* update HP-11 build libs setuphobbs2004-03-021-1/+7
| | | FossilOrigin-Name: f55610acc55b148f835a236d46812ef10b084a77
* update changes for 8.4.6 releasedgp2004-03-011-2/+5
| | | FossilOrigin-Name: 57f8a7de91f702173099b89774636913329bf5e2
* * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling ondgp2004-03-013-16/+23
| | | | | | | IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.57 FossilOrigin-Name: dc875a92a8c85e9361db8ae763d48666d2201100
* remove access to tclInt.hvincentdarley2004-02-282-4/+8
| | | FossilOrigin-Name: 5d6500acb02600f7f4278050e4bfce2d0f809e96
* * macosx/tkMacOSXKeyboard.c (TkpInitKeymapInfo): Don't makecc_benny2004-02-251-0/+5
| | | | | | | <Alt> and <Meta> synonyms for <Command> and <Option> for now. (already on 2004-02-17) FossilOrigin-Name: 5eced3265bfc4173809c3679fbc6437c2f49e758
* * library/demos/widget (addFormattedText): Correct off-by-onecc_benny2004-02-251-0/+4
| | | | | | error. FossilOrigin-Name: 3553c368366e68274ce4ade3936f0c5e4f5fee41
* * (addFormattedText): Correct off-by-one error.cc_benny2004-02-251-2/+2
| | | FossilOrigin-Name: 0e1515c7e0878467dd176ad44c284ebaa14fa594
* * macosx/Makefile: ensure that xcodebuild will use thedas2004-02-232-3/+6
| | | | | | Wish.pbproj project even if a .xcode project is also present. FossilOrigin-Name: fe8714e70831a574ff9f581b6c9d568978b13984
* * macosx/tkMacOSXMouseEvent.c: fixed modifiers for MouseWheel events.das2004-02-234-3/+11
| | | | | | | * macosx/Wish.pbproj/project.pbxproj: * macosx/tkAboutDlg.r: changed year in copyright strings to 2004. FossilOrigin-Name: d09209614b62893208252f154afa0a972ae07f4e
* * macosx/tkMacOSXDraw.c:das2004-02-236-35/+106
| | | | | | | | | | * macosx/tkMacOSXXStubs.c: * xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related functions to deal properly with XImages copied from screen. * generic/tkCanvPs.c (TkImageGetColor): MacOSX fix. [Bug 809157] FossilOrigin-Name: 98c161bad4a128dfbd3c1224e801c6b9e4f82748
* update changes to 8.4.6 releasedgp2004-02-201-2/+139
| | | FossilOrigin-Name: 77501805472678120b2bc1aded2a0675567bcdfb
* Fixed a bug in grid geometry calculations forpspjuth2004-02-183-24/+53
| | | | | | a shrinking grid. [Bug 899246] FossilOrigin-Name: 5b7a6b073dd2a91a5437fbd4c10c6dc69be25923
* * generic/tkBind.c (HandleEventGenerate): only modify root[xy]hobbs2004-02-182-11/+27
| | | | | | with [xy] when they haven't been otherwise set. FossilOrigin-Name: b44f0704d89934619bcb5b6a48a74b01b893d8af
* Whitespace policedgp2004-02-181-28/+29
| | | FossilOrigin-Name: 1d04fa4d995068e6afc44df899c701c200f3e7ae
* * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-1814-73/+296
| | | | | | | | | | | | | | | | | * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h: FossilOrigin-Name: 59826fd691573be4c8df8ac9e4f5a078db2ea22f
* * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-172-2/+7
| | | | | | variable name [Bug 899010]. FossilOrigin-Name: ed84c02a65631fed4d51ac487c4e41f4bb806cfb
* * (TkpInitKeymapInfo): Don't make <Alt> and <Meta> synonymscc_benny2004-02-171-1/+15
| | | | | | for <Command> and <Option> for now. FossilOrigin-Name: d3da83fe12d25f761e6e104b793cf8e6ed93a3ce
* Thought about the doc-fix a bit more and decided to remove the typedef dkf2004-02-171-3/+1
| | | | | | line instead; you'd never type it to use a Tk_Uid, after all... FossilOrigin-Name: b44662cbfabfd235538ed9b96259f313e5997b16