Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins using file generic/progress.c version 4602193eaf
|
2010-01-31
| ||
| 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 | |
| 19:50 | Introduce Ttk_ClientRegion, common factor in ttk::entry, ttk::progress, ttk::scale, and ttk::treeview; replaces calls to Ttk_LayoutParcel / Ttk_LayoutInternalParcel. (Still to fix: ttk::scrollbar, ttk::notebook) check-in: fe6a77057a user: jenglish tags: master, trunk | |