summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Collapse)AuthorAgeFilesLines
* NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-1/+1
| | | | | when readding an already-managed window with arguments. Bug reported on tcl-core by Sam Bromley (22 Jan 2016)
* (cherry-pick) Fix [2049429]: Some options aren't picked up from the options ↵jan.nijtmans2016-01-121-2/+2
| | | | database.
* Silence some compiler warningsdgp2015-02-121-0/+2
|
* Squash problem with native AIX cc not allowing direct macro redefinition.jan.nijtmans2014-02-031-0/+3
|
* Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-312-9/+27
| | | | | so it is usable to be used for C++ compilers as well without the danger of modifying the calling convention. For tkDecls.h, ttkDecls.h tkIntXlibDecls.h is was no problem, because tk.h, tkTheme.h and Xlib.h already contain those guards. But not for the other *Decls.h files.
* Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-052-4/+9
|
* Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-2/+5
|\
| * Suggested fix for [3613759]: ttk::entry and symbolic index namesbug_3613759jan.nijtmans2013-06-041-1/+5
| |
| * Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ↵jan.nijtmans2013-02-221-2/+2
| | | | | | | | calls: The former are just thin wrappers around the latter.
| * ttk::theme::* packages don't Provide anything Extra.jenglish2013-02-153-3/+3
| | | | | | Change Tcl_PkgProvideEx() back to Tcl_PkgProvide().
| * Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' ↵jan.nijtmans2013-02-155-5/+5
| | | | | | | | versions in stead.
| * ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
| |\ | |/ |/|
| * Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵jan.nijtmans2013-02-011-2/+2
| |\ | | | | | | | | | | | | everywhere. Change some internal "length" variables from type int to type size_t, so it could handle bigger string sizes (for "novem")
| * | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵jan.nijtmans2013-01-261-2/+2
| | | | | | | | | | | | to work with "novem"
| * | Merge core-8-5-branchjan.nijtmans2013-01-2410-45/+50
| |\ \ | | |/ | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes.
| * | Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-1/+1
| |\ \
| * | | Replace various functions calls, for functions which are small wrappers ↵jan.nijtmans2013-01-145-12/+13
| | | | | | | | | | | | | | | | around other functions, to call the wrapped function directly.
| * | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-111-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths.
| * | | | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-152-5/+9
| | | | |
| * | | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-132-6/+8
| |\ \ \ \ | | | | | | | | | | | | TkSetRegion on X11.
| * \ \ \ \ [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indkf2012-09-112-6/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | reused GCs.
| * \ \ \ \ \ merge trunkdkf2012-08-141-2/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ formatting, unnecessary if'sjan.nijtmans2012-08-091-2/+2
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ merge trunkdkf2012-08-081-3/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | ttk::entry: Fix incorrect clip region computation [Bug 3552404]jenglish2012-07-311-3/+3
| | | | | | | | |
| * | | | | | | | minor improvements to flag handlingdkf2012-07-312-5/+7
| | | | | | | | |
| * | | | | | | | more auditing of error codesdkf2012-07-304-8/+10
| | | | | | | | |
| * | | | | | | | Ttk and Aqua donedkf2012-07-2410-129/+157
| | | | | | | | |
| * | | | | | | | Much more cleaning up of result handling.dkf2012-07-234-10/+11
| |/ / / / / / /
| * | | | | | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish2012-07-021-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} jenglish2012-07-022-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | are statically allocated. Caught by Michael Kirkham.
| * \ \ \ \ \ \ \ \ [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | some libc versions.
| * \ \ \ \ \ \ \ \ \ Fix text clipping when working with the Xft-based renderer.dkf2012-06-122-2/+24
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ fix test failuredkf2012-06-111-3/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ make it builddkf2012-06-111-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ fix the clipping in entries toodkf2012-06-111-7/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-111-7/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-2213-33/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Crash in unset traces 3062331dgp2011-06-171-0/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Purge RCS Keywordsdgp2011-06-0838-68/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-1211-74/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using useful casts internally.
| * | | | | | | | | | | | | | | | | | | Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-113-6/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | ttk::combobox: Add missing 'validate' command (reported by schelte).jenglish2011-01-221-1/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Remove stippling from disabled images under Aqua; renders as white box ↵wordtech2011-01-141-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | currently.
| * | | | | | | | | | | | | | | | | | | | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-4/+4
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Dummy genstubs::export (from genStubs.tcl)nijtmans2010-09-231-1/+19
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | clean-up, port all genStubs.tcl changesnijtmans2010-09-202-118/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from Tcl to ttkGenStubs.tcl as well (no change in any output files)
| * | | | | | | | | | | | | | | | | | | | TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-081-1/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | [Patch 3034251] partly: remove some more unneeded ifdeffery from stub header ↵nijtmans2010-08-192-86/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files