Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2005-08-17 23:05:41.
|
2005-09-29
| ||
| 02:32 | Restored [update] call in LBTab procedure (taken out 2005-07-23); this is needed after all (see #1090277). check-in: b4e0957c56 user: jenglish tags: master, trunk | |
| 02:03 | Changed 'invalid' state handling logic: prevalidation never changes 'invalid' state bit, and rejects edits if -validatecommand returns false even when invalid state is set. See #1302146 and tktable-tile-dev discussion for more details. check-in: edfaf10ae5 user: jenglish tags: master, trunk | |
| 00:52 | Update to TEA 3.3 (tclconfig/tcl.m4 r1.72) check-in: e393f8060b user: jenglish tags: master, trunk | |
|
2005-09-15
| ||
| 17:15 | Regenerated configure scripts. check-in: 38e15d014a user: jenglish tags: master, trunk | |
| 17:13 | Bumped version number to 0.7.1. Removed distinction between VERSION and PATCHLEVEL, use major.minor.patchlevel everywhere. check-in: ac9d11285b user: jenglish tags: master, trunk | |
|
2005-09-14
| ||
| 17:24 | Replaced [style default] command with the more sensibly-named [style configure]. [style default] is temporarily retained as a synonym so third-party code has a chance to upgrade. check-in: e062f6acd2 user: jenglish tags: master, trunk | |
|
2005-09-13
| ||
| 19:47 | Use -DENABLE_COMPAT to turn compatibility options on, instead of -DNO_COMPAT to turn them off. Compatibility options off by default now. check-in: 078992e189 user: jenglish tags: master, trunk | |
|
2005-09-12
| ||
| 18:29 | BUGFIX: CheckbuttonInitialize: previous change introduced refcount leak. check-in: a3cc7f876d user: jenglish tags: master, trunk | |
| 03:27 | OOPS: checkbutton-5.6 -result specification was wrong. check-in: 6abee54e48 user: jenglish tags: master, trunk | |
| 03:18 | Reworked Ttk_TraceVariable() interface. Trace callbacks may not reenter the interpreter, and cannot signal errors. ClientData does not need to be a WidgetCore *; trace callbacks are responsible for checking WidgetDestroyed() themselves. check-in: c51425ea9b user: jenglish tags: master, trunk | |
| 03:16 | ttk::checkbutton -variable defaults to the name of the widget. ttk::radiobutton -variable defaults to "::selectedButton" [#1257319] check-in: 06bd6bde5f user: jenglish tags: master, trunk | |
| 03:12 | Call initializeProc() before first call to Tk_SetOptions() instead of after; this way initializeProc can set default option values. check-in: cde121d228 user: jenglish tags: master, trunk | |
| 03:11 | Reworked Ttk_TraceVariable() interface. Trace callbacks may not reenter the interpreter, and cannot signal errors. ClientData does not need to be a WidgetCore *; trace callbacks are responsible for checking WidgetDestroyed() themselves. check-in: 8fbcc7fce0 user: jenglish tags: master, trunk | |
|
2005-09-11
| ||
| 00:09 | (win/monitor.c): Remove debugging output. check-in: fd285575f3 user: jenglish tags: master, trunk | |
|
2005-09-07
| ||
| 18:40 | Add missing 'static' declarations for internal functions. check-in: e796af6f28 user: jenglish tags: master, trunk | |
|
2005-09-04
| ||
| 18:05 | Add "-padding" notebook tab option, extra internal padding [#1203759]. check-in: 026694d4fd user: jenglish tags: master, trunk | |
| 17:24 | (clam theme): fixed menubutton indicator check-in: 9b613aad9d user: jenglish tags: master, trunk | |
|
2005-08-30
| ||
| 20:19 | Fix markup errors, added "WIDGET STATES" section. check-in: 9ac1318d67 user: jenglish tags: master, trunk | |
|
2005-08-22
| ||
| 16:40 | * generic/notebook.c: removed use of // commenting * generic/stepTheme.c: older C compilers dislike it * generic/treeview.c (ConfigureHeading, ConfigureColumn): * generic/manager.c (Ttk_ConfigureSlave): fix cast for mask check-in: 109c36059f user: hobbs tags: master, trunk | |
|
2005-08-19
| ||
| 21:54 | ttk:notebook and ttk::paned widgets can now manage siblings of ancestors in addition to direct descendants like other GMs. [Fixes: #1263510]. demos/demo.tcl ("Scales" pane): Tweaked a bit to test the above change. check-in: f7ca1dd8a8 user: jenglish tags: master, trunk | |
| 16:28 | BUGFIX: DeleteManager() wasn't fully cleaning up slave records (DeleteSlave instead of Ttk_ForgetSlave). Maintainable(): Don't call Tk_RestackWindow() on sibling; this messes up keyboard traversal order. Applications must manage stacking order instead. check-in: f637c43d7b user: jenglish tags: master, trunk | |
| 06:34 | Removed '#if !SHOVE_SASHES' conditional code. check-in: 03d4cea236 user: jenglish tags: master, trunk | |
| 04:43 | More refactoring: Changed signature of SlaveAdded() and SlaveRemoved() hooks. Tried to factor out SlaveConfigured / Ttk_ConfigureSlave, failed; these will have to stick around for a bit longer. check-in: 87d692f84b user: jenglish tags: master, trunk | |
| 02:06 | Ttk_Manager API rationalization phase 1: renamed public functions and data structures; partial opacification; added Ttk_PlaceSlave(). BUGFIX (notebook.c): NextTab() wasn't actually returning the index of the next tab. check-in: 50c3f108f9 user: jenglish tags: master, trunk | |
|
2005-08-17
| ||
| 23:05 | Removed WIDGET_SPEC_END sentinel enum. This has not, to date, actually caught any compiler errors. check-in: c93887de3e user: jenglish tags: master, trunk | |
| 22:49 | Drop optionTable, tkwin arguments to Ttk_Rebind[Sub]Layout; these don't ever change. check-in: 26a220ba18 user: jenglish tags: master, trunk | |
|
2005-08-16
| ||
| 17:03 | Labelframe: made -relief and -borderwidth options NULL by default, as per recent discussion on tktable-tile-dev. Specify TLabelframe -relief and -borderwidth options in theme definitions instead. check-in: 2a4f5a942d user: jenglish tags: master, trunk | |
|
2005-08-12
| ||
| 01:01 | BUGFIX: Revert earlier change to tabrowBox computation, original version was correct. check-in: 9dfeaf3489 user: jenglish tags: master, trunk | |
|
2005-08-11
| ||
| 20:07 | Entry widgets now set/clear the 'invalid' state bit depending on the outcome of validation. check-in: f4a651115d user: jenglish tags: master, trunk | |
|
2005-08-10
| ||
| 23:05 | Consolidated Labelframe and Notebook theme parameter extraction. check-in: 307d9ccd49 user: jenglish tags: master, trunk | |
| 22:57 | Notbook refactoring: Use manager.h interface for geometry management. Create a single tabLayout and reuse it for all tabs. Couple minor bugfixes. Change signature of SlaveRemoved hook. Moved Maintainable() from frame.c to manager.c; made public. check-in: b836ecd390 user: jenglish tags: master, trunk | |
|
2005-07-29
| ||
| 17:59 | Declare WIDGET_SPEC_END enumerated value outside the scope of struct WidgetSpec, to account for C++ scope rules [#1247291, patch from Mats Bengtsson] check-in: 6f135926dc user: jenglish tags: master, trunk | |
| 17:47 | Failed to compile if -DHAVE_UXTHEME_H was not set [#1247278] check-in: 9e775bfbf3 user: jenglish tags: master, trunk | |
|
2005-07-28
| ||
| 01:40 | * configure, tclconfig/tcl.m4: correct _r AIX compiler tweak, and check for X11 headers on Aqua as well. check-in: 656b4b847f user: hobbs tags: master, trunk | |
| 00:28 | * library/combobox.tcl (tile::combobox::Post): minor size adjustments for dropdown geometry to fit right under entry. check-in: 1f2a0fb6fa user: hobbs tags: master, trunk | |
|
2005-07-26
| ||
| 18:08 | * library/combobox.tcl (tile::combobox::PopdownShell): use Tk scrollbar under aqua until Ttk one is "native" check-in: 208db473ef user: hobbs tags: master, trunk | |
|
2005-07-25
| ||
| 06:12 | Parameterized valgrind rules; added options to work with valgrind 2.2 check-in: 67f9798e1f user: jenglish tags: master, trunk | |
|
2005-07-23
| ||
| 18:53 | Redo grab handling code to be more robust in the face of unexpected conditions [#1239190] NOTE: comment from r1.17 "The [grab release] call in [Unpost] queues events that later re-set the focus" appears to be inoperative. Removed the [update] call. check-in: ec2c0b67ff user: jenglish tags: master, trunk | |
| 16:58 | Manpage updated to reflect implementation (-command invoked before dismissing the dialog, not after). check-in: b13dc8dae5 user: jenglish tags: master, trunk | |
| 16:30 | Initialize State(anchor): <B1-Motion> can occur without a preceding <ButtonPress-1> if a [grab release] intervenes. check-in: d557b4d733 user: jenglish tags: master, trunk | |
|
2005-07-20
| ||
| 23:01 | Support compilation under Windows 2000. See #1235895 for details. check-in: a9ebf56aca user: jenglish tags: master, trunk | |
| 21:23 | Added ttk::dialog. check-in: b780343faf user: jenglish tags: master, trunk | |
|
2005-07-18
| ||
| 14:53 | s/unit/units [#1240249] check-in: 22d66f9e08 user: jenglish tags: master, trunk | |
|
2005-07-15
| ||
| 22:05 | Ignore mousewheel events in disabled state. Don't take focus in disabled state. (Fixes followup to #1163055) check-in: 52bb5fc082 user: jenglish tags: master, trunk | |
|
2005-07-13
| ||
| 20:43 | Forgot to commit test case for #1236979 check-in: dcac2cb55d user: jenglish tags: master, trunk | |
| 20:33 | entry.c: Only fire -textvariable trace in [$e configure] if -textvariable was specified [#1236979] entry.n: Corrected and clarified some details about validation [#1236979] check-in: 8c8a570eaa user: jenglish tags: master, trunk | |
| 18:05 | Remove default -borderwidth 2 for labels and treeview headings; use theme settings instead. check-in: a468c5379f user: jenglish tags: master, trunk | |
| 17:47 | const-qualify stubs table check-in: 2f3a032298 user: jenglish tags: master, trunk | |
|
2005-07-03
| ||
| 19:08 | tcl.m4: Synced with sampleextension r1.69. check-in: 0c668aa1d9 user: jenglish tags: master, trunk | |
|
2005-06-26
| ||
| 22:34 | Changed default treeview item indicators to rightwards/downwards pointing arrows Moved MSUE-style dinky boxed +/- sign indicators to "alt" theme. (Default indicator still not quite right, but it's an improvement.) Clam theme: use default theme as parent, not "alt". check-in: 0e8b0ec130 user: jenglish tags: master, trunk | |