Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
365 check-ins using file tests/font.test version e4c4cc11
2007-11-17
| ||
19:19 | Add mandatory 8.5-isms. check-in: 77f28ae8 user: jenglish tags: trunk | |
19:17 | Swap in core scrollbars for [ttk::scrollbar]s on OSX. check-in: 3b33c44d user: jenglish tags: trunk | |
04:24 | whitespace check-in: dc4ef249 user: das tags: trunk | |
2007-11-16
| ||
17:47 | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Correct an oversight in the bug fix from 2007-11-11. [Bug 1824638] check-in: aed33838 user: cc_benny tags: trunk | |
07:14 | merge updates from HEAD check-in: 05986a41 user: dgp tags: core-stabilizer-branch | |
05:33 | autoconf-2.59 check-in: af00ae47 user: das tags: trunk | |
05:32 | sync with tcl/unix/tcl.m4 check-in: 87debbc7 user: das tags: trunk | |
2007-11-15
| ||
03:47 |
* macosx/Wish.xcodeproj/project.pbxproj: add new chanio.test. * macosx/Wish.xcode/project.pbxproj:check-in: 2c4bda38 user: das tags: trunk | |
2007-11-14
| ||
20:27 | The Swedish message catalog should be for Swedish... [Bug 1831803] check-in: c7c3bef9 user: dkf tags: trunk | |
14:07 | typo: s/Bearbieten/Bearbeiten/ (suchenwi on chat) check-in: ad6b9cae user: das tags: trunk | |
03:52 | autoconf-2.59 check-in: 080c9915 user: das tags: trunk | |
03:51 | sync with tcl/unix/tcl.m4 check-in: 6722898d user: das tags: trunk | |
2007-11-13
| ||
13:08 | merge updates from HEAD check-in: c0cc1854 user: dgp tags: core-stabilizer-branch | |
06:47 | whitespace check-in: 3974d2e8 user: das tags: trunk | |
2007-11-12
| ||
19:22 | merge updates from HEAD check-in: 94778fa5 user: dgp tags: core-stabilizer-branch | |
2007-11-11
| ||
21:41 | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix the case when TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is small. [Bug #1824638] check-in: fb4cdb06 user: cc_benny tags: trunk | |
2007-11-09
| ||
06:25 | typo check-in: 29142981 user: das tags: trunk | |
06:23 |
* macosx/tkMacOSXButton.c: sync formatting, whitespace, copyright * macosx/tkMacOSXDialog.c: with core-8-4-branch. * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXWm.c: * xlib/xgc.c * library/bgerror.tcl: * library/console.tcl: * library/menu.tcl:check-in: 0571a0d3 user: das tags: trunk | |
06:22 |
* macosx/tkMacOSXFont.c (TkpGetFontAttrsForChar): panic on false return from TkMacOSXSetupDrawingContext().check-in: 2dfc30a8 user: das tags: trunk | |
2007-11-08
| ||
17:37 | fix warnings check-in: b81d5b52 user: das tags: trunk | |
15:45 | move #includes for TkMacOSXGetNamedDebugSymbol() outside of TK_MAC_DEBUG #ifdef check-in: 43d75f08 user: das tags: trunk | |
15:02 | formatting check-in: 2a79f87f user: das tags: trunk | |
14:26 |
* macosx/tkMacOSXCarbonEvents.c (InstallStandardApplicationEventHandler): on Mac OS X Leopard, replace the 2005-11-27 approach of installing the standard application handler by calling RAEL and immediately longjmping out of it from an event handler, as that now leads to crashes in -[NSView unlockFocus] whenever HIToolbox uses Cocoa in Leopard (Help menu, Nav Services, Color Picker). Instead call InstallStandardEventHandler() on the application and menubar event targets, as Leopard ISEH finally handles these correctly. Unfortunately need a HIToolbox-internal SPI to retrieve the menubar event target, no public API appears have that functionality.check-in: 4f7808a5 user: das tags: trunk | |
14:26 |
* macosx/tkMacOSXDebug.c: make TkMacOSXInitNamedDebugSymbol() * macosx/tkMacOSXDebug.h: available outside of debug builds as the new Leopard ISAEH needs it.check-in: a8c1e90f user: das tags: trunk | |
14:25 |
* macosx/tkMacOSXButton.c: replace HiliteControl() by modern API * macosx/tkMacOSXMenubutton.c: for activation and enabling; distinguish inactive and disabled look&feel; correct activation handling to match that of container toplevel. * macosx/tkMacOSXMenubutton.c: correct size computation of bevelbutton variant to match that of buttons; fix crash with bitmap due to NULL GC; delay picParams setup until needed; formatting cleanup. [Bug 1824521]check-in: 1f218f56 user: das tags: trunk | |
14:25 |
* library/menu.tcl: correct handling of menubutton "active" state on Aqua to match that of buttons.check-in: ad9ddf57 user: das tags: trunk | |
14:25 |
* macosx/tkMacOSXDefault.h: correct button & menubutton active foreground and background colors and menubutton border width.check-in: f1aa51ce user: das tags: trunk | |
14:25 |
* macosx/tkMacOSXWindowEvent.c: handle kEventWindowExpanding carbon * macosx/tkMacOSXCarbonEvents.c: event instead of kEventWindowExpanded to ensure activate event arrives after window is remapped, also need to process all Tk events generated by remapping in the event handler to ensure children are remapped before activate event is processed.check-in: f9461a8d user: das tags: trunk | |
14:24 |
* macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawable * macosx/tkMacOSXInt.h: struct; add flag for B&W pixmaps. * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXMenu.c:check-in: fcb6429a user: das tags: trunk | |
14:24 |
* macosx/tkMacOSXPrivate.h: correct Leopard HIToolboxVersionNumber.check-in: 3d0b5d29 user: das tags: trunk | |
14:23 |
* macosx/ttkMacOSXTheme.c: add error checking; cleanup formatting.check-in: fc760b31 user: das tags: trunk | |
01:40 |
Ttk_ElementSize: Fixed longstanding, subtle bug that caused element padding
to sometimes be counted twice in size computations.
Fix ElementSizeProcs affected by previous change. check-in: d561a619 user: jenglish tags: trunk | |
2007-11-06
| ||
17:02 | * doc/CrtConsoleChan.3: Fixed markup typo and extended see also section per suggestions by Donal. check-in: ded54186 user: andreas_kupries tags: trunk | |
02:15 |
* library/ttk/combobox.tcl: Set focus to listbox in <Map> binding instead of in Post command (see #1349811 for info).check-in: b6c9accc user: jenglish tags: trunk | |
2007-11-05
| ||
20:43 | * doc/CrtConsoleChan.3: New file providing minimal documentation of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435]. check-in: 6726ace1 user: andreas_kupries tags: trunk | |
17:22 | spelling corrections check-in: c6546764 user: dgp tags: trunk | |
16:37 | * macosx/ttkMacOSXTheme.c(TreeitemLayout): Remove focus ring from treeview items on OSX (problem reported by Kevin Walzer). check-in: 0ccd6fa2 user: jenglish tags: trunk | |
14:24 | merge updates from HEAD check-in: 5a5269e0 user: dgp tags: core-stabilizer-branch | |
2007-11-04
| ||
23:59 | + 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: 3dd197af user: jenglish tags: trunk | |
10:39 |
* macosx/tkMacOSXMenus.c: add "Run Widget Demo" menu item to the default Edit menu along with associated carbon event handler enabling the item only if demo files are installed; cleanup handling of "About" and "Source" menu items.check-in: fa6a89dc user: das tags: trunk | |
10:38 |
* library/bgerror.tcl: fix background of detail text on Aqua.check-in: eda844bc user: das tags: trunk | |
10:38 |
* library/console.tcl: add accelerators and fix Aqua bindings of the new font size menu items.check-in: 8e7b4a51 user: das tags: trunk | |
10:38 |
* library/demos/mclist.tcl: Aqua GOOBE. * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget:check-in: 4aa05c7c user: das tags: trunk | |
10:37 |
* doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-era * doc/getOpenFile.n: information. * doc/menu.n:check-in: 76776138 user: das tags: trunk | |
10:37 |
* macosx/tkMacOSXEvent.c (TkMacOSXProcessCommandEvent): fix boolean argcheck-in: 538f1ec9 user: das tags: trunk | |
10:37 |
* macosx/Wish.xcodeproj/project.pbxproj: add new demo file. * macosx/Wish.xcode/project.pbxproj:check-in: 145aa60d user: das tags: trunk | |
2007-11-03
| ||
00:51 | Add menu item and key binding to adjust font check-in: a6bb8c71 user: patthoyts tags: trunk | |
2007-11-02
| ||
23:53 | Tinkering with the default demo widget height check-in: 229033d9 user: dkf tags: trunk | |
23:48 | Added a demo of how to do a multi-column sortable listbox. check-in: dc95a5cc user: dkf tags: trunk | |
16:14 | Updated with improved padding from Emiliano check-in: 273f76e0 user: dkf tags: trunk | |
15:12 | Missed a file that needed updating to handle the changed internal structure of dialogs check-in: d864cf3f user: dkf tags: trunk | |
14:51 | merge updates from HEAD check-in: 1c97e8c6 user: dgp tags: core-stabilizer-branch | |
14:28 | GOOBE for unix; use themed scrollbar check-in: e21dfab8 user: dkf tags: trunk | |
14:24 | GOOBE tweak; get background from theme check-in: 540c0caf user: dkf tags: trunk | |
14:20 | Bugfix check-in: 9530b3b4 user: dkf tags: trunk | |
13:16 | Tk (non-native) message box now uses Ttk widgets for better L&F. check-in: a3716d90 user: dkf tags: trunk | |
11:54 | Tk (non-native) file chooser now uses Ttk widgets for better L&F and supports <Tab> completion of file names. [FRQ 805091] check-in: b12f6d64 user: dkf tags: trunk | |
10:15 | Better resizing. [Bug 1822410] check-in: 823d191a user: dkf tags: trunk | |
2007-11-01
| ||
23:03 | Fix .DS/.DE to work better when transformed to a table check-in: 2fca7187 user: dkf tags: trunk | |
16:37 | merge updates from HEAD check-in: b0775f09 user: dgp tags: core-stabilizer-branch | |
16:36 | Better resizing behaviour. [Bug 1822601] check-in: 66331154 user: dkf tags: trunk | |
16:34 | line endings check-in: 75f83dac user: dgp tags: trunk | |
14:01 | Added list of Windows system colors. [Bug 945409] check-in: 31447820 user: dkf tags: trunk | |
13:33 |
* doc/console.n: clarify availability of [console] in TkAqua.check-in: a6b0bfb6 user: das tags: trunk | |
11:36 |
* macosx/tkMacOSXColor.c (GetThemeColor): improve translation of RGB pixel values into RGBColor.check-in: d4e6b596 user: das tags: trunk | |
11:34 |
* library/demos/widget: increase height of main window text widget to use more of the available vertical space.check-in: 6ed4e0a4 user: das tags: trunk | |
11:33 |
* doc/bind.n: document the Option modifier, clarify meaning and availability of Command & Option.check-in: e8bd60ce user: das tags: trunk | |
10:59 | Make documentation use the name that scripts use as much as possible. [Bug 1640073] check-in: c0112917 user: dkf tags: trunk | |
10:37 | Fixed mistake in [$t tag remove] docs. [Bug 1792191] check-in: 064aa79a user: dkf tags: trunk | |
10:35 | Documented the Command modifier. [Bug 1232908] check-in: 43eeea3f user: dkf tags: trunk | |
10:19 | Fix [Bug 1386955] check-in: d1812331 user: dkf tags: trunk | |
2007-10-31
| ||
16:37 | Improved description/comments so that people better understand what is being validated, following suggestion from Don Porter. check-in: 4b9fae74 user: dkf tags: trunk | |
16:17 | D'uh, now make the code more idiomatic! check-in: abe67e28 user: dkf tags: trunk | |
16:17 | Minor GOOBE boost on Unix and OSX check-in: 4ed2b642 user: dkf tags: trunk | |
16:11 | Mark non-loadable images as such instead of throwing a nasty dialog, following suggestion from Don Porter. check-in: a083ed0f user: dkf tags: trunk | |
10:24 | Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066] check-in: 33757ab0 user: dkf tags: trunk | |
04:25 | BUGFIX: Unpost can be called with no preceding Post. check-in: 139521b3 user: jenglish tags: trunk | |
00:05 | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fix the two places in Tk that generate errors with msvc8 when using this flag. check-in: 3304fda8 user: patthoyts tags: trunk | |
2007-10-30
| ||
22:29 |
* library/choosedir.tcl: only enable OK button when valid in conjunction with -mustexist. [Bug 1550528]check-in: 642dcde5 user: hobbs tags: trunk | |
21:29 | More documentation improvements check-in: b16ced4d user: dkf tags: trunk | |
19:56 |
* library/listbox.tcl (::tk::ListboxBeginSelect): ignore -takefocus when considering focus on <1>, it is for tab focus.check-in: a5b8f655 user: hobbs tags: trunk | |
19:39 | fix spelling of -inactiveselectbackground [Bug 1626415] check-in: 6532e3d0 user: hobbs tags: trunk | |
19:08 |
* generic/tk.h: Bump version number to 8.5b2.1 to distinguish * library/tk.tcl: CVS development snapshots from the 8.5b2 * unix/configure.in: release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:check-in: 6882cbb7 user: dgp tags: trunk | |
18:52 |
* library/entry.tcl: don't error with Clear event. [Bug 1509288]check-in: fc064c4b user: hobbs tags: trunk | |
16:29 | use size -12 TkFixedFont (was -10) check-in: 16037b09 user: hobbs tags: trunk | |
15:44 | Fix Arabic and Hebrew rendering on Windows. [Bug 1803723] check-in: 5bbbbde8 user: dkf tags: trunk | |
15:37 | Typo check-in: 865f8608 user: dkf tags: trunk | |
15:34 | Rename enumermation for somewhat simpler-to-read code. [Bug 1677613] check-in: d8817c8b user: dkf tags: trunk | |
15:22 |
* generic/ttk/ttkWidget.c: Split up RedisplayWidget()
to factor out double-buffering related code.
* macosx/ttkMacOSXAquaTheme.c: Use SetThemeBackGround/ kThemeBrushModelessDialogBackground{Active|Inactive} instead of ApplyThemeBackground/kThemeBackgroundWindowHeader (advice from DAS). * library/ttk/aquaTheme.tcl: Use darker shade for inactive and disabled text, to match typical values of most kThemeXXXTextColorInactive values. check-in: 389670a8 user: jenglish tags: trunk | |
15:20 | Clarify UTF8_STRING handling. [Bug 1778563] check-in: f30c2c80 user: dkf tags: trunk | |
15:02 | Clarify search subcommand docs. [Bug 1622919] check-in: 058c78ce user: dkf tags: trunk | |
10:13 | Made maintenance easier by adding extra dependency information so that the right version number gets embedded in key files. check-in: ef9be8b4 user: dkf tags: trunk | |
02:33 | use Monaco 11 (was 9) as Aqua TkFixedFont check-in: acc69507 user: hobbs tags: trunk | |
01:57 |
* tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups.check-in: f108de53 user: hobbs tags: trunk | |
01:26 | restored TIP#145 and Aqua improvements that got lost in the 8.5b2 release revert check-in: c14c75cb user: das tags: trunk | |
01:23 |
* tests/winfo.test: winfo-4.5 raise .t to above . for Windowscheck-in: 5f9eeb1e user: hobbs tags: trunk | |
01:09 |
* tests/unixWm.test: note TIP#142 results and remove unnecessary catches.check-in: b7c2c76b user: hobbs tags: trunk | |
2007-10-29
| ||
21:19 | Minor improvements check-in: 0790155f user: dkf tags: trunk | |
16:04 | Lots more GOOBE stuff. Now works with 'make html'! check-in: 6373cd0c user: dkf tags: trunk | |
2007-10-28
| ||
18:56 | * library/ttk/combobox.tcl: 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. * macosx/ttkMacOSXTheme.c, library/ttk/aquaTheme.tcl: Reworked combobox layout. check-in: fad8a49e user: jenglish tags: trunk | |
2007-10-27
| ||
04:23 | merge updates from HEAD check-in: ee0325f1 user: dgp tags: core-stabilizer-branch | |
2007-10-26
| ||
20:25 | restore baby check-in: 3448f658 user: dgp tags: trunk, core-8-5-b2 | |
20:13 |
* doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.check-in: 4fe42744 user: dgp tags: trunk | |
17:24 | tag:8.5b2 check-in: 2df17381 user: dgp tags: trunk | |
17:20 | add Aqua changes for for 8.5b2 check-in: 5be17d66 user: das tags: trunk | |
16:51 |
* changes: Update changes for 8.5b2 release.check-in: 4d052180 user: dgp tags: trunk | |
15:23 |
* README: Bump version number to 8.5b2. * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:check-in: 3c194ab8 user: dgp tags: trunk | |
12:25 | Fix minor faults check-in: 81c2c05d user: dkf tags: trunk | |
10:36 |
* macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of transient toplevels that are not also overrideredirect. [Bug 1816252]check-in: e86312e5 user: das tags: trunk | |
10:35 | whitespace check-in: 9c05f749 user: das tags: trunk | |
08:04 | use global for -typevariable check-in: 0c7de935 user: das tags: trunk | |
07:56 |
* macosx/tkMacOSXDialog.c: TIP#242 cleanup. * library/demos/filebox.tcl: demo TIP#242 -typevariable.check-in: ba920c82 user: das tags: trunk | |
2007-10-25
| ||
22:52 | ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596) check-in: 12a800da user: jenglish tags: trunk | |
21:44 |
* doc/getOpenFile.n: TIP#242 implementation of -typevariable to * library/tkfbox.tcl: return type of selected file in file dialogs. * library/xmfbox.tcl: [Bug #1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: * win/tkWinDialog.c:check-in: 32679bf3 user: hobbs tags: trunk | |
16:39 |
* generic/tkPlace.c: Prevent segfault in place geometry manager. Thanks to Colin McDonald. [Bug 1818491]check-in: d7e8968b user: dgp tags: trunk | |
07:08 | Move widget layout registration from TtkElements_Init() to widget *_Init() routines. Renaming/consistency: s/...ElementGeometry()/...ElementSize()/ check-in: 05eaff8c user: jenglish tags: trunk | |
2007-10-24
| ||
14:32 | Lots of improvements to look and feel of manual pages check-in: 719dc3b1 user: dkf tags: trunk | |
12:59 | merge updates from HEAD check-in: 547928e9 user: dgp tags: core-stabilizer-branch | |
01:03 | Applied patch from #1723362 for transparent bitmaps check-in: 7e79cdbf user: patthoyts tags: trunk | |
00:16 | permit wm manage of any widget (esp: ttk::frame) check-in: 975ab43a user: patthoyts tags: trunk | |
2007-10-23
| ||
23:24 |
* library/ttk/combobox.tcl (ttk::combobox::PopdownWindow): redo wm transient on each drop to handle reparent-able frames. [Bug 1818441]check-in: 73116ea0 user: hobbs tags: trunk | |
17:09 | [namespace import ::ttk::scrollbar] doesn't work, since ttk::scrollbar isn't [namespace export]ed. check-in: f768f92d user: jenglish tags: trunk | |
16:05 |
* tests/cursor.test: Make tests robust against changes in Tcl's rules for accepting integers in octal format.check-in: f1216634 user: dgp tags: trunk | |
15:44 | Rendering-with-groff GOOBE. check-in: 83ccda2c user: dkf tags: trunk | |
14:07 | improve look of HTML rendered version check-in: cbfebf46 user: das tags: trunk | |
12:47 | document missing named Tk* fonts, and named Aqua theme fonts. check-in: d34d7739 user: das tags: trunk | |
10:51 | Added TIP#145 documentation. check-in: bdb49f78 user: dkf tags: trunk | |
09:23 | Fixed leak in CreateNamedFont spotted by das. check-in: 9dcfea84 user: patthoyts tags: trunk | |
06:31 |
* macosx/Wish.xcodeproj/project.pbxproj: add new demo files. * macosx/Wish.xcode/project.pbxproj:check-in: 01421f63 user: das tags: trunk | |
06:31 |
* library/demos/combo.tcl: Aqua GOOBE. * library/demos/toolbar.tcl: * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/ttkprogress.tcl: * library/demos/widget:check-in: 9e806a98 user: das tags: trunk | |
2007-10-22
| ||
14:33 | Documentation improvements, all minor. check-in: ad0c5321 user: dkf tags: trunk | |
14:21 | More widget demos! check-in: aa992f88 user: dkf tags: trunk | |
03:35 | * library/ttk/combobox.tcl: ttk::combobox overhaul; fixes #1814778, #1780286, #1609168, #1349586 * library/ttk/aquaTheme.tcl: Factored out aqua-specific combobox -postposition adjustments. * generic/ttk/ttkTrack.c: Detect [grab]s and unpress pressed element; combobox workaround no longer needed. check-in: a69eecbf user: jenglish tags: trunk | |
2007-10-21
| ||
14:53 | typo check-in: dbffabdb user: das tags: trunk | |
14:52 |
* macosx/Wish.xcodeproj/project.pbxproj: add new demo files. * macosx/Wish.xcode/project.pbxproj:check-in: c1218095 user: das tags: trunk | |
14:51 |
* library/demos/ttkmenu.tcl: Aqua GOOBE. * library/demos/ttkpane.tcl: * library/demos/widget:check-in: 638337ce user: das tags: trunk | |
14:51 |
* library/ttk/fonts.tcl: check for TIP #145 fonts on all platforms; correct aqua font sizes.check-in: 356ce28f user: das tags: trunk | |
14:50 |
* macosx/tkMacOSXFont.c: register named fonts for TIP #145 fonts and all theme font IDs.check-in: 9fa23398 user: das tags: trunk | |
14:50 |
* generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp.check-in: 4290f766 user: das tags: trunk | |
01:31 | Clean up stale comments. check-in: f674a2be user: jenglish tags: trunk | |
2007-10-20
| ||
09:02 | On aqua, use tk scrollbar check-in: 637b80b9 user: patthoyts tags: trunk | |
2007-10-19
| ||
14:35 | merge updates from HEAD check-in: 87124aed user: dgp tags: core-stabilizer-branch | |
01:25 | s/style/ttk::style/ check-in: c21e18bc user: jenglish tags: trunk | |
2007-10-18
| ||
14:34 | More Ttk demos check-in: ca3fc167 user: dkf tags: trunk | |
14:23 |
* library/ttk/fonts.tcl: Create all the tip 145 font names on all platforms (mac and unix get handled in script, windows in C)check-in: 51d4f28e user: patthoyts tags: trunk | |
2007-10-17
| ||
20:54 | no message check-in: 9ecccf87 user: davygrvy tags: trunk | |
20:53 | * bitmaps/*.xbm: Changed CVS storage mode from -kb to -kkv as these are really text files, not binaries. * win/makefile.vc: Added $(BITMAPDIR) to the search path for the depend target. check-in: b294efcc user: davygrvy tags: trunk | |
20:52 | no message check-in: e29b9ca2 user: davygrvy tags: trunk | |
20:22 | icon beautification check-in: 05aada46 user: das tags: trunk | |
18:55 | more GOOBE check-in: bb834d09 user: das tags: trunk | |
18:21 |
* library/demos/widget: Aqua GOOBE, cleanup icons. * library/demos/ttkbut.tcl: * library/demos/button.tcl: restore setting of button highlightbackground on Aqua.check-in: 9763576d user: das tags: trunk | |
18:21 |
* macosx/ttkMacOSXTheme.c: adjust button and separator geometry.check-in: b9f5aa8f user: das tags: trunk | |
18:20 |
* macosx/tkMacOSXWm.c: fix warnings.check-in: bf04cde6 user: das tags: trunk | |
18:20 |
* macosx/Wish.xcodeproj/project.pbxproj: add new demo files. * macosx/Wish.xcode/project.pbxproj:check-in: 149c8898 user: das tags: trunk | |
14:59 | Added demo of basic Ttk widgets. check-in: fcfc1362 user: dkf tags: trunk | |
14:37 | merge updates from HEAD check-in: 84d1e8fd user: dgp tags: core-stabilizer-branch | |
2007-10-16
| ||
21:25 | no message check-in: af9bb0fe user: davygrvy tags: trunk | |
21:24 | * win/makefile.vc: depend target now works and builds a generated dependency list with $(TCLTOOLSDIR)/mkdepend.tcl check-in: 0f9c80e9 user: davygrvy tags: trunk | |
21:00 | s/style/ttk::style/ check-in: 69ad4f31 user: jenglish tags: trunk | |
15:15 | More improvements for the widget demo main structure, including 'new' flagging. check-in: 6389df26 user: dkf tags: trunk | |
15:13 | Text widget documentation improvements check-in: f3d52fa0 user: dkf tags: trunk | |
15:11 | Minor improvements check-in: 7cce744a user: dkf tags: trunk | |
04:03 | merge updates from HEAD check-in: ed24631f user: dgp tags: core-stabilizer-branch | |
2007-10-15
| ||
21:06 | GOOBE work on the widget demo, plus a new demo of text widget peering. check-in: 70170127 user: dkf tags: trunk | |
20:59 | Fixed example check-in: 4ee2875d user: dkf tags: trunk | |
20:54 | whitespace change check-in: cae773d4 user: hobbs tags: trunk | |
20:52 |
* generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h: * macosx/tkMacOSXButton.c, macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXWm.c, unix/tkUnixWm.c, win/tkWinWm.c: * doc/wm.n, tests/wm.test: TIP #125 implementation [Bug 998125] Adds [wm manage|forget] for dockable frames. Finished X11 and Windows code, needs OS X completion.check-in: 64f2c3cc user: hobbs tags: trunk | |
18:38 | merge updates from HEAD check-in: 0cc687e0 user: dgp tags: core-stabilizer-branch | |
15:03 |
generic/ttk/ttkTreeview.c: Store pointer to column table entry
instead of column index in columnNames hash table.
This avoids the need for the evil PTR2INT and INT2PTR macros, and simplifies things a bit. check-in: ef1e1961 user: jenglish tags: trunk | |
07:24 |
* generic/tkArgv.c: Fix gcc warnings about 'cast to/from * generic/tkCanvUtil.c: pointer from/to integer of different * generic/tkCanvas.c: size' on 64-bit platforms by casting * generic/tkCursor.c: to intermediate types * generic/tkInt.h: intptr_t/uintptr_t via new PTR2INT(), * generic/tkListbox.c: INT2PTR(), PTR2UINT() and UINT2PTR() * generic/tkObj.c: macros. * generic/tkStyle.c: * generic/tkTextIndex.c: * generic/tkUtil.c: * generic/ttk/ttkTheme.h: * generic/ttk/ttkTreeview.c: * unix/tkUnixMenu.c: * unix/configure.in: * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59check-in: a5a2868b user: das tags: trunk | |
07:22 |
* macosx/Wish-Common.xcconfig: add 'tktest-X11' target. * macosx/Wish.xcode/project.pbxproj: * macosx/Wish.xcode/default.pbxuser: * macosx/Wish.xcodeproj/default.pbxuser: * macosx/Wish.xcodeproj/project.pbxproj:check-in: 84a1cb8c user: das tags: trunk | |
07:21 |
* unix/configure.in (Darwin): add support for 64-bit X11. * unix/configure: autoconf-2.59check-in: 24c73d11 user: das tags: trunk | |
01:05 |
* win/configure, win/configure.in (TK_WIN_VERSION): Make sure the patchlevel doesn't contain extra dotted pairs (eg. interim release)check-in: 68b6074b user: hobbs tags: trunk | |
2007-10-12
| ||
19:01 | Hush. check-in: b113e179 user: patthoyts tags: trunk | |
18:56 | Fixed install of tk broken with last commit check-in: cd673403 user: patthoyts tags: trunk | |
14:14 | Mine all version information from headers. Sync tcl and tk and bring extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile. check-in: 33f8d8e2 user: patthoyts tags: trunk | |
09:28 | Make use of TkFixedFont and ttk widgets in the console. Try and select a better fixed font just for the console. check-in: 70d0b28c user: patthoyts tags: trunk | |
03:14 |
* macosx/tkMacOSXDraw.c: replace all (internal) use of QD region * macosx/tkMacOSXSubwindows.c: API by HIShape API, with conversion to * macosx/tkMacOSXWindowEvent.c QD regions only when required by legacy * macosx/tkMacOSXPrivate.h: Carbon or Tk API. * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXDebug.c: * macosx/tkMacOSXDebug.h: * macosx/tkMacOSXInt.h: replace MacDrawable's QD RgnHandles * macosx/tkMacOSXEmbed.c: clipRgn, aboveClipRgn & drawRgn by * macosx/tkMacOSXMenu.c: HIShapeRefs visRgn & aboveVisRgn and * macosx/tkMacOSXSubwindows.c: CGRect drawRect. * macosx/tkMacOSXWindowEvent.c: remove use of QD port vis rgn in window * macosx/tkMacOSXSubwindows.c: update rgn calculation, manually excise * macosx/tkMacOSXWm.c: growbox from toplevel clip rgn instead. * macosx/tkMacOSXDraw.c: replace use of QD port clip rgn by new * macosx/tkMacOSXPrivate.h: clipRgn fld in TkMacOSXDrawingContext; handle QD/CG drawing mismatches in XCopyArea, XCopyPlane and TkPutImage; cleanup/speedup CGContext setup in TkMacOSXSetupDrawingContext(). * macosx/tkMacOSXDraw.c: change TkMacOSXSetupDrawingContext() to * macosx/tkMacOSXEntry.c: return boolean indicating whether * macosx/tkMacOSXFont.c: drawing is allowed (and was setup) or * macosx/tkMacOSXMenu.c: not (e.g. when clipRgn is empty). * macosx/ttkMacOSXTheme.c: * macosx/tkMacOSXSubwindows.c: signal that drawable is a pixmap via * macosx/tkMacOSXInt.h: new explicit TK_IS_PIXMAP flag instead of a NULL cligRgn field. * macosx/tkMacOSXRegion.c: add wrappers for missing/buggy HIShape * macosx/tkMacOSXPrivate.h: API, and private helpers to operate on HIShapeRefs & convert to/from TkRegion. * macosx/tkMacOSXRegion.c: add Tkp{Retain,Release}Region() API for * macosx/tkMacOSXInt.h: TkRegion.check-in: 662b6890 user: das tags: trunk | |
03:13 |
* xlib/xgc.c: factor out alloc/free of GC clip_mask; * macosx/tkMacOSXXStubs.c: manage clip rgn lifetime with new Tkp{Retain,Release}Region().check-in: 43cd1a0d user: das tags: trunk | |
03:06 |
* macosx/tkMacOSXButton.c: delay picParams setup until needed.check-in: 7e4bda4c user: das tags: trunk | |
03:06 |
* generic/tkTextDisp.c (CharUndisplayProc): fix textDisp.test crash.check-in: 7a48c5ca user: das tags: trunk | |
01:39 | no message check-in: 72f633f5 user: davygrvy tags: trunk | |
01:39 | * win/winMain.c: Replaced incorrect comments in main() to descibe why the console widget does not need to be created for this application entry point (if used). Must have been a bad copy/paste of WinMain() from 10 years back. check-in: 6c87d94b user: davygrvy tags: trunk | |
2007-10-11
| ||
16:04 | merge updates from HEAD check-in: cf02829f user: dgp tags: core-stabilizer-branch | |
14:13 |
* macosx/tkMacOSXWm.c (TkMacOSXGrowToplevel): manually constrain resize limitBounds to maxBounds, works around SectRect() mis-feature (return zero rect if input rect has zero height/width). [Bug 1810818]check-in: 486933a3 user: das tags: trunk | |
02:58 | merge updates from HEAD check-in: 898da03f user: dgp tags: core-stabilizer-branch | |
2007-10-09
| ||
12:34 | Make Ttk_GetImage safe if called with NULL interp. Added some tests that crash on Windows without this fix. check-in: fb96f8c8 user: patthoyts tags: trunk | |
2007-10-02
| ||
20:43 |
Merge updates from HEAD, then
[core-stabilizer-branch] * README: Bump version number to 8.5.0 * generic/tk.h: * library/tk.tcl: * unix/configure.in: Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:check-in: b02a75e0 user: dgp tags: core-stabilizer-branch | |
18:28 |
* generic/tk.h: Bump version number to 8.5b1.1 to distinguish * library/tk.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:check-in: 75ae2ea8 user: dgp tags: trunk | |
2007-09-30
| ||
16:54 | Fix private routines accidentally defined in global namespace [Bug 1803836] check-in: 4b695ec0 user: jenglish tags: trunk | |
2007-09-26
| ||
21:19 | Added Hungarian messages. [Patch 1800742] check-in: a3c10ba5 user: dkf tags: trunk | |
2007-09-24
| ||
16:06 | update changes for 8.5b1 check-in: 3fb422f3 user: dgp tags: trunk, core-8-5-b1 | |
2007-09-20
| ||
22:59 | Only call callbacks that are not NULL. [Bug 1791052] check-in: d67cb76f user: dkf tags: trunk | |
21:01 | contributor names check-in: 884fb3de user: das tags: trunk | |
20:54 |
* changes: updates for 8.5b1 release.check-in: fcd2c74a user: dgp tags: trunk | |
18:48 | fix 'make checkstubs' complaint about Tk_PkgInitStubsCheck check-in: 7f239cb5 user: das tags: trunk | |
2007-09-19
| ||
17:54 |
* README: Bump version number to 8.5b1. * generic/tk.h: Merge from core-stabilizer-branch. * library/tk.tcl: Stabilizing toward 8.5b1 release now done * unix/configure.in: on the HEAD. core-stabilizer-branch is * unix/tk.spec: now suspended. * win/configure.in:check-in: d2539be7 user: dgp tags: trunk | |
17:28 | merge updates from HEAD check-in: aeb6ea56 user: dgp tags: core-stabilizer-branch | |
10:54 | Replace isdigit call with an internal implementation to avoid libc linkage on windows check-in: f8ff31e6 user: patthoyts tags: trunk | |
2007-09-18
| ||
19:40 | Aqua changes for 8.5b1 check-in: 34015642 user: das tags: trunk | |
16:12 |
* generic/tkStubLib.c: Remove C library calls from Tk_InitStubs() * win/makefile.vc: so that we don't need the C library linked in to libtkStub.check-in: 1e706b7a user: dgp tags: trunk | |
12:53 | fix warnings check-in: 714a4850 user: das tags: trunk | |
12:47 | autoconf-2.59 check-in: 5976d83f user: das tags: trunk | |
12:46 | fix quoting of new FreeBSD SHLIB_LD check-in: b933168b user: das tags: trunk | |
12:37 | Yet another step in the tidying up of the GIF code. check-in: 8d114a1e user: dkf tags: trunk | |
10:39 | Made ttk/all.tcl be the same as tk's all.tcl and make use of file normalize check-in: 40dd5ce7 user: patthoyts tags: trunk | |
2007-09-17
| ||
22:40 | Add crt flags for tkStubLib now it makes use of C-library functions check-in: 9e803e9b user: patthoyts tags: trunk | |
20:54 | Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries on current NetBSDs #1749251. check-in: 06ad11b8 user: jenglish tags: trunk | |
15:22 | merge updates from HEAD check-in: 4d1deb73 user: dgp tags: core-stabilizer-branch | |
14:58 |
* generic/tkConsole.c: Revised callers of Tcl_InitStubs() to account * generic/tkMain.c: for restored compatible support for the call * generic/tkWindow.c: Tcl_InitStubs(interp, TCL_VERSION, 1). Also revised Tcl_PkgRequire() call for Tcl so that, for example, a Tk library built against Tcl 8.5.1 headers will not refuse to [load] into a Tcl 8.5.0 interpreter. [Tcl Bug 1578344]. * generic/tk.h: Revised Tk_InitStubs() to restore Tk 8.4 * generic/tkStubLib.c: source compatibility with callers of * generic/tkWindow.c: Tk_InitStubs(interp, TK_VERSION, 1).check-in: f9329db9 user: dgp tags: trunk | |
14:56 | Try to improve combobox appearance on OSX + Tk 8.5 #1780286. check-in: 2fbcddd3 user: jenglish tags: trunk | |
2007-09-15
| ||
06:00 |
* unix/tcl.m4: replace all direct references to compiler by ${CC} to enable CC overriding at configure & make time; run check for visibility "hidden" with all compilers; quoting fixes from TEA tcl.m4. (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.59check-in: 890720a0 user: das tags: trunk | |
2007-09-14
| ||
16:30 | merge updates from HEAD check-in: 32f3f8bd user: dgp tags: core-stabilizer-branch | |
02:32 |
* macosx/Wish-Common.xcconfig: enable Tcl DTrace support. * macosx/Wish.xcodeproj/project.pbxproj:check-in: f853b6ef user: das tags: trunk | |
2007-09-12
| ||
17:10 | * win/Makefile.in (install-binaries): Fixed missing brace in the * win/makefile.vc (install-binaries): generated package index file. Note: unix/Makefile.in is good. check-in: 7b4dc7d1 user: andreas_kupries tags: trunk | |
2007-09-11
| ||
18:32 | merge updates from HEAD check-in: 647930d4 user: dgp tags: core-stabilizer-branch | |
18:24 | Missed one PkgRequire Tcl revision check-in: 05962b12 user: dgp tags: trunk | |
18:05 |
* generic/tkImgGIF.c: Fixed a buffer overrun that got triggered by
multi-frame interlaced GIFs that contain subsequent frames that
are smaller than the first one.
* tests/imgPhoto.test: Added a test for the above. check-in: 865f831b user: rmax tags: trunk | |
17:46 |
* generic/tkConsole.c: Revised calls to Tcl_InitStubs() and * generic/tkMain.c: [package require Tcl] so that Tk Says What * generic/tkWindow.c: It Means using the new facilties of [package] * library/tk.tcl: in Tcl 8.5 about what version(s) of Tcl it * unix/Makefile.in: is willing to work with. [Bug 1578344]. * win/Makefile.in: * win/makefile.vc:check-in: 010ab6d6 user: dgp tags: trunk | |
05:24 | cleanup check-in: 3c2e9c0b user: das tags: trunk | |
05:23 | comment typos: s/Tcl/Tk/ check-in: c599a162 user: das tags: trunk | |
2007-09-10
| ||
22:59 | typo corrections [Bug 1788682] check-in: 29749bba user: hobbs tags: trunk | |
13:35 |
* generic/tkConsole.c: Revise all Tcl_InitStubs() calls to restore * generic/tkMain.c: the traditional practice that a Tk shared * generic/tkWindow.c: library may [load] into a Tcl 8.5 interp at any patchlevel. This practice also matches the compile time checks of TCL_MAJOR_VERSION and TCL_MINOR_VERSION in tk.h. [Bug 1723622]check-in: a906ff91 user: dgp tags: trunk | |
2007-09-09
| ||
04:15 | merge updates from HEAD check-in: f9582028 user: dgp tags: core-stabilizer-branch | |
2007-09-08
| ||
16:13 | Assorted minor cleanups. check-in: 2a5cff56 user: dkf tags: trunk | |
16:01 | Assorted minor cleanups. check-in: 0f99ca37 user: dkf tags: trunk | |
2007-09-07
| ||
20:25 | merge updates from HEAD check-in: baf1d530 user: dgp tags: core-stabilizer-branch | |
06:51 | remove references to tkInitScript.h check-in: 6a3c288e user: das tags: trunk | |
01:51 | merge update from HEAD check-in: 8092b046 user: dgp tags: core-stabilizer-branch | |
01:50 | Disable __NO_OLD_CONFIG configuration enabled by latest commit check-in: be64cbac user: dgp tags: trunk | |
01:25 | merge updates from HEAD check-in: 07ac4df0 user: dgp tags: core-stabilizer-branch | |
00:34 | header cleanup check-in: 04ffea40 user: dgp tags: trunk | |
2007-09-06
| ||
19:33 |
* generic/tkWindow.c (Initialize): Moved common Tk initialization * generic/tkInitScript.h (removed): script out of tkInitScript.h * macosx/tkMacOSXInit.c: and multiple TkpInit() routines and * unix/Makefile.in: into the common Initialize() routine in * unix/tkUnixInit.c: generic code. Also removed constraint on * win/tkWinInit.c: ability to define a custom [tkInit] before calling Tk_Init(). Until now the custom [tkInit] had to be a proc. Now it can be any command. Removal of tkInitScript.h also fixes [Bug 1656283].check-in: 8b6b21d9 user: dgp tags: trunk | |
18:23 | merge updates from HEAD check-in: 7ef1ff24 user: dgp tags: core-stabilizer-branch | |
09:36 | typo check-in: 6203828c user: das tags: trunk | |
08:07 |
* macosx/Wish.xcode/project.pbxproj: discontinue unmaintained support * macosx/Wish.xcode/default.pbxuser: for Xcode 1.5; replace by Xcode2 project for use on Tiger (with Wish.xcodeproj to be used on Leopard). * macosx/Wish.xcodeproj/project.pbxproj: updates for Xcode 2.5 and 3.0. * macosx/Wish.xcodeproj/default.pbxuser: * macosx/Wish.xcode/project.pbxproj: * macosx/Wish.xcode/default.pbxuser: * macosx/Wish-Common.xcconfig: * macosx/README: document project changes.check-in: 4ffc06b1 user: das tags: trunk | |
07:26 | discontinue support for Xcode 1.5 (project was no longer being maintained); make identical to current Wish.xcodeproj. check-in: 30521f92 user: das tags: trunk | |
2007-09-05
| ||
01:39 | correct autoconf/autoheader dependencies check-in: f0ecde9a user: das tags: trunk | |
2007-09-04
| ||
22:03 | Fix for [Bug 1788019] "tkTest.c compiler warning". check-in: ae006ec2 user: jenglish tags: trunk | |
19:21 | merge updates from HEAD check-in: 64f5a58f user: dgp tags: core-stabilizer-branch | |
19:19 |
* unix/Makefile.in: It's unreliable to count on the release manager to remember to `make genstubs` before `make dist`. Let the Makefile remember the dependency for us.check-in: 2db7f457 user: dgp tags: trunk | |
18:48 | merge updates from HEAD check-in: cce13ba9 user: dgp tags: core-stabilizer-branch | |
18:46 |
* unix/Makefile.in: Corrections to `make dist` dependencies to be sure that macosx/configure gets generated whenever it does not exist.check-in: ae0c50c6 user: dgp tags: trunk | |
17:44 | merge updates from HEAD check-in: 2a56b451 user: dgp tags: core-stabilizer-branch | |
2007-09-03
| ||
01:43 |
* generic/ttk/ttkInit.c (Ttk_Init): register ttk in package database to enable extension access to the ttkStubs table. * generic/ttk/ttkDecls.h: correct capitalization of ttk package name.check-in: 62f15b82 user: das tags: trunk | |
2007-08-28
| ||
15:16 | Assorted documentation improvements. check-in: d8dcf67a user: dkf tags: trunk | |
2007-08-27
| ||
06:48 |
* macosx/tkMacOSXDialog.c (Tk_ChooseColorObjCmd): correct setting of interp result [Bug 1782105]; fix -initialcolor overwriting last color selection; style cleanup.check-in: d627427e user: das tags: trunk | |
2007-08-23
| ||
10:44 | move macros for Debugging.h to private header check-in: b17823f2 user: das tags: trunk | |
2007-08-21
| ||
20:35 | Synchronize with tcl rules.vc check-in: b1b4e07b user: patthoyts tags: trunk | |
20:30 | Fix the line-endings. check-in: a1f1c159 user: patthoyts tags: trunk | |
2007-08-18
| ||
15:39 | whitespace fix check-in: 12d78693 user: dkf tags: trunk | |
15:39 | Update to reflect the fact that this is the 8.5 test suite check-in: 38bf2cb8 user: dkf tags: trunk | |
15:36 | Updated for better readability. check-in: 81854f97 user: dkf tags: trunk | |
2007-08-07
| ||
05:07 |
* unix/Makefile.in: add support for compile flags specific to object files linked directly into executables. * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; use -mdynamic-no-pic flag for object files linked directly into exes. * unix/configure: autoconf-2.59check-in: f9722121 user: das tags: trunk | |
2007-08-01
| ||
09:02 | Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and 'testgetwindowinfo' and extended 'testwinevent' for WM_COMMAND support to enable testing native messagebox dialogs and added a new test file to use these functions. check-in: 4f70dc5e user: patthoyts tags: trunk | |
2007-07-25
| ||
05:24 |
* macosx/tkMacOSXDialog.c (NavServicesGetFile): reset interp result on nav dialog cancel. [Bug 1743786]check-in: 934c1224 user: das tags: trunk | |
2007-07-10
| ||
21:54 | merge updates from HEAD check-in: c07359df user: dgp tags: core-stabilizer-branch | |
2007-07-09
| ||
19:35 |
* unix/Makefile.in: clarify what the headers installed are, and add ttkTheme.h and ttkDecls.h to private headers (later public).check-in: c09fd5bf user: hobbs tags: trunk | |
08:31 |
* macosx/tkMacOSXWindowEvent.c (Tk_MacOSXIsAppInFront): use process mgr * macosx/tkMacOSXMouseEvent.c: to determine if app is in front instead of relying on activate/deactivate events (which may arrive after this info is needed, e.g. during window drag/click activation); replace other process mgr use to get this info with calls to Tk_MacOSXIsAppInFront(). * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): correct window click activation, titlebar click handling and background window dragging/growing in the presence of grabs or window-/app-modal windows; fix window click activation bringing all other app windows to front.check-in: c34a68b7 user: das tags: trunk | |
08:30 |
* macosx/tkMacOSXDraw.c (TkPutImage): handle non-native XImage byte and bit orders; reverse bits via xBitReverseTable instead of InvertByte().check-in: 8e55d877 user: das tags: trunk | |
2007-07-07
| ||
21:12 | merge updates from HEAD check-in: 54118a1f user: dgp tags: core-stabilizer-branch | |
2007-07-06
| ||
19:44 | Explicitly set -anchor w for TMenubuttons #1614540 CVS :---------------------------------------------------------------------- check-in: 1a363114 user: jenglish tags: trunk | |
2007-07-05
| ||
14:20 | merge updates from HEAD check-in: 26cea231 user: dgp tags: core-stabilizer-branch | |
2007-07-04
| ||
17:32 | * macosx/tkMacOSXXStubs.c (DestroyImage): Fixed seg.fault in release of image data for images coming from XGetImage. Change committed by me for Daniel Steffen. See 2007-06-23 for the change which introduced the problem. check-in: fa120c80 user: andreas_kupries tags: trunk | |
2007-07-03
| ||
02:28 | merge updates from HEAD check-in: 836f7760 user: dgp tags: core-stabilizer-branch | |
2007-07-02
| ||
13:05 |
| |
13:04 |
* xlib/xgc.c (XCreateGC): correct black and white pixel values used to initialize GC foregrund and background fields.check-in: 72a8729c user: das tags: trunk | |
2007-07-01
| ||
17:31 | merge updates from HEAD check-in: 9cc0726e user: dgp tags: core-stabilizer-branch | |
2007-06-29
| ||
03:20 |
* macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues that could lead to Carbon getting confused about scrollbar thumb size. * macosx/tkMacOSXDraw.c (XCopyArea, XCopyPlane, TkPutImage) use TkMacOSX{Setup,Restore}DrawingContext() to setup/restore clip & colors. (TkMacOSXSetupDrawingContext, TkMacOSXRestoreDrawingContext): add save and restore of QD port clip region; factor out clip region code common to CG and QD branches; check for port and context validity; handle tkPictureIsOpen flag during QD port setup. (TkScrollWindow): remove unnecessary scroll region manipulation * macosx/tkMacOSXDraw.c: remove second global QD temp region * macosx/tkMacOSXInt.h: (no longer necessary) and rename * macosx/tkMacOSXRegion.c: remaining global QD temp region. * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXDraw.c: make useCGDrawing variable MODULE_SCOPE * macosx/tkMacOSXFont.c: and respect it for ATSUI font drawing. * macosx/tkMacOSXButton.c: reduce reliance on current QD port * macosx/tkMacOSXColor.c: setting and remove unnecessary * macosx/tkMacOSXDebug.c: references to a drawable's QD port, * macosx/tkMacOSXDebug.h: notably replace GetWindowFromPort( * macosx/tkMacOSXDialog.c: TkMacOSXGetDrawablePort()) idiom by new * macosx/tkMacOSXDraw.c: TkMacOSXDrawableWindow() and change * macosx/tkMacOSXKeyEvent.c: TkMacOSXSetColorInPort() to take a port * macosx/tkMacOSXMenu.c: argument. * macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXScrlbr.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXInt.h: factor out macros, declarations * macosx/tkMacOSXPrivate.h (new): and prototypes that are purely internal and private to the 'macosx' sources into a new internal header file that does _not_ get installed into Tk.framework/PrivateHeaders. * macosx/tkMacOSXButton.c: #include new tkMacOSXPrivate.h * macosx/tkMacOSXCarbonEvents.c: instead of tkMacOSXInt.h. * macosx/tkMacOSXClipboard.c: * macosx/tkMacOSXColor.c: * macosx/tkMacOSXCursor.c: * macosx/tkMacOSXDebug.c: * macosx/tkMacOSXDialog.c: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXEntry.c: * macosx/tkMacOSXEvent.c: * macosx/tkMacOSXFont.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXKeyEvent.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXMouseEvent.c: * macosx/tkMacOSXNotify.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXScrlbr.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXXStubs.c: * macosx/ttkMacOSXTheme.c:check-in: dd992cbc user: das tags: trunk | |
03:19 |
* macosx/Wish.xcodeproj/project.pbxproj: improve support for renamed * macosx/Wish.xcodeproj/default.pbxuser: tcl and tk source dirs; add * macosx/Wish-Common.xcconfig: 10.5 SDK build config; remove tclMathOp.c. * macosx/README: document Wish.xcodeproj changes.check-in: bad379e9 user: das tags: trunk | |
03:18 |
* unix/configure.in: fix flag used to weak-link libXss. * unix/configure: autoconf-2.59check-in: e84eabee user: das tags: trunk | |
03:18 |
* xlib/ximage.c: bitmaps created from the static .xbm arrays always have LSBFirst bit order.check-in: 4b716074 user: das tags: trunk | |
2007-06-25
| ||
19:12 | merge updates from HEAD check-in: 8cf8a457 user: dgp tags: core-stabilizer-branch | |
19:07 | restore unix line endings check-in: 5f2fb4b2 user: dgp tags: trunk | |
02:04 | fix compile errors & warnings introduced by dkf's cleanup check-in: 22826e45 user: das tags: trunk | |
2007-06-24
| ||
16:20 | Cleaning up whitespace, comments, declarations. No functional changes. check-in: c1097ac7 user: dkf tags: trunk | |
16:09 | Cleaning up whitespace, comments, declarations. No functional changes. check-in: 092f7eda user: dkf tags: trunk | |
16:07 | Cleaning up whitespace, comments, declarations. No functional changes. check-in: c98da578 user: dkf tags: trunk | |
2007-06-23
| ||
00:26 |
* macosx/tkMacOSXXStubs.c (XCreateImage, DestroyImage): correct XImage bytes_per_line/bitmap_pad calculations and endianness setting; free image data and XImage structure at destruction; formatting cleanup. * macosx/tkMacOSXDialog.c (NavServicesGetFile): disable app-modal sheet variant of nav dialog on OS versions where it causes problems.check-in: df94bff3 user: das tags: trunk | |
00:25 |
* generic/tkImgPhoto.c (ImgPhotoConfigureInstance, DisposeInstance): use XDestroyImage instead of XFree to destroy XImage; replace runtime endianness determination by compile-time check for WORDS_BIGENDIAN. * xlib/ximage.c (XCreateBitmapFromData): use XCreateImage and XDestroyImage instead of creating XImage structure manually.check-in: fa5f3efc user: das tags: trunk | |
2007-06-21
| ||
16:02 | merge updates from HEAD check-in: c2b92f5a user: dgp tags: core-stabilizer-branch | |
00:29 |
* library/ttk/ttk.tcl: should require Tk before pseudo-providing tile 0.8.0.check-in: 40b7bf04 user: hobbs tags: trunk | |
2007-06-12
| ||
16:22 | merge updates from HEAD check-in: 6f34739f user: dgp tags: core-stabilizer-branch | |
2007-06-10
| ||
03:25 | Added -width and -height options. Added 'panes' method, return list of managed windows. 'sashpos' method is now documented as part of the public interface, and details clarified. Should be easier to set initial sash positions now [Alleviates #1659067]. check-in: e67826b3 user: jenglish tags: trunk | |
00:15 |
* win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues. [Bug 1467997] (janssen)check-in: 50117ea7 user: hobbs tags: trunk | |
2007-06-09
| ||
23:53 |
* win/tkWinMenu.c (TkWinHandleMenuEvent): improve handling to allow for unicode char menu indices and not use CharUpper on Tcl utf strings. [Bug #1734223]check-in: 8746094a user: hobbs tags: trunk | |
21:45 | Ttk_Manager API overhaul: + Ttk_Manager no longer responsible for managing slave records + Ttk_Manager structure now opaque + Ttk_Slave structure now private + Pass Ttk_Manager * to Tk_GeomMgr hooks instead of Ttk_Slave * ttk::labelframe: Simplified -labelwidget management. ttk::noteboook 'insert' command didn't correctly maintain current tab. Changed documentation of ttk::panedwindow 'identify' command to match implementation. check-in: def6bb17 user: jenglish tags: trunk | |
17:09 |
* macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; * macosx/tkMacOSXDraw.c: implement Jaguar equivalent of unavailable * macosx/tkMacOSXEntry.c: kHIToolboxVersion global; panic at startup * macosx/tkMacOSXEvent.c: if MAC_OS_X_VERSION_MIN_REQUIRED constraint * macosx/tkMacOSXInit.c: is not satisfied. * macosx/tkMacOSXInt.h: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXDraw.c (XCopyArea, XCopyPlane, TkPutImage) (TkMacOSXSetupDrawingContext): factor out common code and standardize setup/restore of port, context and clipping; formatting cleanup. * macosx/tkMacOSXWindowEvent.c: add error checking. * macosx/tkMacOSXMenu.c: fix gcc3 warning. * macosx/tkMacOSXScrlbr.c: fix testsuite crash. * macosx/tkMacOSXSubwindows.c: formatting cleanup. * macosx/tkMacOSXRegion.c: fix typos. * macosx/tkMacOSXScale.c: * macosx/tkMacOSXXStubs.c (Tk_GetUserInactiveTime): remove superfluous CFRetain/CFRelease. * macosx/Wish-Release.xcconfig: disable tktest release build stripping. * macosx/Wish.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in.check-in: 284e8e06 user: das tags: trunk | |
2007-06-06
| ||
21:23 |
* macosx/tkMacOSXInt.h: use native debug message API when available. * macosx/Wish-Debug.xcconfig:check-in: ced21218 user: das tags: trunk | |
09:55 |
* macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable processing of mousewheel events in background windows. * macosx/tkMacOSXScrlbr.c: modernize checks for active/front window. * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXColor.c: factor out verbose #ifdef checks of * macosx/tkMacOSXDraw.c: MAC_OS_X_VERSION_{MAX_ALLOWED,MIN_REQUIRED} * macosx/tkMacOSXEntry.c: and runtime checks of kHIToolboxVersion into * macosx/tkMacOSXEvent.c: new TK_{IF,ELSE,ENDIF}_MAC_OS_X macros. * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXDraw.c: factor out clip clearing in QD ports; * macosx/tkMacOSXEntry.c: formatting cleanup. * macosx/Wish.xcodeproj/project.pbxproj: add settings for Fix&Continue.check-in: 3cd90b0b user: das tags: trunk | |
09:55 |
* unix/configure.in (Darwin): link the Tk and Wish plists into their binaries in all cases; fix 64bit arch removal in fat 32&64bit builds. * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.59check-in: 98e21ab5 user: das tags: trunk | |
2007-06-05
| ||
14:11 | merge updates from HEAD check-in: 653fef53 user: dgp tags: core-stabilizer-branch | |
12:56 | Fix [Bug 1731348] check-in: f06e1f4b user: dkf tags: trunk | |
2007-06-04
| ||
15:19 | merge updates from HEAD check-in: c5226fca user: dgp tags: core-stabilizer-branch | |
09:27 |
* macosx/tkMacOSXInit.c: comment formatting fix for Xcode 3.0.check-in: f5c656e7 user: das tags: trunk | |
2007-06-03
| ||
13:44 |
* macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0. * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXEntry.c: * macosx/tkMacOSXFont.c: * macosx/tkMacOSXKeyEvent.c: * macosx/tkMacOSXKeyboard.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXSend.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXXStubs.c:check-in: c295229c user: das tags: trunk | |
13:43 |
* unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning.check-in: 848d6b36 user: das tags: trunk | |
2007-06-02
| ||
06:45 | typo check-in: 823a32fd user: das tags: trunk | |
06:44 |
* macosx/tkMacOSXMenu.c (TkpPostMenu): ensure cascade menus display in posted menus that are not part of the menubar or attached to a menubutton (fixes bug reported on tcl-mac by Linux Nyberg).check-in: 9a6b0afa user: das tags: trunk | |
2007-06-01
| ||
08:07 | typo fixes check-in: e77173c4 user: dkf tags: trunk | |
04:01 | merge updates from HEAD check-in: bb7f6db0 user: dgp tags: core-stabilizer-branch | |
2007-05-31
| ||
13:38 |
* macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all pending idle-time redraws before newly posted Expose events are processed; add bounds of redrawn windows to update region to ensure all child windows overdrawn by parents are redrawn. * macosx/tkMacOSXWindowEvent.c: centralize clip and window invalidation * macosx/tkMacOSXSubwindows.c: after location/size changes in the * macosx/tkMacOSXWm.c: BoundsChanged carbon event handler; correct/add window invalidation after window attribute changes. * macosx/tkMacOSXSubwindows.c (XResizeWindow, XMoveResizeWindow, XMoveWindow): factor out common code dealing with embedded and non-toplevel windows; remove unnecessary clip and window invalidation. * macosx/tkMacOSXButton.c (TkpDisplayButton): move clip setup closer to native button drawing calls. * macosx/tkMacOSXWm.c (TkMacOSXIsWindowZoomed, TkMacOSXZoomToplevel): correct handle gridded windows in max size calculations. * macosx/tkMacOSXEvent.c (TkMacOSXFlushWindows): use HIWindowFlush API when available. * macosx/tkMacOSXColor.c: cleanup whitespace and formatting. * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWm.c:check-in: c22a0fd9 user: das tags: trunk | |
13:31 |
* generic/tkFont.c: #ifdef out debug msg printing to stderr. * generic/tkTextDisp.c:check-in: 6d03ab2b user: das tags: trunk | |
2007-05-30
| ||
18:31 | merge updates from HEAD check-in: 038a6c84 user: dgp tags: core-stabilizer-branch | |
17:39 |
* generic/tk.h: Correct placement of #include <tcl.h> [Bug 1723812].check-in: bb3a0c11 user: dgp tags: trunk | |
13:47 | merge updates from HEAD check-in: 93380ece user: dgp tags: core-stabilizer-branch | |
13:23 | replace previous inoperative commit with direct setting of highlightbackground on all buttons check-in: a96be4b7 user: das tags: trunk | |
06:35 |
* macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. * macosx/tkMacOSXWindowEvent.c (ClearPort): clip to updateRgn. * macosx/tkMacOSXDebug.c: factor out debug region flashing. * macosx/tkMacOSXDebug.h: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXEvent.c: cleanup whitespace and formatting. * macosx/tkMacOSXFont.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWindowEvent.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXXStubs.c: * xlib/xgc.c: * macosx/Wish.xcodeproj/project.pbxproj: delete references to removed * macosx/Wish.xcodeproj/default.pbxuser: ttk files.check-in: c7c63baa user: das tags: trunk | |
06:34 |
* library/bgerror.tcl: standardize dialog option & button size * library/dialog.tcl: modifications done when running on on Aqua. * library/msgbox.tcl: * library/demos/button.tcl: set button highlightbackground on Aqua.check-in: d8956cfb user: das tags: trunk | |
2007-05-29
| ||
11:36 | merge updates from HEAD check-in: d4bcf056 user: dgp tags: core-stabilizer-branch | |
02:26 | removed skipping of unixfont-5.11 [Bug 1716141] check-in: bec81755 user: das tags: trunk | |
2007-05-28
| ||
17:12 | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix short measures with flags=TK_WHOLE_WORDS|TK_AT_LEAST_ONE [Bug 1716141]. Make some casts unnecessary by changing variable types. check-in: 62cdc064 user: cc_benny tags: trunk | |
2007-05-27
| ||
13:14 | fix TIP #145 breakage on Aqua check-in: ca7ecdaf user: das tags: trunk | |
01:24 | deleted references to removed ttk files check-in: 8d4543a4 user: das tags: trunk | |
2007-05-26
| ||
04:06 | merge updates from HEAD check-in: c9a7bb01 user: dgp tags: core-stabilizer-branch | |
2007-05-25
| ||
22:55 | Removed ttk::dialog and dependencies. check-in: 6a266d8c user: jenglish tags: trunk | |
22:53 | library/demos/ttk_*.tcl: removed Tile demos, not appropriate for core. check-in: 292b947f user: jenglish tags: trunk | |
22:38 | Removed tk/tests/ttk/misc.test -- ttk::dialog tests, not appropriate for core. check-in: d95fb3b5 user: jenglish tags: trunk | |
22:27 | Minor typo corrections, from [Bug 1663527] check-in: addd20b0 user: dkf tags: trunk | |
22:15 | Fixed documentation of default -joinstyle option values for line and polygon items. [Bug 1725782] check-in: fd0c8181 user: dkf tags: trunk | |
2007-05-24
| ||
14:46 | Fix comments. (Thanks to Emiliano for spotting) check-in: 3ffdac45 user: dkf tags: trunk | |
2007-05-22
| ||
20:34 |
[core-stabilizer-branch] * unix/configure: autoconf-2.59 (FC6 fork) * win/configure: * README: Bump version number to 8.5b1 * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in:check-in: 4f607876 user: dgp tags: core-stabilizer-branch | |
2007-05-18
| ||
21:46 | EntrySetValue: Ensure that widget is in a consistent state before setting the linked -textvariable. Previously, it was possible for [$e index insert] to point past the end of the string, leading to heap corruption [Bug 1721532]. check-in: 6e624fd3 user: jenglish tags: trunk | |
19:21 |
* unix/configure: autoconf-2.59 (FC6 fork) * win/configure: * README: Bump version number to 8.5a7 * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in:check-in: 2d64ab8f user: dgp tags: trunk | |
16:53 |
* tests/ttk/treetags.test: Another bit of test suite SCIM-tolerance. [Bug 1609316]check-in: c6235211 user: dgp tags: trunk | |
2007-05-16
| ||
22:14 | sync with core-8-4-branch tk/changes check-in: 2a9b61e0 user: das tags: trunk | |
21:21 |
* generic/tk.decls: workaround 'make checkstubs' failures from tkStubLib.c MODULE_SCOPE revert. [Bug 1716117] * macosx/Wish.xcodeproj/project.pbxproj: add tkOldTest.c and remove tkStubImg.c.check-in: f7a1ab24 user: das tags: trunk | |
18:35 |
Change Tk_InitStubs(), tkStubsPtr, and the auxilliary stubs table pointers
back to public visibility. See [Bug 1716117] for details.
Removed TCL_STORAGE_CLASS monkey business, as it had no effect. check-in: 3429d4ab user: jenglish tags: trunk | |
18:10 |
* library/choosedir.tcl: Removed uses of obsolete {expand} * library/comdlg.tcl: syntax; replaced with the now * library/tk.tcl: approved {*}. [Bug 1710633] * tests/canvImg.test: * tests/imgPhoto.test:check-in: 7f0bc8cf user: dgp tags: trunk | |
15:44 | duplicate test names check-in: 56f702ae user: dgp tags: trunk | |
15:23 |
* tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]check-in: 40de1e3e user: dgp tags: trunk | |
2007-05-15
| ||
23:20 | Test ttk widgets check-in: 8db72b34 user: patthoyts tags: trunk | |
19:37 | Fix crash introduced by previous fix, exposed under newer fontconfig libraries [Bug 1717830 again]. check-in: 77e336e8 user: jenglish tags: trunk | |
17:01 |
* generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608]check-in: af5a9a06 user: dgp tags: trunk | |
16:15 | Fix various memory leaks [Bug 1717830], [Bug 800149]. check-in: 102f844c user: jenglish tags: trunk | |
2007-05-14
| ||
20:58 |
[Tk Bug 1712081] * unix/Makefile.in: Updates to account for new and deleted files * win/Makefile.in: tkStubImg.c and tkOldTest.c. * win/makefile.bc: * win/makefile.vc: * generic/tkOldTest.c (new): New file used to create testing * generic/tkTest.c: commands for testing various Tk * tests/constraints.tcl: legacy interfaces where a separate * tests/image.test: compilation unit is needed in order to #define suitable macros during compilation. Only the effect of USE_OLD_IMAGE on Tk_CreateImageType() is currently tested, but more similar testing commands can be added to this same file. New constraint defined to detect presence of the image type provided by the new testing code, and a few tests added to exercise it. Having USE_OLD_IMAGE support tested by the default test suite should reduce chance of a recurrence of this bug. * doc/CrtImgType.3: Revised docs to better indicate the legacy * doc/CrtPhImgFmt.3: nature of the interfaces supported by USE_OLD_IMAGE. * generic/tkDecls.h: make genstubs * generic/tkStubInit.c: * generic/tk.decls: Reworked USE_OLD_IMAGE support to use * generic/tk.h: the same support mechanisms both with * generic/tkStubImg.c (deleted):and without a stub-enabled build. In each case, route the legacy calls to Tk_CreateImageType and Tk_CreatePhotoImageFormat through the Tk_CreateOldImageType and Tk_CreateOldPhotoImageFormat routines. Add those routines to the public stub table so they're available to a stub-enabled extension. Remove the definition of Tk_InitImageArgs() and use a macro to convert any calls to it in source code into a comment. * generic/tkImage.c: Removed the MODULE_SCOPE declarations that * generic/tkImgPhoto.c: broke USE_OLD_IMAGE support.check-in: 3d8af15d user: dgp tags: trunk | |
2007-05-11
| ||
12:36 | specify font to avoid uncertainty in the result on windows xp check-in: 085742e2 user: patthoyts tags: trunk | |
12:10 | Avoid font dependencies in the results check-in: c6e71a76 user: patthoyts tags: trunk | |
11:00 | bug #1716613 propagate error from TkDeleteNamedFont. check-in: b940710a user: patthoyts tags: trunk | |
2007-05-09
| ||
12:55 |
* macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front * macosx/tkMacOSXMouseEvent.c: at the start of a window drag (except * macosx/tkMacOSXInt.h: when cmd key is down); formatting and whitespace fixes. * macosx/tkMacOSXDialog.c (Tk_GetSaveFileObjCmd): add -filetypes option processing (fixes fileDialog-0.1, fileDialog-0.2 failures). * macosx/tkMacOSXEmbed.c (TkpMakeWindow, TkpUseWindow): fix sending of Visibility event for embedded windows (fixes frame-3.9 hang). * macosx/tkMacOSXScrlbr.c (ScrollbarBindProc): fix testsuite * macosx/tkMacOSXSubwindows.c (TkMacOSXUpdateClipRgn): crashes by adding sanity checks. * macosx/Wish.xcodeproj/project.pbxproj: add 'DebugUnthreaded' & * macosx/Wish.xcodeproj/default.pbxuser: 'DebugLeaks' targets and env var settings needed to run the 'leaks' tool. * macosx/tkMacOSXButton.c: fix debug msg typo.check-in: e7962b79 user: das tags: trunk | |
12:52 |
* tests/constraints.tcl: ensure 'nonUnixUserInteraction' constraint is set for aqua. * tests/choosedir.test: add 'notAqua' constraints to X11-only tests; * tests/clrpick.test: add 'nonUnixUserInteraction' to 'unix' tests * tests/menuDraw.test: requiring interaction on aqua. * tests/unixMenu.test: * tests/unixWm.test: * tests/winMenu.test:check-in: 63bc9be0 user: das tags: trunk | |
12:51 |
* library/palette.tcl (tk::RecolorTree): handle color options with empty value, fixes error due to emtpy -selectforeground (reported on tcl-mac by Russel E. Owen).check-in: 1719fc7c user: das tags: trunk | |
12:51 |
* generic/tkFileFilter.c (AddClause): OSType endianness fixes.check-in: e162ce0a user: das tags: trunk | |
2007-05-07
| ||
19:28 | Properly cast sentinel arguments to variadic function (fixes "warning: missing sentinel in function call", [Bug 1712001]) check-in: ad7f6a20 user: jenglish tags: trunk | |
2007-05-05
| ||
07:42 | Make the tktest build work when Tcl is located in a path with a space in check-in: 15ae102e user: dkf tags: trunk | |
07:33 | Slight simplification check-in: 5722888f user: dkf tags: trunk | |
2007-05-04
| ||
21:29 | TIP #145 implementation check-in: 5c1d2633 user: patthoyts tags: trunk | |
18:20 | Sync with tcl version check-in: 68040a7b user: patthoyts tags: trunk | |
2007-05-03
| ||
23:55 | Spelling fixes. [Bug 1686210] check-in: 70a911b1 user: dkf tags: trunk | |
22:36 | Another pun warning check-in: 453372b0 user: dkf tags: trunk | |
22:15 | Fix more type pun warnings (those not found by my local version of GCC) check-in: 3ca7875b user: dkf tags: trunk | |
21:53 | Missed a place (or rather not all versions of GCC catch it.) check-in: 2bbd44fd user: dkf tags: trunk | |
15:21 | Tackle [Bug 1711985] check-in: 4440e13a user: dkf tags: trunk | |
2007-04-29
| ||
01:50 |
* unix/configure.in: fix for default case in tk debug build detection. * unix/configure: autoconf-2.59check-in: 69db9a57 user: das tags: trunk | |
2007-04-28
| ||
01:22 | * generic/ttk/ttkTreeview.c(TagOptionSpecs): Use TK_OPTION_STRING instead of TK_OPTION_FONT to avoid resource leak in tag management. check-in: 1d2caf6f user: jenglish tags: trunk | |
2007-04-27
| ||
04:40 | * macosx/ttkMacOSXTheme.c: Merged OFFSET_RECT processing into BoxToRect(); factored out PatternOrigin; resynchronized with Tile codebase. check-in: 5962b45d user: jenglish tags: trunk | |
2007-04-26
| ||
21:02 | fix tests/ttk dist src check-in: d011f165 user: hobbs tags: trunk, core-8-5-a6 | |
2007-04-25
| ||
17:09 |
* unix/Makefile.in (dist): add tests/ttk dir to src distcheck-in: 3992bd9f user: hobbs tags: trunk | |
17:08 |
* unix/tkUnixMenubu.c (TkpDisplayMenuButton): init width/height to 0check-in: 9c8837c1 user: hobbs tags: trunk | |
15:06 | silence debug build error messages check-in: e00ca08c user: das tags: trunk | |
03:40 |
* unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autoheader bits.check-in: a6dcddfb user: das tags: trunk | |
02:49 |
* unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.check-in: 9daded4d user: das tags: trunk | |
00:02 | typo check-in: d363c99d user: das tags: trunk | |
2007-04-24
| ||
15:55 |
* unix/Makefile.in (dist): add ttk bits to src distcheck-in: 17c25703 user: hobbs tags: trunk | |
15:54 | (font-46.[12]): correct listification of result check-in: 70ca0c3a user: hobbs tags: trunk | |