Unnamed Fossil Project

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2013-02-04
19:51
[SF#3603077]: forgot to schedule redisplay in [$tv tag add], [$tv tag remove]. Leaf check-in: f2f73d90fe user: jenglish tags: master, trunk
2012-07-02
18:27
ttk::treeview('see' method): fix overscroll prevention [SF#3530288] check-in: 1212d2d172 user: jenglish tags: master, trunk
17:53
Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} are statically allocated. Caught by Michael Kirkham. check-in: 8e33984b44 user: jenglish tags: master, trunk
17:46
(leftover) fix typos in manpage check-in: af4ce18c99 user: jenglish tags: master, trunk
2012-04-23
04:04
* win/makefile.vc: Don't create extranous "#" directory in install-binaries. check-in: f94b270e14 user: muonics tags: master, trunk
2012-01-30
19:52
ttk::combobox::Press: Don't take focus in disabled state [SF#2925561] check-in: 5c85007efa user: jenglish tags: master, trunk
2012-01-17
18:07
Fix nroff markup errors; leading dot cannot be escaped with backslash. check-in: f7c73a1517 user: jenglish tags: master, trunk
2011-09-22
18:56
[SF#3404541,#1204186]: Move -takefocus option out of ttkCoreOptionSpecs, explicitly specify it on individual widgets. check-in: fb42b1ef0c user: jenglish tags: master, trunk
2011-01-22
20:14
ttk::combobox: Add missing 'validate' command (requested by schelte). check-in: 058729e3f4 user: jenglish tags: master, trunk
2010-11-29
18:29
Release prep: regenerate configure scripts. check-in: 51be1b3a7f user: jenglish tags: master, trunk
18:29
Release prep: update version numbers: 0.8.3 => 0.8.4.0 check-in: 0b5ca4861f user: jenglish tags: master, trunk
2010-11-13
18:34
Regenerate configure, generic/configure. check-in: 606c640e9e user: jenglish tags: master, trunk
18:33
Fix PKG_LIB_FILE: do not include package version number in library name. check-in: fdcf8270c2 user: jenglish tags: master, trunk
18:23
configure.in, generic/configure.in: omit AC_DEFINE(BUILD_tile), tclconfig/tcl.m4 adds this automatically now. check-in: 1cfeb8cdd5 user: jenglish tags: master, trunk
18:15
TEA 3.9 finally has working TEA_PRIVATE_*_HEADERS; can remove -DNO_PRIVATE_HEADERS and associated machinery. check-in: eb533d0d70 user: jenglish tags: master, trunk
18:12
Update to TEA 3.9 (tclconfig/tcl.m4 r1.152) check-in: 9dcab60dfe user: jenglish tags: master, trunk
18:00
Partial resync w/core codebase: Primarily whitespace changes, additional MODULE_SCOPE declarations. check-in: da406619ca user: jenglish tags: master, trunk
2010-10-11
21:36
Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489] check-in: 991a6d6c2c user: jenglish tags: master, trunk
2010-09-08
18:02
TreeviewSeeCommand: schedule redisplay if [$tv see] opens any items [#2829363] check-in: 1245556e5a user: jenglish tags: master, trunk
2010-09-02
17:39
winTheme.tcl, vistaTheme.tcl: [#3057573] - missed a spot. check-in: c5a60abe80 user: jenglish tags: master, trunk
17:36
entry.tcl: resync; backport fix for #2971663 check-in: 1dfe7b9711 user: jenglish tags: master, trunk
00:05
library/winTheme.tcl, library/xpTheme.tcl: Specify disabled combobox text foreground color [#3057573]. check-in: e6c3b3f7c9 user: jenglish tags: master, trunk
2010-09-01
23:53
[17 Aug 2010] remove incorrect const qualifier check-in: 2cdcb06a35 user: jenglish tags: master, trunk
2010-05-27
19:28
treeview: [$tv tag bind <...> {}] now removes binding altogether (Fixes [Bug#3006842]). check-in: 516006584a user: jenglish tags: master, trunk
2010-04-20
18:29
doc/*.n: make sure first line is ^'\"$; some man(1)s interpret first line as a preprocessor sequence. check-in: 72f499af35 user: jenglish tags: master, trunk
2010-03-28
21:42
treeview widget: add 'tag names', 'tag add', and 'tag remove' widget methods. check-in: d8757cd402 user: jenglish tags: master, trunk
2010-02-20
21:35
ttk::treeview: Cache the result of the last call to EndPosition() to avoid quadratic-time behavior in the common cases where the treeview is populated in depth-first or breadth-first order. check-in: 3508f3337d user: jenglish tags: master, trunk
2010-02-05
21:34
More constipation from Nijtmans. check-in: 6967b0a62a user: jenglish tags: master, trunk
20:02
aquaTheme: use TkDefaultFont; fix selected text color for Treeview; ... check-in: 1dbae72956 user: jenglish tags: master, trunk
20:01
checkbutton.test: dink: add cleanup code for -singleproc true runs. check-in: 54eeba7c0d user: jenglish tags: master, trunk
2010-01-31
22:04
Change signature of widget subcommand procedures to match Tcl_ObjCmdProc. Merge now-redundant ensemble dispatch code into Ttk_InvokeEnsemble. Preemptive constipation. Preemptive -wmissing-initializers avoidance. check-in: a09b6631e3 user: jenglish tags: master, trunk
20:47
Backport core lint dink [2010-01-19] JN: fix "missing initializer" warnings. check-in: f46578a608 user: jenglish tags: master, trunk
2010-01-19
01:59
note vistaTheme.tcl 8.4 compatible change check-in: b958ef8012 user: hobbs tags: master, trunk
01:56
make 8.4-compatible again check-in: a3930989f2 user: hobbs tags: master, trunk
2010-01-15
06:16
(whitespace tweaks, so patches will flow) check-in: fa70857ceb user: jenglish tags: master, trunk
2010-01-14
14:49
Change widgetClassProcs definition (backport core patch 2010-01-14 JN) check-in: 2927144f1c user: jenglish tags: master, trunk
2009-12-25
19:05
notebook.tcl(ActivateTab): Reworked focus selection logic ([#2917688], [#2546779]). Add Control-PgUp/PgDn bindings for traversal-enabled notebooks [#1989808] check-in: 7e6ddb4d3d user: jenglish tags: master, trunk
18:42
ttk::takesFocus: implement same heuristics as tk::FocusOK (Ref #2917688) check-in: 863cecc591 user: jenglish tags: master, trunk
2009-12-23
04:35
sizegrip: use [wm geometry ${w}x${h}+${x}+${y}] instead of just ${w}x${h} when resizing; this avoids problems reported under compiz [#2912356]. check-in: 93d50c5150 user: jenglish tags: master, trunk
2009-11-12
18:18
[update] hygiene. + Where possible, replace [a; update; b] with [a ; after 0 b] + Where not possible, use [update idletasks] instead of full [update]. + Use [after 0] in favor of [after idle] for delayed work, to reduce likelihood of reentrancy issues in [update idletasks]. check-in: e94d65075b user: jenglish tags: master, trunk
2009-11-01
18:12
Uniform, extensible syntax for [$w identify] methods: [$w identify $component $x $y]. All ttk::* widgets support [$w identify element $x $y]; widgets with other identifiable parts may have additional subcommands. Notebook widgets support [$nb identify tab], Panedwindow widgets support [$w identify sash]. Older 2-argument form [$w identify $x $y] still supported, though it does different things depending on the widget. check-in: 1ba26a053b user: jenglish tags: master, trunk
17:30
ttkDecls.h(Ttk_InitStubs): Require compatibility version, not current version. check-in: 68536a29a3 user: jenglish tags: master, trunk
2009-10-16
23:43
backport core patch [2009-10-07 Pat Thoyts] [Bug 2787164] Fix size of dropdown arrow on combobox and menubutton for Windows 7 check-in: 25f9567b55 user: jenglish tags: master, trunk
23:38
(resynching with core codebase - added some 'const' qualifiers, remove some unnecessary casts). check-in: 18fee2db82 user: jenglish tags: master, trunk
2009-08-10
14:01
Backport core patch 2009-08-09 Jan Nijtmans check-in: 5a76368c5b user: jenglish tags: master, trunk
2009-05-17
17:23
BUGFIX: previous commit did not account for possibility of 0 tabs. check-in: a0d6af73e1 user: jenglish tags: master, trunk
17:09
notebook.c: More flexible tab placement: + SqueezeTabs(): shrink *or stretch* tabs; this makes e.g. -tabposition "nwe" work as expected. + NotebookSize(): correct size computation for -tabposition [we]*. + Theme designer can explicitly specify -tabplacement; this way can make vertical tabs expand to fill column (-tabplacement new), pack from bottom to top (sew), other possibilities. check-in: 90e3f8b20f user: jenglish tags: master, trunk
2009-02-22
17:04
Backport core patch 2009-02-21 Pat Thoyts: Correct the ttk::treeview border on XP and vista. check-in: 7ca95753e8 user: jenglish tags: master, trunk
2009-02-09
01:35
ElementStateEventProc): Avoid dangling pointers when layout changes [Fix for #2431428]. check-in: 2f76e0e8fc user: jenglish tags: master, trunk
2009-02-08
19:51
ChangeLog update. check-in: 69610ae25d user: jenglish tags: master, trunk