summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * macosx/tkMacOSXWm.c: Workaround for textured windows being draggabledas2009-08-142-1/+18
* * macosx/tkMacOSXDraw.c: Avoid exception in XCopyArea() when copyingdas2009-08-141-2/+3
* Eliminate more gcc warningsnijtmans2009-08-104-30/+45
* Eliminate various gcc warningsnijtmans2009-08-098-116/+185
* Make the pendulum demo cope with resizing more gracefully.donal.k.fellows@manchester.ac.uk2009-08-082-15/+23
* Small updates for minor issuesdonal.k.fellows@manchester.ac.uk2009-08-061-41/+34
* Fix word-wrapping of non-breaking spaces in the text widget to work reliably.donal.k.fellows@manchester.ac.uk2009-08-042-12/+28
* eliminate various gcc and msvc compiler warningsnijtmans2009-08-0212-52/+84
* Oops; forgot to fix a spot for 64-bitdonal.k.fellows@manchester.ac.uk2009-08-011-2/+2
* Don't assume that we're on little-endian clients. [Bug 2830420]donal.k.fellows@manchester.ac.uk2009-08-012-26/+27
* Reword so that the modern API is presented as preferred.donal.k.fellows@manchester.ac.uk2009-07-272-24/+29
* Slight clarification.donal.k.fellows@manchester.ac.uk2009-07-265-33/+40
* Corrected description of acceptable join styles. Spotted by Emiliano Gavilan.donal.k.fellows@manchester.ac.uk2009-07-262-3/+8
* Added incompat flagdonal.k.fellows@manchester.ac.uk2009-07-231-0/+2
* Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!donal.k.fellows@manchester.ac.uk2009-07-234-175/+269
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.donal.k.fellows@manchester.ac.uk2009-07-222-1/+16
* Corrected drawing of rotated underlines. [Bug 2356057]donal.k.fellows@manchester.ac.uk2009-07-212-98/+103
* Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from interse...ferrieux@users.sourceforge.net2009-07-202-4/+11
* More fixes for [Bug 2824378]donal.k.fellows@manchester.ac.uk2009-07-201-12/+13
* Fix [Bug 2824378] by correcting expected output.donal.k.fellows@manchester.ac.uk2009-07-202-9/+12
* A slightly more efficient placingdonal.k.fellows@manchester.ac.uk2009-07-181-3/+3
* Fix the transfer of large binary data. I hate INCR selections transfers...donal.k.fellows@manchester.ac.uk2009-07-182-10/+18
* * unix/Makefile.in: Define NDEBUG in optimized (non-das2009-07-182-2/+5
* * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due todas2009-07-182-2/+7
* * library/demos/mclist.tcl: use native sort arrows with aqua theme.das2009-07-151-4/+18
* * macosx/ttkMacOSXTheme.c: Update notebook tab appearance todas2009-07-153-32/+108
* Apply patch from [Bug 2821962] to make binary byte selection transfers work.donal.k.fellows@manchester.ac.uk2009-07-152-20/+59
* Corrected definition of -height and -width for canvas' window items. [2326602]donal.k.fellows@manchester.ac.uk2009-07-142-5/+8
* autoconf-2.59das2009-07-141-17/+34
* Allow turning off of XScreenSaver use. [Bug 2496018]donal.k.fellows@manchester.ac.uk2009-07-142-20/+36
* dot needs quoting at the start of a linepatthoyts@users.sourceforge.net2009-07-111-4/+4
* [Bug 2818455]: Corrected example.donal.k.fellows@manchester.ac.uk2009-07-112-30/+65
* More marking of files as Objective-C.donal.k.fellows@manchester.ac.uk2009-07-071-47/+71
* More marking of files as Objective-C.donal.k.fellows@manchester.ac.uk2009-07-0622-250/+464
* Formatting cleanup, mark files as Objective-C.donal.k.fellows@manchester.ac.uk2009-07-062-230/+365
* Avoid the use of C++ reserved words in headers [Bug2815625]patthoyts@users.sourceforge.net2009-07-022-2/+6
* s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrologydas2009-06-301-3/+3
* * generic/tkInt.h: add assert macros for clang staticdas2009-06-306-8/+41
* Merge of TkAqua Cocoa portdas2009-06-2991-23891/+12008
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...nijtmans2009-06-275-32/+62
* * carbon/ (new directory): copy of current state of 'macosx'das2009-06-2660-0/+55108
* * unix/Makefile.in: add support for --enable-aqua=carbondas2009-06-263-32/+64
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-231-10/+6
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-222-3/+7
* Missing constraint on new test winWm-9.0dgp@users.sourceforge.net2009-06-131-3/+3
* regen stubsdonal.k.fellows@manchester.ac.uk2009-06-122-2/+29
* Move another two entries to the internal stub table from MODULE_SCOPE.donal.k.fellows@manchester.ac.uk2009-06-123-16/+23
* [Bug 2799589] Avoid setting the focus on a deleted window during delayed acti...patthoyts@users.sourceforge.net2009-06-023-4/+63
* [Bug 2794778]: Calls to CallWindowProc can lead to other functionspatthoyts@users.sourceforge.net2009-05-212-4/+12
* BUGFIX: last commit did not account for possibility of 0 tabs.jenglish@flightlab.com2009-05-171-17/+20