Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -4/+4 |
| | | | | | TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line. | ||||
* | Put all Tk_OptionSpec for buttons and labels | nijtmans | 2010-02-18 | 1 | -19/+8 |
| | | | | | | in const memory. With some changes to win32 and macosx, preventing direct writes to read-only memory. | ||||
* | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -16/+2 |
| | |||||
* | Make more internal tables "const" | nijtmans | 2010-02-05 | 1 | -2/+2 |
| | | | | tk*Decls.h (regenerated with new genStubs.tcl from Tcl) | ||||
* | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 3 | -15/+11 |
| | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer | ||||
* | [Bug 2926819]: Factor out the pointer warping code a bit better and extend it | dkf | 2010-01-06 | 1 | -1/+35 |
| | | | | to work on OSX too. | ||||
* | Oops | dkf | 2010-01-06 | 1 | -2/+2 |
| | |||||
* | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -1/+2 |
| | |||||
* | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -2/+2 |
| | | | | | | | TkFindStateString, TkpGetString, TkpGetChar, which are all not supposed to be modified by the caller. In tkUtil.c this gets rid of a dangerous type cast. | ||||
* | Make all internal initialization | nijtmans | 2009-11-29 | 1 | -2/+1 |
| | | | | | | routines MODULE_SCOPE copy win/tcl.m4 from Tcl (latest) to Tk and regenerate win/configure | ||||
* | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -2/+7 |
| | | | | with global variables (the only way it *can* work...) | ||||
* | Fix [Bug 2883712] by factoring out the problem code. | dkf | 2009-10-22 | 1 | -3/+9 |
| | |||||
* | workaround llvm LTO bug on ppc | das | 2009-08-25 | 1 | -1/+2 |
| | |||||
* | * macosx/Wish.sdef (new file): Install and enable sdef file | das | 2009-08-24 | 4 | -3/+48 |
| | | | | | | | | | | * macosx/Wish-Info.plist.in: into Wish application bundle, * macosx/Tk.xcode/project.pbxproj: describing TkAqua apple event * macosx/Tk.xcodeproj/project.pbxproj: support for use by AppleScript. * unix/Makefile.in: (replaces functionality of * unix/configure.in: 'aete' resource removed with Cocoa port & fixes AppleScript issues reported on tcl-mac) | ||||
* | * macosx/tkMacOSXHLEvents.c (ScriptHandler): Fix "do script" apple | das | 2009-08-24 | 1 | -44/+28 |
| | | | | | | * carbon/tkMacOSXHLEvents.c (ScriptHandler): event handler issues on recent OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac) | ||||
* | * macosx/tkMacOSXDraw.c (TkMacOSX{Setup,Restore}DrawingContext): | das | 2009-08-24 | 1 | -1/+3 |
| | | | | | | Disable window flushing during Tk drawing to avoid immediate flush of NSView-based native widgets on draw. (fixes drawing performance issue reported by Youness Alaoui on tcl-mac) | ||||
* | * macosx/tkMacOSXWindowEvent.c: Allow WM_DELETE_WINDOW handlers to | das | 2009-08-24 | 1 | -5/+10 |
| | | | | | prevent window closure by generating WM destroy event earlier (from window delegate's -windowShouldClose:). [Bug 2821084] | ||||
* | * macosx/tkMacOSXWm.c: Workaround for textured windows being draggable | das | 2009-08-14 | 1 | -1/+9 |
| | | | | from opaque content areas. [Bug 2824538] (walzer) | ||||
* | * macosx/tkMacOSXDraw.c: Avoid exception in XCopyArea() when copying | das | 2009-08-14 | 1 | -2/+3 |
| | | | | | from toplevel that has never been mapped. (reported by Youness Alaoui on tcl-mac) | ||||
* | * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due to | das | 2009-07-18 | 1 | -2/+2 |
| | | | | off-by-one ckalloc error. [Bug 2821318] | ||||
* | * macosx/ttkMacOSXTheme.c: Update notebook tab appearance to | das | 2009-07-15 | 1 | -28/+92 |
| | | | | | | | | * library/ttk/aquaTheme.tcl: modern L&F; adjust tab & notebook padding and tabmargins; correct appearance of selected tree header; add support for native tree header sort arrows via user1 state. [Patch 2819620] | ||||
* | More marking of files as Objective-C. | dkf | 2009-07-07 | 1 | -47/+71 |
| | |||||
* | More marking of files as Objective-C. | dkf | 2009-07-06 | 22 | -250/+464 |
| | |||||
* | Formatting cleanup, mark files as Objective-C. | dkf | 2009-07-06 | 2 | -230/+365 |
| | |||||
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 64 | -23716/+11533 |
| | |||||
* | avoid panic for CFStrings longer than INT_MAX | das | 2009-05-06 | 1 | -2/+2 |
| | |||||
* | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 3 | -13/+13 |
| | |||||
* | * tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] Handle | cc_benny | 2009-03-09 | 1 | -8/+18 |
| | | | | NULL return from CFStringCreate. | ||||
* | [Feature Request 2636558] Tk_DefineBitmap | nijtmans | 2009-02-27 | 1 | -3/+3 |
| | | | | and Tk_GetBitmapFromData signature problem | ||||
* | * generic/tkImgPhInstance.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+7 |
| | | | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/tkUtil.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c: | ||||
* | whitespace | das | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 2 | -50/+50 |
| | | | | | - some internal const decorations - spacing | ||||
* | adjust copyright year | das | 2009-01-08 | 1 | -3/+3 |
| | |||||
* | add new ttk test files | das | 2009-01-03 | 1 | -1/+5 |
| | |||||
* | add ImgPNG files | das | 2008-12-28 | 1 | -1/+9 |
| | |||||
* | sync file additions/removals with Wish.xcodeprojcore_8_6_b1 | das | 2008-12-20 | 1 | -5/+61 |
| | |||||
* | add new files | das | 2008-12-20 | 1 | -1/+17 |
| | |||||
* | fix warning | das | 2008-12-20 | 1 | -2/+2 |
| | |||||
* | VOID -> void | nijtmans | 2008-12-17 | 1 | -16/+1 |
| | |||||
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 1 | -3/+1 |
| | | | | | | * doc/Tk_Main.c: Removed the last two '#include "tclInt.h"'. * generic/tkMain.c: Tk is now limited to Tcl's public interface. * macosx/tkMacOSXInit.c: | ||||
* | add new zlib files | das | 2008-12-14 | 1 | -1/+9 |
| | |||||
* | add TIP #234 files | das | 2008-12-11 | 1 | -1/+13 |
| | |||||
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 7 | -8/+687 |
| | |||||
* | s/Tk_BackgroundException/Tcl_BackgroundException/ | das | 2008-12-10 | 1 | -2/+2 |
| | |||||
* | * macosx/tkMacOSXInit.c (TkpInit): unconditionally show Tk console | das | 2008-12-09 | 1 | -23/+22 |
| | | | | if TK_CONSOLE env var is set. | ||||
* | TIP 337 | dgp | 2008-12-09 | 5 | -30/+42 |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: Updated callers of Tcl_BackgroundError() * generic/tkCanvas.c: to use the new routine * generic/tkEntry.c: Tcl_BackgroundException() as appropriate. * generic/tkImgBmap.c: * generic/tkListbox.c: * generic/tkSelect.c: * generic/tkTextDisp.c: * generic/tkTextWind.c: * macosx/tkMacOSXHLEvents.c: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXScale.c: * macosx/tkMacOSXWindowEvent.c: * unix/tkUnixScale.c: * unix/tkUnixWm.c: * win/tkWinButton.c: * win/tkWinMenu.c: * win/tkWinScrlbr.c: * win/tkWinWm.c: | ||||
* | add error checking | das | 2008-12-08 | 1 | -9/+13 |
| | |||||
* | fix brekage (bad merge?) | das | 2008-12-07 | 1 | -8/+8 |
| | |||||
* | Add native aqua elements for ttk::spinbox [Bug 2219588]. | jenglish | 2008-12-07 | 1 | -2/+60 |
| | | | | | Moved most spinbox "business logic" out of ttkEntry.c into Tcl bindings. Minor spinbox appearance improvements in clam theme. | ||||
* | Remove/disable dead code flagged by clang static analyzer | das | 2008-12-07 | 7 | -29/+22 |
| |