summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win/tcl.m4: Add TIP #150 items to the TEA makefiles.patthoyts2003-10-085-67/+79
* * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-063-9/+6
* * library/text.tcl, doc/text.n: Text widget binding forjenglish2003-10-063-13/+12
* Fix double-free in style engine [Bug #798211]jenglish2003-10-062-115/+15
* * win/configure:hobbs2003-10-063-62/+21
* *unix/configure.in: Reconfigured to use $TCL_PREFIX as thedgp2003-10-063-192/+212
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path sodgp2003-10-063-26/+102
* * unix/configure.in: Added check that version of Tcl header founddgp2003-10-063-1/+26
* * library/scale.tcl: Clear bug with chording mouse buttons.patthoyts2003-10-032-3/+7
* * library/console.tcl: Avoid including the console in the listpatthoyts2003-10-022-1/+9
* * macosx/Wish.pbproj/project.pbxproj:das2003-10-014-29/+63
* Add an implementation of XSync that flushes the window buffers. This fixes 8...wolfsuit2003-09-304-5/+28
* Added [package require] to demos. [FRQ 815118]dkf2003-09-3010-70/+109
* Remove a dependency on font size in textWind 10.1patthoyts2003-09-302-3/+8
* Accomodate TIP #150 in the test results.patthoyts2003-09-301-2/+2
* Private functions should be either static or prefixed with 'Tk' (thanks GPS!)dkf2003-09-295-17/+24
* changelog policedkf2003-09-291-15/+15
* Update from Tcldkf2003-09-291-1/+1
* * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-265-5/+1370
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap): Addcc_benny2003-09-262-5/+12
* * library/demos/widget: don't create iconwindow on aqua, but adddas2003-09-254-6/+31
* * unix/configure:das2003-09-254-4/+24
* Bug fix [Bug 802435]chengyemao2003-09-201-0/+3
* Fixed memory leak (bug 802435)chengyemao2003-09-201-11/+11
* Fixed a small mistake in previous checkin.pspjuth2003-09-182-6/+13
* Implementation of TIP#147, "Make Grid's Column/Row Configure Easier".pspjuth2003-09-184-124/+251
* * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-173-5/+26
* Reworked a part of grid's geometry computationspspjuth2003-09-163-23/+200
* Describe %P and %s substitution for Property events. [BUG #577906]jenglish2003-09-132-3/+13
* * doc/wish.1: Implementation of TIPs 137/151.dgp2003-09-054-42/+153
* Removed unused variable [Bug 664783]dkf2003-08-272-3/+7
* no messagedavygrvy2003-08-251-0/+6
* Don't do a string compare on the $(DBGX) variable, use the $(DEBUG)davygrvy2003-08-251-7/+11
* nested comment typodas2003-08-251-1/+0
* Brought tk_messageBox demo into line with the newer look-and-feel for the demos.dkf2003-08-223-13/+20
* make images align at 16pix height and do not allow Dismiss Return to trigger ...hobbs2003-08-211-6/+8
* use delete image for dismiss buttonhobbs2003-08-201-2/+2
* * win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins whichpatthoyts2003-08-202-5/+10
* add sep frame to seecode/dismiss button framehobbs2003-08-201-4/+7
* * library/demos/widget: Redo code view dialog, use named fonts,hobbs2003-08-2041-319/+343
* Use Tcl_Obj-based interfaces for working with user-supplied font maps.dkf2003-08-202-27/+29
* * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-192-2/+8
* * doc/bind.n: Added more information on event types and detailsjenglish2003-08-192-14/+192
* * win/configure: Regen.mdejong2003-08-183-0/+105
* Faster color data parsing code for the [$photo put] subcommand.dkf2003-08-152-21/+58
* Make test suite pass without crashes from TIP#109 changes...dkf2003-08-143-10/+24
* TIP#109 implementation - checkbuttons and radiobuttons now look better.dkf2003-08-144-140/+358
* ChangeLog Police: Added missing entry (derived from 8.4 branch checkin)dkf2003-08-131-0/+5
* * library/scale.tcl: Fix for bug #787065 for Button-2 press.patthoyts2003-08-132-2/+54
* * macosx/tkMacOSXMenu.c: fixed C99'ism that breaks gcc 2.95.das2003-08-122-2/+7