| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* generic/tkText.c: Fixed bug relating to regexp searching for
empty lines; previously, the starting line was ignored. (bug #1643).
FossilOrigin-Name: 9d32c5f49a20988defccc8e888a9130e08b43f18
|
|
|
|
|
|
|
| |
* generic/tkText.c: fixed missing " in error case and missing
'dump' in subcommand listing [Bug: 4036]
FossilOrigin-Name: d37fe2b30b122fc67ad905ace6b4b37b6b5f5143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
widget case (bug #1386).
* generic/tkGrid.c: Fixed interpretation of consecutive ^
characters in grid command. Previously, ^ ^ was interpreted as
meaning that there must be a 2-column widget above to extend,
neglecting the case where there was actually 2 1-column widgets
above. Now, ^ ^ is interpreted as a possible width; the gridder
will consume as many ^'s as there are columns in the widget, and
leave the rest for the extension of other widgets. (bug #1386).
FossilOrigin-Name: c360352e669e2b1a89b4ae382503c8712bcef853
|
|
|
|
|
|
| |
to -elide in search options.
FossilOrigin-Name: 42c6e76990a3db057d24ff2db6475ca9effa02af
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
| |
FossilOrigin-Name: 4f6aff51d57a293f151c3a3f0a85ab8249095cf3
|
|
|
|
|
|
|
|
| |
* generic/tkScale.c:
* generic/tkScale.h: fixed possible core when freeing options
(cursor) associated with scale widget [Bug: 3897]
FossilOrigin-Name: d736cdcd844e57e4bed51dda1f5d9a4024c05035
|
|
|
| |
FossilOrigin-Name: fbff38bbfc457f7e5881be6eb11e1a8c676f7d92
|
|
|
|
|
|
| |
forcing users to manually place toplevels.
FossilOrigin-Name: d5c65c0ddc1bdb3e2f27b96678601b6a66ca9f1c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* tests/canvImg.test:
* tests/canvPsArc.tcl:
* tests/canvPsImg.tcl: (new file)
* tests/canvRect.test:
* tests/canvText.test:
* tests/canvas.test:
* tests/defs.tcl:
* tests/entry.test:
* tests/event.test:
* tests/font.test:
* tests/frame.test:
* tests/imgPhoto.test:
* tests/safe.test:
* tests/scale.test:
* tests/scrollbar.test:
* tests/select.test:
* tests/text.test:
* tests/textDisp.test:
* tests/textTag.test:
* tests/unixFont.test:
* tests/unixWm.test:
* tests/visual_bb.test:
* tests/winClipboard.test: tests for the dash patch changes
FossilOrigin-Name: 73e913a6e6c8d3714d1bd2763748df34a0522efd
|
|
|
|
|
|
| |
we know have GIF write capability)
FossilOrigin-Name: 99441857c178bb4da0ef6ef09056d5a5e2621391
|
|
|
| |
FossilOrigin-Name: cc8aadfbbe5be40e44ad4506b9cf6df717231c68
|
|
|
|
|
|
|
|
|
| |
update when items are removed from the listvar variable.
* generic/tkListbox.c: Added a check the updates the topIndex when
items are removed from the listvar variable.
FossilOrigin-Name: 81be7b942d8f0551a240b0c61612819b5258c260
|
|
|
| |
FossilOrigin-Name: 4a5e66a5c23b0c7145266e7686000b000451ac75
|
|
|
|
|
|
|
|
|
|
| |
* doc/listbox.n: Added documentation for -listvar option and for
itemconfigure and itemcget commands.
* generic/tkListbox.c: Added support for itemconfigure/itemcget
listbox subcommands (addresses rfe #936)
FossilOrigin-Name: 0387f3d8ed87ad9eb1dffdd755e72d6688f565ef
|
|
|
|
|
|
| |
* generic/tkListbox.c: Improved error messages for bad -listvar's.
FossilOrigin-Name: 016895b51cbfd533f23afcdec043aa6f25f031e1
|
|
|
|
|
|
|
| |
* generic/tkListbox.c: Added handlers for bad -listvar's (ie, bad
lists)
FossilOrigin-Name: a8241d6f0daec92b0050bf0d6f8aa538d7b41265
|
|
|
|
|
|
|
| |
* generic/tkListbox.c: Changed some old static buffers to base
size on TCL_DOUBLLE_SPACE instead of (completely) hardcoding the size.
FossilOrigin-Name: 822a6b857404dd479d8288224b3f842ff0c1606e
|
|
|
|
|
|
|
|
| |
odd extra case that wasn't covered before.
* generic/tkListbox.c: Tests exposed some bugs, now fixed.
FossilOrigin-Name: 6682e76dab340e8018cb9e36b07167409fd028bb
|
|
|
|
|
|
|
|
|
|
| |
error messages. No -listvar specific tests yet.
* win/tkWinDefault.h:
* unix/tkUnixDefault.h:
* mac/tkMacDefault.h: Added default value for -listvar option.
FossilOrigin-Name: ca26a18f317d56513dbd0b49b8a82c1c112668a1
|
|
|
| |
FossilOrigin-Name: dcfac06d2f4bc81bfd3165bcd535be191d3b753b
|
|
|
|
|
|
|
| |
place a window manually. The Tk test suite can now run on twm with no user
intervention.
FossilOrigin-Name: 8b087c35f7a2789eb1f253365aa0602397f5fc7e
|
|
|
|
|
|
|
| |
headers #def'd with USE_OLD_IMAGE. Upgrades image stuff to
Tcl_Obj API, adds alpha channel (images are now 32 bpp)
FossilOrigin-Name: 579936092692dedc346be1779efbcf95ac77ce27
|
|
|
|
|
|
| |
being used).
FossilOrigin-Name: dadc630d005a280d6ae369061f1dd0f101e80c4e
|
|
|
| |
FossilOrigin-Name: a5163d5e54d8f3cac61a23969b3ab6d916b14938
|
|
|
| |
FossilOrigin-Name: 9d68ebb8dae5a4f2d253089ef7d438bf3b642433
|
|
|
|
|
|
|
|
|
|
|
|
| |
* win/makefile.vc: Added special case target to ensure that
tkStubLib.obj is built with -DSTATIC_BUILD.
* win/tkWinX.c (TkWinChildProc): Changed to pass
WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL
sub-windows happy. This allows Windows to generate the WM_SIZE
and WM_MOVE messages.
FossilOrigin-Name: bc661b9f3a4ccb0207118496cfb6dace7bc92482
|
|
|
| |
FossilOrigin-Name: 5cb396da1d0fcdf2ca2d764a87554ad4b08e257a
|
|
|
| |
FossilOrigin-Name: 5d40951f6eedbad5df1226d2349b8c875d247d8b
|
|
|
|
|
|
|
|
| |
* tests/unixSelect.test:
* generic/tkSelect.c: Fixed selection code to handle Unicode data
in COMPOUND_TEXT and STRING selections. [Bug: 1791]
FossilOrigin-Name: 0b25ecf24d82bddbf8ea891086f2b369146793db
|
|
|
| |
FossilOrigin-Name: 0d8bca258bc35b49708fa4707afb57a832df91b6
|
|
|
| |
FossilOrigin-Name: fed3e0aec7046005adc718860eb687381d2b4520
|
|
|
| |
FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
|
|
|
| |
FossilOrigin-Name: 38d1c2ed02707038f943fcd19d1f9073c47efafc
|
|
|
| |
FossilOrigin-Name: 9c001e202fce88540d0d871b12df639bc5be47fd
|
|
|
| |
FossilOrigin-Name: 03b6d17db0b6660c0c56b559552d74d12ed62aa7
|
|
|
|
|
|
| |
Fixed core dump in text serach code: Bug 1642
FossilOrigin-Name: 9e52f3ffecf15cdcdacf2023f14b0beb21c47a9b
|
|
|
| |
FossilOrigin-Name: da52c2e18f0cbf31226b999e3eee3982266cf19e
|
|
|
| |
FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
|
|
|
|
|
|
| |
- Updated for Mac release
FossilOrigin-Name: a1b05427d64102bc136e7ae1428b5b95cd3460d6
|
|
|
| |
FossilOrigin-Name: 4259d8ea75320a68f9fb22698ec3287b98e3fdc3
|
|
|
|
|
|
|
|
| |
* tests/unixWm.test: Better cleanup of temporary files.
Lint.
FossilOrigin-Name: 8c13f6c6bbe8f96aaeb45c79a7ffa5c191cc2a73
|
|
|
|
|
|
| |
pending idle handlers, resulting in a crash in a few odd cases.
FossilOrigin-Name: 065f580bc09c06aa780f311e4fdbbff497b1282b
|
|
|
| |
FossilOrigin-Name: 606bd06d17117c5ba0b27d12f38553a928f72ef0
|
|
|
|
|
|
| |
if tktest is not the interp.
FossilOrigin-Name: 9b5159da8e3dc5151a35a8c3fbac76156d692859
|
|
|
|
|
|
|
|
| |
- updated imgPhoto to check for teapot.ppm before running the tests.
exits gracefully if file cannot be found.
- lint in "all" file
FossilOrigin-Name: 57baa455226f5efaa661fab16daf5a32b4733900
|
|
|
|
|
|
| |
Both files now pass the checker!
FossilOrigin-Name: 5d66c96e0c8b90b9fe7caa591551cf62be9009b7
|
|
|
| |
FossilOrigin-Name: bf0eb663494eb4ba89c3f9a172338d6533fe56ed
|
|
|
|
|
|
| |
items they didn't support a null (transparant fill color)
FossilOrigin-Name: 9d8e38e466df34af55dc103cbb9f40e8f1a3b311
|
|
|
|
|
|
| |
a submitted patch.
FossilOrigin-Name: 4efcb01017b965536e264e34e2260fda141b2f17
|