Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo: s/Bearbieten/Bearbeiten/ (suchenwi on chat) | das | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | autoconf-2.59 | das | 2007-11-14 | 1 | -6/+6 |
| | |||||
* | sync with tcl/unix/tcl.m4 | das | 2007-11-14 | 1 | -0/+31 |
| | |||||
* | whitespace | das | 2007-11-13 | 1 | -9/+8 |
| | |||||
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix the | cc_benny | 2007-11-11 | 2 | -27/+34 |
| | | | | | case when TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is small. [Bug #1824638] | ||||
* | typo | das | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyright | das | 2007-11-09 | 9 | -20/+37 |
| | | | | | | | | | | * 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: | ||||
* | * macosx/tkMacOSXFont.c (TkpGetFontAttrsForChar): panic on false return | das | 2007-11-09 | 1 | -2/+5 |
| | | | | from TkMacOSXSetupDrawingContext(). | ||||
* | fix warnings | das | 2007-11-08 | 2 | -7/+4 |
| | |||||
* | move #includes for TkMacOSXGetNamedDebugSymbol() outside of TK_MAC_DEBUG #ifdef | das | 2007-11-08 | 1 | -4/+4 |
| | |||||
* | formatting | das | 2007-11-08 | 1 | -9/+7 |
| | |||||
* | * macosx/tkMacOSXCarbonEvents.c | das | 2007-11-08 | 2 | -59/+150 |
| | | | | | | | | | | | | (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. | ||||
* | * macosx/tkMacOSXDebug.c: make TkMacOSXInitNamedDebugSymbol() | das | 2007-11-08 | 2 | -6/+5 |
| | | | | | * macosx/tkMacOSXDebug.h: available outside of debug builds as the new Leopard ISAEH needs it. | ||||
* | * macosx/tkMacOSXButton.c: replace HiliteControl() by modern API | das | 2007-11-08 | 2 | -130/+238 |
| | | | | | | | | | | | | | * 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] | ||||
* | * library/menu.tcl: correct handling of menubutton "active" | das | 2007-11-08 | 1 | -6/+14 |
| | | | | state on Aqua to match that of buttons. | ||||
* | * macosx/tkMacOSXDefault.h: correct button & menubutton active | das | 2007-11-08 | 1 | -6/+7 |
| | | | | | foreground and background colors and menubutton border width. | ||||
* | * macosx/tkMacOSXWindowEvent.c: handle kEventWindowExpanding carbon | das | 2007-11-08 | 1 | -5/+15 |
| | | | | | | | | | | * 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. | ||||
* | * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawable | das | 2007-11-08 | 5 | -26/+50 |
| | | | | | | | * macosx/tkMacOSXInt.h: struct; add flag for B&W pixmaps. * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXMenu.c: | ||||
* | * macosx/tkMacOSXPrivate.h: correct Leopard HIToolboxVersionNumber. | das | 2007-11-08 | 1 | -2/+2 |
| | |||||
* | * macosx/ttkMacOSXTheme.c: add error checking; cleanup formatting. | das | 2007-11-08 | 1 | -137/+142 |
| | |||||
* | Ttk_ElementSize: Fixed longstanding, subtle bug that caused element padding | jenglish | 2007-11-08 | 10 | -45/+81 |
| | | | | | | to sometimes be counted twice in size computations. Fix ElementSizeProcs affected by previous change. | ||||
* | * doc/CrtConsoleChan.3: Fixed markup typo and extended see also | andreas_kupries | 2007-11-06 | 2 | -2/+8 |
| | | | | section per suggestions by Donal. | ||||
* | * library/ttk/combobox.tcl: Set focus to listbox in <Map> binding | jenglish | 2007-11-06 | 2 | -5/+13 |
| | | | | instead of in Post command (see #1349811 for info). | ||||
* | * doc/CrtConsoleChan.3: New file providing minimal documentation | andreas_kupries | 2007-11-05 | 2 | -0/+50 |
| | | | | of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435]. | ||||
* | spelling corrections | dgp | 2007-11-05 | 1 | -4/+4 |
| | |||||
* | * macosx/ttkMacOSXTheme.c(TreeitemLayout): Remove focus ring | jenglish | 2007-11-05 | 2 | -3/+17 |
| | | | | from treeview items on OSX (problem reported by Kevin Walzer). | ||||
* | + Use null "treearea" element for treeview owner-draw area | jenglish | 2007-11-04 | 3 | -5/+16 |
| | | | | | | | 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. | ||||
* | * macosx/tkMacOSXMenus.c: add "Run Widget Demo" menu item to the | das | 2007-11-04 | 2 | -55/+170 |
| | | | | | | 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. | ||||
* | * library/bgerror.tcl: fix background of detail text on Aqua. | das | 2007-11-04 | 1 | -2/+3 |
| | |||||
* | * library/console.tcl: add accelerators and fix Aqua bindings | das | 2007-11-04 | 1 | -7/+15 |
| | | | | of the new font size menu items. | ||||
* | * library/demos/mclist.tcl: Aqua GOOBE. | das | 2007-11-04 | 4 | -17/+16 |
| | | | | | | * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget: | ||||
* | * doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-era | das | 2007-11-04 | 3 | -41/+24 |
| | | | | | * doc/getOpenFile.n: information. * doc/menu.n: | ||||
* | * macosx/tkMacOSXEvent.c (TkMacOSXProcessCommandEvent): fix boolean arg | das | 2007-11-04 | 1 | -2/+2 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add new demo file. | das | 2007-11-04 | 2 | -2/+6 |
| | | | | * macosx/Wish.xcode/project.pbxproj: | ||||
* | Add menu item and key binding to adjust font | patthoyts | 2007-11-03 | 2 | -1/+21 |
| | |||||
* | Tinkering with the default demo widget height | dkf | 2007-11-02 | 1 | -3/+7 |
| | |||||
* | Added a demo of how to do a multi-column sortable listbox. | dkf | 2007-11-02 | 3 | -1/+106 |
| | |||||
* | Updated with improved padding from Emiliano | dkf | 2007-11-02 | 1 | -3/+3 |
| | |||||
* | Missed a file that needed updating to handle the changed internal | dkf | 2007-11-02 | 1 | -9/+9 |
| | | | | structure of dialogs | ||||
* | GOOBE for unix; use themed scrollbar | dkf | 2007-11-02 | 1 | -2/+2 |
| | |||||
* | GOOBE tweak; get background from theme | dkf | 2007-11-02 | 1 | -1/+3 |
| | |||||
* | Bugfix | dkf | 2007-11-02 | 1 | -2/+2 |
| | |||||
* | Tk (non-native) message box now uses Ttk widgets for better L&F. | dkf | 2007-11-02 | 2 | -16/+23 |
| | |||||
* | Tk (non-native) file chooser now uses Ttk widgets for better L&F and ↵ | dkf | 2007-11-02 | 2 | -41/+148 |
| | | | | supports <Tab> completion of file names. [FRQ 805091] | ||||
* | Better resizing. [Bug 1822410] | dkf | 2007-11-02 | 2 | -3/+7 |
| | |||||
* | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 5 | -71/+71 |
| | |||||
* | Better resizing behaviour. [Bug 1822601] | dkf | 2007-11-01 | 2 | -2/+10 |
| | |||||
* | line endings | dgp | 2007-11-01 | 1 | -43/+43 |
| | |||||
* | Added list of Windows system colors. [Bug 945409] | dkf | 2007-11-01 | 2 | -5/+42 |
| | |||||
* | * doc/console.n: clarify availability of [console] in TkAqua. | das | 2007-11-01 | 2 | -4/+9 |
| |