Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
62 check-ins using file generic/Makefile.in version e339bbf3c9
|
2007-12-16
| ||
| 18:19 | Update to TEA 3.6 (core tclconfig/tcl r1.117) check-in: 591ed4d984 user: jenglish tags: master, trunk | |
|
2007-12-15
| ||
| 17:33 | Fix typo [Bug 1850713]. check-in: 733cbf4903 user: jenglish tags: master, trunk | |
|
2007-12-13
| ||
| 20:14 | demo.tcl: don't make 'Help' button default button. check-in: 75ba62ebb3 user: jenglish tags: master, trunk | |
|
2007-12-12
| ||
| 16:53 | Tweak scrollbar swap logic so that Tile extension can be loaded into an 8.5 interp that's already swapped the scrollbars. check-in: 9e1c05e6dc user: jenglish tags: master, trunk | |
| 15:55 | style.n: update to use current syntax. Others: Various minor updates. check-in: 805cb87f38 user: jenglish tags: master, trunk | |
| 01:19 | [ttk::style element options]: Use Ttk_GetElement() to find element instead of direct hash table access. check-in: 550a1b07b0 user: jenglish tags: master, trunk | |
|
2007-12-08
| ||
| 03:52 | s/style/ttk::style/ check-in: f388bffdae user: jenglish tags: master, trunk | |
|
2007-12-07
| ||
| 06:25 | Use 12 pixel font instead of 10 pixel for TkFixedFont on X11 (backport core patch hobbs 2007-10-30) check-in: 039da17ed0 user: jenglish tags: master, trunk | |
|
2007-12-06
| ||
| 17:58 | Fix TCombobox layout so as not to truncate long text when combobox is wider than requested [#1845164] check-in: 00c31206ce user: jenglish tags: master, trunk | |
|
2007-12-05
| ||
| 16:39 | Remove nonsense about "this manpage has not yet been written"; everything supported is documented. check-in: 43996f10d8 user: jenglish tags: master, trunk | |
|
2007-12-02
| ||
| 04:34 | Improved macrology for statically-initialized layout templates; can specify layouts in one place. check-in: 0a15c90c4c user: jenglish tags: master, trunk | |
| 03:06 | Add MODULE_SCOPE declarations check-in: c9ca701eab user: jenglish tags: master, trunk | |
|
2007-11-25
| ||
| 18:09 | Added [$nb hide] method (currently implemented by just setting '-state hidden') [$nb add] on an already-managed window no longer raises an error, can be used to re-add hidden tabs. Revised and updated manpage; removed now-inoperative text stating or implying that slave windows must be direct children of the notebook (see also #1824996). check-in: fb2cc27dc8 user: jenglish tags: master, trunk | |
| 17:35 | SelectNearestTab: Don't map next tab immediately, instead just update currentIndex and let the PlaceSlaves hook take care of it. Fixes [#1343984] "ttk::notebook map children when destroyed" check-in: 55f3a30c8a user: jenglish tags: master, trunk | |
| 17:17 | More manager API updates: + Added SlaveRequest method; + Pass managerData to SlaveRemoved method instead of manager; + Ttk_ManagerData() no longer needed. check-in: 7563af212f user: jenglish tags: master, trunk | |
| 17:06 | tile.test: More explicit matching on "wrong#args" messages (backport from core change ttk.test r1.4->r1.5, Pat Thoyts) image.test: rename constraint "broken" -> KNOWNBUG. check-in: f865f5958e user: jenglish tags: master, trunk | |
|
2007-11-19
| ||
| 21:02 | BUGFIX: Fixed crash when 'style element create' called with insufficient args. (Fix from Pat Thoyts, backported from core -JE). check-in: 0eadc2c098 user: jenglish tags: master, trunk | |
| 20:44 | Sync contents with core tests/ttk/ttk.test. Added new tests from Pat Thoyts. check-in: 7de9b4f0d4 user: jenglish tags: master, trunk | |
| 01:57 | Add "fill" element: like "background" but only erases parcel. Use fill element in Labelframe Label sublayout. No longer need Labelframe hack in aquaTheme.tcl ImageTextElement no longer needed. TextElement no longer needs '-background' option. Also improved default labelmargins for -labelanchor w*, e*. check-in: a7c8d4b9a7 user: jenglish tags: master, trunk | |
|
2007-11-18
| ||
| 18:09 | Default -anchor for text and label elements is now "w" instead of "center" (fixes #1614540 "check and radiobuttons with explicit -width"). Button styles now need explicit "-anchor center". check-in: 8c8b0af847 user: jenglish tags: master, trunk | |
| 17:29 | Use sublayout for ttk::labelframe labels instead of single element. check-in: 854bac6ae7 user: jenglish tags: master, trunk | |
| 17:27 | BUGFIX: Ttk_GetPaddingFromObj() and Ttk_GetBorderFromObj() returned garbage when passed an empty list. check-in: d76c18d3ae user: jenglish tags: master, trunk | |
| 17:09 | Swap in core scrollbars for [ttk::scrollbar]s on OSX. The Scrollbar Problem isn't gonna get fixed in time for the next release. check-in: a5d1270f3e user: jenglish tags: master, trunk | |
| 16:56 | Synchronize with ttkMacOSXTheme.c core changes from 2007-11-09. Mostly reformatting. Only semantically significant change: now uses theme metrics for button and menubutton heights. aquaTheme.tcl: extra TButton -padding no longer needed. check-in: 0059032fb6 user: jenglish tags: master, trunk | |
| 01:07 | Add support for size information flags for scrollbar and combobox buttons. This handles tile patches 1596647 and 1596657 but a bit more generically. (core change by Pat Thoyts; backported to tile -JE) check-in: cede3951d8 user: jenglish tags: master, trunk | |
|
2007-11-08
| ||
| 01:39 | Fixed longstanding, subtle bug that caused padding to sometimes be counted twice in element size computations. Fixed ElementSizeProcs affected by previous change. check-in: 0a502c514b user: jenglish tags: master, trunk | |
|
2007-11-06
| ||
| 02:14 | Set focus to listbox in <Map> binding instead of in Post command (workaround for problem in TkAqua where the listbox only gets focus the first time it's posted; see #1349811 for info). check-in: 00e2448adc user: jenglish tags: master, trunk | |
|
2007-11-05
| ||
| 16:23 | Remove focus ring from treeview items on OSX (problem reported by Kevin Walzer). check-in: 7db521de00 user: jenglish tags: master, trunk | |
|
2007-11-04
| ||
| 23:51 | + Use null "treearea" element for treeview owner-draw area instead of "client", to avoid nameclash with Notebook.client element. This was causing sizing anomalies in XP theme, and introduced extraneous padding. + "alt" theme Treeitem.indicator element needs left margin now. check-in: 86c12bedf1 user: jenglish tags: master, trunk | |
| 23:22 | Added doc/internals.txt, message posted on website ~Sep 2005 during TIP#248 discussion. Slightly out of date, but mostly still useful. check-in: a08a166e66 user: jenglish tags: master, trunk | |
|
2007-10-31
| ||
| 04:26 | BUGFIX: Unpost can be called with no preceding Post (<KeyPress-Escape> binding). check-in: 7fe0fed291 user: jenglish tags: master, trunk | |
|
2007-10-30
| ||
| 15:19 | aquaTheme.tcl: Use darker shade for inactive and disabled text, to match typical values of most (but not all) kThemeXXXTextColorInactive colors. check-in: e1d12e41ef user: jenglish tags: master, trunk | |
| 15:18 | Use SetThemeBackGround/kThemeBrushModelessDialogBackground{Active|Inactive} instead of ApplyThemeBackground/kThemeBackgroundWindowHeader for BackgroundElement (advice from DAS). check-in: e86518ba1b user: jenglish tags: master, trunk | |
| 14:58 | Split RedisplayWidget() up into DrawWidget, BeginDrawing, and EndDrawing to factor out double-buffering related code. check-in: 813e6bd967 user: jenglish tags: master, trunk | |
| 14:25 | Use Monaco 11 instead of Monaco 9 for TkFixedFont on OSX (backport core patch hobbs 2007-10-30) check-in: 43a23f77b7 user: jenglish tags: master, trunk | |
|
2007-10-28
| ||
| 18:41 | Reworked Aqua combobox layout: use kThemeComboBox button to draw whole widget instead of kThemeArrow button for Combobox.downarrow. Adjust TCombobox -postoffset to match new layout. Remaining OSX combobox problems: + Popdown window only takes focus the first time it's posted. + Readonly comboboxes don't have the right appearance. + "pulldown" interaction doesn't work. check-in: d2290acb9e user: jenglish tags: master, trunk | |
| 18:27 | cbtest.tcl: more tweaks for Aqua debugging. check-in: 59f7389c4e user: jenglish tags: master, trunk | |
| 18:26 | Make popdown window [wm resizable 0 0] on OSX, to prevent TkAqua from shrinking the scrollbar to make room for a grow box that isn't there. Also, contrary to previous commit, [wm transient] *does* have an effect on OSX, don't do it there. check-in: 67d3a79103 user: jenglish tags: master, trunk | |
| 17:54 | set [wm transient] prior to posting the dropdown each time instead of just once at creation-time, in case containing toplevel has been reparented [fix from JH for #1818441]. check-in: 3798c635ab user: jenglish tags: master, trunk | |
|
2007-10-25
| ||
| 22:49 | ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596) check-in: 5351f67146 user: jenglish tags: master, trunk | |
| 07:24 | Update aqua font definitions to match reality instead of the HIG (backport from core; see #780617) check-in: 474c909905 user: jenglish tags: master, trunk | |
| 06:42 | Move widget layout registration from TtkElements_Init() to widget *_Init() routines. Renaming/consistency: s/...ElementGeometry()/...ElementSize()/ check-in: 7974b47c15 user: jenglish tags: master, trunk | |
|
2007-10-23
| ||
| 17:09 | [namespace import ::ttk::scrollbar] doesn't work, since ttk::scrollbar isn't [namespace export]ed in Tk 8.5. check-in: 9045b6fc37 user: jenglish tags: master, trunk | |
|
2007-10-22
| ||
| 03:32 | Combobox overhaul wrapup: break up ttk::combobox::Post into smaller factors; updated comments; re-fixed [#1239190]; add ChangeLog entry. check-in: 6c22996414 user: jenglish tags: master, trunk | |
| 03:21 | SaveGrab: Avoid loops in grab stack [#1239190]. check-in: eb1e4e9fd1 user: jenglish tags: master, trunk | |
| 03:17 | On OSX, use MacWindowStyle help {noActivates hideOnSuspend}. This works now that the popdown shell has the grab. [fixes #1349586, see also #1780286] check-in: 5b325e9393 user: jenglish tags: master, trunk | |
| 03:13 | TrackElementState now detects and handles grabs (release currently-pressed element on LeaveNotify/NotifyGrab). "Workaround for TrackElementState bug" no longer needed. check-in: 86f0370f78 user: jenglish tags: master, trunk | |
| 03:09 | Place grab on popdown window instead of combobox. Set/release grab in popdown <Map>/Unmap> binding. Factored out ttk::combobox::LBHover. Refactored LBSelected/LBSelect to avoid extraneous [focus] calls in LBTab binding. Only restore focus to combobox on activation, not on every Unpost. check-in: b4a0fc2d65 user: jenglish tags: master, trunk | |
| 03:04 | Factored out aqua-specific post position offsets; now specified in theme definition: ttk::style configure TCombobox -postoffset [list $dx $dy $dw $dh] check-in: 44133eec4f user: jenglish tags: master, trunk | |
|
2007-10-19
| ||
| 01:25 | s/style/ttk::style/ check-in: ec4d2f65b3 user: jenglish tags: master, trunk | |
|
2007-10-18
| ||
| 16:28 | Add other TIP#145-defined fonts TkMenuFont, TkFixedFont, and TkIconFont (backport from Tk change 2007-10-18 patthoyts). check-in: e4a43996de user: jenglish tags: master, trunk | |
| 16:27 | adjust button and separator geometry (backport from Tk change 2007-10-18 das). check-in: 28d9ca1f83 user: jenglish tags: master, trunk | |
|
2007-10-16
| ||
| 20:59 | s/style/ttk::style/ check-in: 232aac83ad user: jenglish tags: master, trunk | |
| 00:59 | Fixed EXAMPLES section (backport from core tk/doc/ttk_sizegrip.n) check-in: 4782079df6 user: jenglish tags: master, trunk | |
|
2007-10-15
| ||
| 15:03 | Store pointer to column table entry instead of column index in columnNames hash table. check-in: bfb16ad6e6 user: jenglish tags: master, trunk | |
| 14:45 | tests/image.test: Backported new tests from core (2007-10-09 Pat Thoyts). Marked "-constraints broken" since they still crash under Tk 8.4. check-in: 436de69db5 user: jenglish tags: master, trunk | |
|
2007-09-30
| ||
| 16:56 | Fix private routines accidentally defined in global namespace [#1803836] check-in: 216debdf35 user: jenglish tags: master, trunk | |
|
2007-09-17
| ||
| 14:55 | Try to improve combobox appearance on OSX + Tk 8.5 [#1780286]. check-in: a323bc138c user: jenglish tags: master, trunk | |
|
2007-09-16
| ||
| 17:29 | Added 'Tools' menu, access to focus monitor and states monitor from menubar. check-in: e6cddaec8c user: jenglish tags: master, trunk | |
|
2007-09-03
| ||
| 18:46 | demo.tcl: Show Tk version and library path in "About" box too. check-in: 5557d27e46 user: jenglish tags: master, trunk | |
|
2007-07-14
| ||
| 06:26 | regenerated configure scripts check-in: 98573f30f5 user: jenglish tags: master, trunk | |
| 06:24 | Bumped version number to 0.8.1 to indicate CVS snapshot (should have done this a while ago). check-in: 746e9a53c5 user: jenglish tags: master, trunk | |