summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed masterPtr reference problemhobbs2000-01-141-2/+2
| | | FossilOrigin-Name: 295b02e79f3fd8c972c54e08f2adc262dbcea691
* * unix/configure.in:core-8-3-b2hobbs2000-01-142-10/+77
| | | | | | | | | * win/configure.in: updated to patchlevel 8.3b2 * win/tkWinWm.c: added visibility event handler to make sure that transient window wrappers would be updated when the master was initially mapped. FossilOrigin-Name: c7f04d692db48c46f037743213476263dcda0d4c
* * changes: updated changes file to reflect 8.3b2 modshobbs2000-01-145-24/+58
| | | | | | | | | * README: * generic/tk.h: * unix/configure.in: * win/configure.in: updated to patchlevel 8.3b2 FossilOrigin-Name: 2675982e5628a08fcc35d1c0fb14e7977f3f71b7
* * win/tkWinScrlbr.c: added check for valid hwnd in ModalLoopProchobbs2000-01-131-10/+12
| | | | | | to avoid crash when building statically FossilOrigin-Name: 5f3e690021d3afded504ae9ff30d98c409028617
* * tests/text.test: changed test to reflect change of -hiddenhobbs2000-01-131-2/+2
| | | | | | to -elide in search options. FossilOrigin-Name: 42c6e76990a3db057d24ff2db6475ca9effa02af
* * doc/event.n:hobbs2000-01-132-4/+8
| | | | | | | | * generic/tkBind.c: prevented core with event -warp on Windows when window wasn't mapped [Bug: 4004] and added docs stating the requirement for mapped windows. FossilOrigin-Name: fb9bde2cbdcfd0fa07d3545b3346256c9cb54f5f
* see loghobbs2000-01-131-0/+11
| | | FossilOrigin-Name: 14092a35d5a63e46de01f67a67a1ab2a5d43a4d9
* * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377]hobbs2000-01-121-51/+151
| | | | | | | | | | * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: 7b90c5d67202ebdffc3b1373824607e536f635a0
* * unix/aclocal.m4: strtod bug on Tru64 [Bug: 3378]hobbs2000-01-124-33/+132
| | | | | | | | | | | | | | | | | | | * unix/Makefile.in: added tests to prevent unnecessary chmod +x in source dirs while installing [Bug: 3367] * unix/configure.in: properly sub'ed in TK_SHARED_BUILD [Bug: 3385] * tests/winWm.test: * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: 29decdaf4ace8bd6d2774bb76eff6576425b78d9
* * tests/winWm.test:hobbs2000-01-123-35/+126
| | | | | | | | | | | | | * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: 4b89efc3054f347af50d3bf7ca1fdbd6440de290
* * library/dialog.tcl: improved handling of $default arg to allowhobbs2000-01-121-1/+13
| | | | | | for name of given button, as well as bounds checking FossilOrigin-Name: d6fd29f344aa2124d30f80ab4d43d8e6efc35c4d
* * generic/tkCanvas.c: fixed mem leak with TagSearchExprInithobbs2000-01-127-98/+77
| | | | | | | | | | | | | | | | | [Bug: 3977] * generic/tkStubInit.c: * generic/tkDecls.h: remove non-existent Tk_(Get|Create)CanvasVisitor prototypes * generic/tkText.c: * generic/tkEntry.c: fixed cursor to not blink when widget was disabled [Bug: 1807] * generic/tkRectOval.c: added note about change to bloat for RectOval bounds calculation for WIN32 only FossilOrigin-Name: 4bc2b4832ebf9c333f0e647a5b96d0ffa884178c
* * doc/wm.n:hobbs2000-01-121-9/+10
| | | | | | | | | | | | | | * tests/winWm.test: * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: f08186308f27d63cd8c3bf464841cafe6a7a3aa6
* see loghobbs2000-01-121-9/+46
| | | FossilOrigin-Name: 9d36b98b3beb23897bcd51c390fcf8f10c382bb1
* * win/tkWinImage.c: added static declaration to functionhobbs2000-01-061-3/+3
| | | FossilOrigin-Name: d765d110402145e53ba218ee992ab8ac72d3c41a
* * unix/Makefile.in: added unix/aclocal.m4 to distribution [Bug: 3938]hobbs2000-01-062-2/+4
| | | | | | * unix/aclocal.m4: changed NetBSD SHLIB_CFLAGS from -fpic to -fPIC FossilOrigin-Name: b6228a9f8f2b0f6d85b8ed33895d2b7d4b70fcaf
* * mac/tkMacClipboard.c: fixed i18n problems with clipboard [Bug: 3544]hobbs2000-01-061-5/+15
| | | FossilOrigin-Name: 724dc190e2b5a7199dce1d9a25421f1bdff83409
* * library/entry.tcl:hobbs2000-01-068-21/+23
| | | | | | | | | | | | | | * library/focus.tcl: * library/listbox.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: fixed unprotected arg parsing through eval/after [Bug: 3943] FossilOrigin-Name: 27fac895c60473c5a773921f3f54648bcf82f0ad
* * doc/text.n:hobbs2000-01-066-249/+175
| | | | | | | | | | | | * generic/tkText.c: * generic/tkText.h: * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextTag.c: removed the -state option for text tags, and reoriented it around -elide, as -state disabled was never implemented, and -state hidden is better as -elide. FossilOrigin-Name: 2d0345f6c1062523a702446018fef2943e47e26b
* see loghobbs2000-01-061-0/+29
| | | FossilOrigin-Name: e5ad3664e98e6034bf85a717dfe24ff8b9ddfff3
* minor doc fixescore-8-3-b1hobbs1999-12-222-7/+7
| | | FossilOrigin-Name: 92b759d21e093a84dc9b79315d29ef0b04e25c82
* * unix/tkUnixScale.c: fixed potential segv from patch in 3897hobbs1999-12-221-2/+3
| | | FossilOrigin-Name: e0d3dad53b7a4fd163c0aac0de6ca2de0304911a
* * tests/unixWm.test: nonPOrtable -> nonPortablehobbs1999-12-221-2/+2
| | | FossilOrigin-Name: 4f6aff51d57a293f151c3a3f0a85ab8249095cf3
* * generic/tkScale.c:hobbs1999-12-223-19/+20
| | | | | | | | * generic/tkScale.h: * mac/tkMacScale.c: * unix/tkUnixScale.c: fixed potential segv from patch in 3897 FossilOrigin-Name: aacfa41407752d13d0f211e542203a0ddcd404c7
* * changes: updated changes filehobbs1999-12-222-2/+15
| | | FossilOrigin-Name: 1bfa9062235333dc1a42bd24133f7999e33eb7d1
* fix for mac happinesshobbs1999-12-222-45/+46
| | | FossilOrigin-Name: 47b072120f448ddfb692bf50017762c03e3804f7
* updated changes for 8.3b1hobbs1999-12-222-2/+97
| | | FossilOrigin-Name: 741d2719260de56402e73b8f624aad8c2bb4bf64
* * win/configure.in:hobbs1999-12-212-14/+14
| | | | | | | * win/aclocal.m4: * README: updated for patch level 8.3b1 FossilOrigin-Name: 3f8fd1559167a4ce14dcbd63e93cfbd127e8e604
* * unix/configure.in:hobbs1999-12-215-14/+19
| | | | | | | | | | | | | | | | | | | | | * README: updated for patch level 8.3b1 * unix/tkUnixWm.c: fixed panic in Tk_CoordsToWindow to print error and continue instead (for Tix) [Bug: 716 et al] * unix/tkUnixMenu.c: * unix/tkUnixFont.c: * generic/tkImgPPM.c: removed extranneous vars that were set but never used. * unix/aclocal.m4: removed -O flag for AIX when using the IBM compiler (several versions have a bug that crops up in the text widget). [Bug: 2316] * unix/Makefile.in: removed extra slash in SCRIPT_INSTALL_DIR [Bug: 3896] FossilOrigin-Name: 319a19a17c741b422862379dca21d45833b04407
* * scale.test:hobbs1999-12-212-32/+11
| | | | | | | | * generic/tkScale.c: * generic/tkScale.h: fixed possible core when freeing options (cursor) associated with scale widget [Bug: 3897] FossilOrigin-Name: d736cdcd844e57e4bed51dda1f5d9a4024c05035
* * mac/tclMacHLEvents.c: fixed applescript for I18N [Bug: 3644]hobbs1999-12-211-2/+6
| | | FossilOrigin-Name: 72918ec41f6dc82f8f96f1d0446d5c6aafb3f723
* * library/listbox.tcl: added extra checks for existence ofhobbs1999-12-211-2/+11
| | | | | | tkPriv(listboxSelection) before it was used. [Bug: 3892] FossilOrigin-Name: 5a72b8d063096199d44ca5c16b57589ffd1c3f4f
* * generic/tk.h:hobbs1999-12-219-45/+47
| | | | | | | | | | | | | | | | | | | * README: updated for patch level 8.3b1 * generic/tkScale.c: * generic/tkScale.h: fixed possible core when freeing options (cursor) associated with scale widget [Bug: 3897] * generic/tk3d.c: added extra calculations to ensure that thin frames get refreshed too [Bug: 3596] * generic/tkCanvText.c: * generic/tkEntry.c: * generic/tkFont.c: * generic/tkImgPPM.c: removed extranneous vars that were set but never used. FossilOrigin-Name: 118f57e195c97d1a9021d675498d777fe0c37e5a
* * doc/MeasureChar.3: fixed docs for Tk_MeasureChars to reflect codehobbs1999-12-212-6/+6
| | | | | | * doc/listbox.n: fixed formatting problem FossilOrigin-Name: f75ee8c4931d56cd4919a3c6d8aa6a11219fb563
* * README: updated for patch level 8.3b1hobbs1999-12-212-2/+44
| | | FossilOrigin-Name: 5711182cfe9850def128b8653c0faa5eab63c95d
* Removed tcl.hpj from list of output files.wart1999-12-161-2/+2
| | | FossilOrigin-Name: e532354d9626778fe6e5287d56cc23b68a334fb5
* * win/tkWinCursor.c: added support for Windows cursors tohobbs1999-12-163-6/+46
| | | | | | | | | | | | TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * win/tkWinWm.c: fixed 'wm deiconify' to update position of the toplevel if event is waiting before mapping. (Mao) [Bug: 3687] This removes the need for 'update idle' before 'wm deiconify' on Windows. FossilOrigin-Name: e7aa2a517ac9d86186daa5274230776997172f85
* * unix/tkUnixKey.c:hobbs1999-12-161-4/+4
| | | | | | | | | | | * generic/tkCmds.c: * generic/tkEvent.c: * generic/tkWindow.c: * generic/tkInt.h: add 'tk useinputmethods ?-display win? ?bool?' call to provide support for disabling/enabling the use of XIM on X. This was previously all done at compile time, and always on. FossilOrigin-Name: 5f852c60baf4a5e50506fe5402ff5e61991d5d14
* added tests for tk useinputmethodshobbs1999-12-161-16/+36
| | | FossilOrigin-Name: fbff38bbfc457f7e5881be6eb11e1a8c676f7d92
* * mac/tkMacMenu.c: finished bug 3075 by changing the char values ofhobbs1999-12-161-10/+10
| | | | | | what was checked (verified correctness on Mac). FossilOrigin-Name: 88e3da1558a0a54c529ae28fe0bbe98de1daa256
* * library/tkfbox.tcl: updated tk_get*File to better match thehobbs1999-12-161-17/+14
| | | | | | | Windows file box it emulates, give proper support to -initialfile, and fixes lack of global tkPriv call. [Bug: 3735 3882] FossilOrigin-Name: ccc62ea5af1e8281f3f3f7269a2a74dc55bead15
* * generic/tkCmds.c:hobbs1999-12-166-75/+117
| | | | | | | | | | | | | | | | | * generic/tkEvent.c: * generic/tkWindow.c: * generic/tkInt.h: add 'tk useinputmethods ?-display win? ?bool?' call to provide support for disabling/enabling the use of XIM on X. This was previously all done at compile time, and always on. Now it * generic/tkCanvUtil.c: fixed bug in Tk_CanvasPsOutline that freed mem it shouldn't. * generic/tkFont.c: added "bitstream cyberbit" (popular Windows CJK font) to list of font fallbacks. (kenny) [Bug: 2407] FossilOrigin-Name: 3f23335ddf3083f408deedfb90188f6c2fe8a533
* * doc/GetCursor.3:hobbs1999-12-164-8/+26
| | | | | | | | | | | | * win/tkWinCursor.c: added support for Windows cursors to TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * doc/listbox.n: added doc for <<ListboxSelect>> [Bug: 3500] * doc/getOpenFile.n: removed note that -initialfile didn't work for tk_getOpenFile FossilOrigin-Name: bcce99ac84c974fa9f5c12686acb24dd9ad837fd
* see loghobbs1999-12-161-0/+40
| | | FossilOrigin-Name: 0c83d11c8061b092519b0e7d9a7f7b70ac2a1947
* Added a couple of extra update calls to prevent some window managers fromwart1999-12-161-1/+3
| | | | | | forcing users to manually place toplevels. FossilOrigin-Name: d5c65c0ddc1bdb3e2f27b96678601b6a66ca9f1c
* added declaration for PhotoOptionCleanupProc to prevent warninghobbs1999-12-151-1/+3
| | | FossilOrigin-Name: f158e1b08563da865e6b0fe585e5f03461eb313a
* added bug ids to dash patch fixeshobbs1999-12-141-0/+3
| | | FossilOrigin-Name: c29a7bc31a137eac01787e9574490166a03bd1dd
* added recognition of tiling in GChobbs1999-12-141-3/+190
| | | FossilOrigin-Name: 4127ef6f6bdb867b096b67288014dc55659a03ac
* * win/tkWinDraw.c:hobbs1999-12-142-40/+131
| | | | | | | * win/tkWinPointer.c: added support for pointer warping and platform specific support for dash patch items FossilOrigin-Name: 182e9eb9199a03d0b4a6634ebe00d9871ecbadb2
* * unix/mkLinks: added GetDash.3 into the mkLink stephobbs1999-12-141-0/+4
| | | FossilOrigin-Name: ccfba3ed8006ffdeb30023b3f262bbafb76c5ac8