Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2004-06-11 18:36:19.
|
2004-07-01
| ||
| 15:49 | Factored out ScrollbarIdentifyCommand; usable in other widgets. check-in: 52313f33a3 user: jenglish tags: master, trunk | |
| 05:23 | Factored out ScrollbarIdentifyCommand; usable in other widgets. check-in: cdf5837ba3 user: jenglish tags: master, trunk | |
|
2004-06-29
| ||
| 16:38 | BUGFIX/TWEAK: scrollbar arrows not properly centered in parcel. check-in: d55da4d8b4 user: jenglish tags: master, trunk | |
|
2004-06-28
| ||
| 16:02 | Factored out common code DrawArrow(), ArrowSize(). check-in: 0a23ff5d7f user: jenglish tags: master, trunk | |
|
2004-06-27
| ||
| 04:12 | scan, selection from, and selection adjust commands moved from C to Tcl. (These commands are only needed for compatibility). check-in: 46035c645c user: jenglish tags: master, trunk | |
|
2004-06-26
| ||
| 21:30 | * library/entry.tcl: BUGFIX: selection anchor drifted when dragging across it. check-in: b70055b0d8 user: jenglish tags: master, trunk | |
| 20:55 | BUGFIX: selection anchor drifted when dragging across it. check-in: 4eee9d2df1 user: jenglish tags: master, trunk | |
|
2004-06-21
| ||
| 04:54 | Added support for TEntry widget on OSX. check-in: a15417cc5f user: jenglish tags: master, trunk | |
|
2004-06-20
| ||
| 03:20 | Use system colors for -selectbackground and -selectforeground options. Tweaked button padding and width for XP buttons. check-in: 73dc1f62e2 user: jenglish tags: master, trunk | |
|
2004-06-19
| ||
| 15:48 | Regenerated; entry -insertbackground changed to -insertcolor. check-in: 71ecf3bc7e user: jenglish tags: master, trunk | |
| 01:28 | TEntry: Query current style for foreground, selection, and insert cursor colors Added TTK_LayoutStyle(), TTK_QueryStyle(). defaults.tcl, clamTheme.tcl, defaults.tcl: Add entry colors. check-in: 9619932ddc user: jenglish tags: master, trunk | |
| 01:19 | Add entry widget(s) to main pane. check-in: 5562b890c1 user: jenglish tags: master, trunk | |
| 01:10 | BUGFIX: typo in <Control-ButtonPress-1> binding. check-in: 5ab755acb7 user: jenglish tags: master, trunk | |
|
2004-06-18
| ||
| 20:17 | Overhauled Entry bindings. Button-2 scanning now implemented entirely in Tcl; internal selection anchor ([$e selection from], [$e selection to], [$e selection adjust]) no longer used. Unused 'scan' and 'selection' methods kept around, for BWidget compatibility. check-in: bd8350087a user: jenglish tags: master, trunk | |
| 02:37 | + BUGFIX: never displayed selection if -exportselection was false. + Reposition layout as soon as 'xview' command called. check-in: a65e92793d user: jenglish tags: master, trunk | |
| 02:36 | Figured out why Control-Shift-Tab Notebook binding wasn't working: XFree86 ISO_Left_Tab brokenness. Fixed now. check-in: b0627e7470 user: jenglish tags: master, trunk | |
|
2004-06-17
| ||
| 02:01 | Fix off-by-one bug in EntryVisibleRange(): Tk_PointToChar() returns [0 .. numChars], *not* [0 .. numChars-1] as the documentation indicates. Double-checked other calls to Tk_PointToChars(). check-in: 526712c18f user: jenglish tags: master, trunk | |
|
2004-06-16
| ||
| 22:51 | Make sure 'xview' command returns up-to-date information, even if widget hasn't been redisplayed (see test entry-3.2). Fix [scan dragto] corner case. check-in: e423e5f4ac user: jenglish tags: master, trunk | |
| 21:18 | Minor tweak to border colors; improve look of entry widgets. check-in: 03ddada542 user: jenglish tags: master, trunk | |
| 16:14 | Added XP-style entry widgets. winTheme.tcl: Tweaked. entry.tcl: workaround: Command modifier matches NumLock on Windows. check-in: 8dcb834260 user: jenglish tags: master, trunk | |
|
2004-06-15
| ||
| 23:29 | Add symbolic font TkTextFont (not defined in TIP #145), so entry widgets can use the right font (non-bold) on X11. check-in: a5ac2a322a user: jenglish tags: master, trunk | |
| 23:21 | Script for interactive testing of entry widgets. check-in: 9fcf09bafc user: jenglish tags: master, trunk | |
| 22:16 | Added TEntry widget. See ChangeLog for details. check-in: 5df734dabe user: jenglish tags: master, trunk | |
|
2004-06-14
| ||
| 16:26 | Added test tile-3.2 "Propagate errors from variable traces" Disabled tick/tock timing noise, the problem this was demonstrating has been solved a long time ago. check-in: 109ae9d119 user: jenglish tags: master, trunk | |
|
2004-06-11
| ||
| 23:08 | * configure, configure.in: add MACOSX build variant info * Makefile.in: add fonts.tcl to PKG_TCL_SOURCES and aquaTheme.c for MACOSX builds. check-in: 819ac7dc2c user: hobbs tags: master, trunk | |
| 18:36 | Added 'readonly' state check-in: c210c26edf user: jenglish tags: master, trunk | |
| 13:58 | Ignore accidental mismatches caused by prefix-matching in TkGetOptionSpec (e.g. "-textvariable" matching "-text") check-in: a7160444b1 user: jenglish tags: master, trunk | |
|
2004-06-10
| ||
| 21:54 | Factored BuildResourceMap() out of NewElementInstance() check-in: 2f582aec93 user: jenglish tags: master, trunk | |
| 21:19 | TTK_GetTheme(interp, NULL) no longer returns default theme. Use TTK_GetDefaultTheme() instead. check-in: fe3e1ff297 user: jenglish tags: master, trunk | |
|
2004-06-09
| ||
| 21:38 | Changed "ButtonFont" to TkDefaultFont, as per TIP #145. Slightly cleverer heuristics to guess what to use as default font. check-in: 0de8cdc9f0 user: jenglish tags: master, trunk | |
|
2004-06-08
| ||
| 03:35 | Removed old/deprecated TTK_LAYOUT_* macros check-in: 0ba809a40c user: jenglish tags: master, trunk | |
| 03:25 | BUGFIX: setting -default option incorrectly triggered -state option processing. check-in: 3f6ec2116a user: jenglish tags: master, trunk | |
|
2004-06-06
| ||
| 15:45 | Use distinct resource db names for compatibility options instead of "unused". This seems to fix the last of the fatal BWidget errors. check-in: f73c837a75 user: jenglish tags: master, trunk | |
|
2004-06-05
| ||
| 19:42 | Added new test (can't create ProgressBar widget) check-in: 62d4850d64 user: jenglish tags: master, trunk | |
| 19:35 | Workaround for bug #967209 Partially disable element/widget option compatibility checks as workaround for workaround. BUGFIX: wrong type for notebook -padding option (caught by test nulloption-1.3) check-in: 22e67faf02 user: jenglish tags: master, trunk | |
|
2004-06-04
| ||
| 19:14 | Added warning about using "blue" as a basis for building other pixmap themes. check-in: 93a339f036 user: jenglish tags: master, trunk | |
|
2004-05-30
| ||
| 03:06 | move "-anchor" option from Base to Label; -anchor now a compatibility option for buttons, checkbuttons, &c. generic/compat.h: Regenerated. BUGFIX: Turns out that the Tk_ImageChangedProc can't be NULL after all. check-in: 1c5fd2aaf9 user: jenglish tags: master, trunk | |
| 03:05 | BUGFIX: Turns out that the Tk_ImageChangedProc can't be NULL after all. check-in: 9b416a3d2a user: jenglish tags: master, trunk | |
|
2004-05-29
| ||
| 20:39 | move "-anchor" option from Base to Label; -anchor now a compatibility option for buttons, checkbuttons, &c. check-in: f909448e16 user: jenglish tags: master, trunk | |
|
2004-05-16
| ||
| 17:08 | Button -width option needs to have NULL default, so theme can specify default. check-in: a76a2e017f user: jenglish tags: master, trunk | |
|
2004-05-14
| ||
| 09:19 | * win/makefile.vc: Fixed bug #916398 - pkgIndex.tcl creation. check-in: a078c99022 user: patthoyts tags: master, trunk | |
|
2004-05-13
| ||
| 16:42 | (new file) check-in: 5b1b722e92 user: jenglish tags: master, trunk | |
| 15:26 | Support VC+ toolkit check-in: 03840e80db user: patthoyts tags: master, trunk | |
|
2004-05-11
| ||
| 18:34 | Add -width and -height options to frame, labelframe compat.h: Regenerated. This time with Tk 8.4, oops. optiondiff.tcl: Make sure Tk 8.4 is used to generate compatibility resources. check-in: 4045d719e9 user: jenglish tags: master, trunk | |
|
2004-05-10
| ||
| 16:43 | Added default values for options -width, -borderwidth, -relief; try to improve BWidget compatibility. check-in: f1b5964d3c user: jenglish tags: master, trunk | |
| 16:39 | Added test 9.6 "-textvariable overrides -text" check-in: d77e87eabf user: jenglish tags: master, trunk | |
| 16:03 | * demos/demo.tcl: Reworked 'Theme' menu check-in: 0fde4ef884 user: jenglish tags: master, trunk | |
| 16:02 | Made label '-font' and '-foreground' options compatibility resources instead of real resources. check-in: 9e6c3325cc user: jenglish tags: master, trunk | |
|
2004-04-28
| ||
| 14:16 | * Makefile.in: Added missing clamTheme.tcl (spotted by Neil Madden) check-in: 30e5537367 user: patthoyts tags: master, trunk | |
| 08:30 | Hey, don't blame me for your mods!! :) check-in: 790c3fe975 user: patthoyts tags: master, trunk | |