summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Make the various stub tables and hook pointers const,nijtmans2010-02-051-3/+3
* Change signature of widget subcommand procedures to match Tcl_ObjCmdProc.jenglish2010-01-311-80/+71
* fix more gcc warnings: missing initializernijtmans2010-01-221-2/+3
* Renamed several internal data structures and functions:jenglish2009-02-081-13/+2
* fix 'make checkstubs' failure: make TtkEntry_Init MODULE_SCOPEdas2008-12-151-2/+2
* Remove leftover commented-out code, mistakenly included in last commitjenglish2008-12-111-2/+1
* Add native aqua elements for ttk::spinbox [Bug 2219588].jenglish2008-12-071-291/+126
* Widget self-destruction is not necessarily an error [Bug 2298720].jenglish2008-11-161-3/+2
* Ttk widget initializeProc()s now return void instead ofjenglish2008-11-091-8/+6
* ttkEntry.c: fix warning: unused variable 'currentValue'nijtmans2008-11-031-14/+13
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-68/+350
* EntrySetValue: Ensure that widget is in a consistent state before settingjenglish2007-05-181-5/+10
* Revert previous change to keep in sync with Tile codebase.jenglish2007-01-111-13/+12
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-12/+13
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-111-3/+3
* various "const" additions, in line with TIP #27nijtmans2007-01-031-3/+3
* Add combobox -height option; only show scrollbar if the listboxjenglish2006-12-171-1/+6
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-141-10/+14
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-031-33/+33
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+1909