Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct bindings for [tk_messageBox]. | dkf | 2009-08-24 | 2 | -4/+9 |
| | |||||
* | Better formatting | dkf | 2009-08-24 | 1 | -12/+12 |
| | |||||
* | * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang static | das | 2009-08-24 | 2 | -4/+5 |
| | | | | analyzer in PURIFY builds, replacing preprocessor/assert technique. | ||||
* | * carbon/Wish.xcode/project.pbxproj: remove references to obsolete | das | 2009-08-24 | 2 | -6/+2 |
| | | | | * carbon/Wish.xcodeproj/project.pbxproj: prolog.ps file. | ||||
* | * unix/configure: autoconf-2.59 | das | 2009-08-24 | 1 | -0/+1 |
| | |||||
* | * macosx/Wish.sdef (new file): Install and enable sdef file | das | 2009-08-24 | 7 | -6/+85 |
| | | | | | | | | | | * 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 | 2 | -92/+60 |
| | | | | | | * 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] | ||||
* | * generic/tkBind.c (HandleEventGenerate): Don't generate events for | das | 2009-08-24 | 1 | -2/+13 |
| | | | | windows that don't exist yet (fixes TkAqua testsuite crash). | ||||
* | Give an error if grid and pack are used in the same master. [Patch 2475855] | pspjuth | 2009-08-19 | 10 | -10/+431 |
| | |||||
* | * macosx/tkMacOSXWm.c: Workaround for textured windows being draggable | das | 2009-08-14 | 2 | -1/+18 |
| | | | | 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) | ||||
* | Eliminate more gcc warnings | nijtmans | 2009-08-10 | 4 | -30/+45 |
| | |||||
* | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 8 | -116/+185 |
| | | | | include <vssym32.h> only when available | ||||
* | Make the pendulum demo cope with resizing more gracefully. | dkf | 2009-08-08 | 2 | -15/+23 |
| | |||||
* | Small updates for minor issues | dkf | 2009-08-06 | 1 | -41/+34 |
| | |||||
* | Fix word-wrapping of non-breaking spaces in the text widget to work reliably. | dkf | 2009-08-04 | 2 | -12/+28 |
| | |||||
* | eliminate various gcc and msvc compiler warnings | nijtmans | 2009-08-02 | 12 | -52/+84 |
| | |||||
* | Oops; forgot to fix a spot for 64-bit | dkf | 2009-08-01 | 1 | -2/+2 |
| | |||||
* | Don't assume that we're on little-endian clients. [Bug 2830420] | dkf | 2009-08-01 | 2 | -26/+27 |
| | |||||
* | Reword so that the modern API is presented as preferred. | dkf | 2009-07-27 | 2 | -24/+29 |
| | |||||
* | Slight clarification. | dkf | 2009-07-26 | 5 | -33/+40 |
| | |||||
* | Corrected description of acceptable join styles. Spotted by Emiliano Gavilan. | dkf | 2009-07-26 | 2 | -3/+8 |
| | |||||
* | Added incompat flag | dkf | 2009-07-23 | 1 | -0/+2 |
| | |||||
* | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better! | dkf | 2009-07-23 | 4 | -175/+269 |
| | |||||
* | [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash. | dkf | 2009-07-22 | 2 | -1/+16 |
| | |||||
* | Corrected drawing of rotated underlines. [Bug 2356057] | dkf | 2009-07-21 | 2 | -98/+103 |
| | |||||
* | Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from ↵ | ferrieux | 2009-07-20 | 2 | -4/+11 |
| | | | | intersection computation. Might deserve generalization to other tests. | ||||
* | More fixes for [Bug 2824378] | dkf | 2009-07-20 | 1 | -12/+13 |
| | |||||
* | Fix [Bug 2824378] by correcting expected output. | dkf | 2009-07-20 | 2 | -9/+12 |
| | |||||
* | A slightly more efficient placing | dkf | 2009-07-18 | 1 | -3/+3 |
| | |||||
* | Fix the transfer of large binary data. I hate INCR selections transfers... | dkf | 2009-07-18 | 2 | -10/+18 |
| | |||||
* | * unix/Makefile.in: Define NDEBUG in optimized (non- | das | 2009-07-18 | 2 | -2/+5 |
| | | | | symbols) build to disable assert()s. | ||||
* | * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due to | das | 2009-07-18 | 2 | -2/+7 |
| | | | | off-by-one ckalloc error. [Bug 2821318] | ||||
* | * library/demos/mclist.tcl: use native sort arrows with aqua theme. | das | 2009-07-15 | 1 | -4/+18 |
| | |||||
* | * macosx/ttkMacOSXTheme.c: Update notebook tab appearance to | das | 2009-07-15 | 3 | -32/+108 |
| | | | | | | | | * 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] | ||||
* | Apply patch from [Bug 2821962] to make binary byte selection transfers work. | dkf | 2009-07-15 | 2 | -20/+59 |
| | |||||
* | Corrected definition of -height and -width for canvas' window items. [2326602] | dkf | 2009-07-14 | 2 | -5/+8 |
| | |||||
* | autoconf-2.59 | das | 2009-07-14 | 1 | -17/+34 |
| | |||||
* | Allow turning off of XScreenSaver use. [Bug 2496018] | dkf | 2009-07-14 | 2 | -20/+36 |
| | |||||
* | dot needs quoting at the start of a line | patthoyts | 2009-07-11 | 1 | -4/+4 |
| | |||||
* | [Bug 2818455]: Corrected example. | dkf | 2009-07-11 | 2 | -30/+65 |
| | |||||
* | 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 |
| | |||||
* | Avoid the use of C++ reserved words in headers [Bug2815625] | patthoyts | 2009-07-02 | 2 | -2/+6 |
| | |||||
* | s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrology | das | 2009-06-30 | 1 | -3/+3 |
| | |||||
* | * generic/tkInt.h: add assert macros for clang static | das | 2009-06-30 | 6 | -8/+41 |
| | | | | | | | | | | | | analyzer and redefine Tcl_Panic to assert after panic in clang PURIFY builds. * generic/tkImgPhInstance.c: small fixes to make clang static * generic/tkTextDisp.c: analyzer happier. * generic/tkConfig.c: add clang assert for false positives * generic/tkUndo.c: from static analyzer. | ||||
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 91 | -23891/+12008 |
| |