Unnamed Fossil Project

Timeline
Login

Timeline

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

21 check-ins using file generic/widget.c version a2af1e0812

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