summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-222-1/+16
|
* Corrected drawing of rotated underlines. [Bug 2356057]dkf2009-07-212-98/+103
|
* Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from ↵ferrieux2009-07-202-4/+11
| | | | intersection computation. Might deserve generalization to other tests.
* More fixes for [Bug 2824378]dkf2009-07-201-12/+13
|
* Fix [Bug 2824378] by correcting expected output.dkf2009-07-202-9/+12
|
* A slightly more efficient placingdkf2009-07-181-3/+3
|
* Fix the transfer of large binary data. I hate INCR selections transfers...dkf2009-07-182-10/+18
|
* * unix/Makefile.in: Define NDEBUG in optimized (non-das2009-07-182-2/+5
| | | | symbols) build to disable assert()s.
* * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due todas2009-07-182-2/+7
| | | | off-by-one ckalloc error. [Bug 2821318]
* * 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
| | | | | | | | * 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.dkf2009-07-152-20/+59
|
* Corrected definition of -height and -width for canvas' window items. [2326602]dkf2009-07-142-5/+8
|
* autoconf-2.59das2009-07-141-17/+34
|
* Allow turning off of XScreenSaver use. [Bug 2496018]dkf2009-07-142-20/+36
|
* dot needs quoting at the start of a linepatthoyts2009-07-111-4/+4
|
* [Bug 2818455]: Corrected example.dkf2009-07-112-30/+65
|
* More marking of files as Objective-C.dkf2009-07-071-47/+71
|
* More marking of files as Objective-C.dkf2009-07-0622-250/+464
|
* Formatting cleanup, mark files as Objective-C.dkf2009-07-062-230/+365
|
* Avoid the use of C++ reserved words in headers [Bug2815625]patthoyts2009-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
| | | | | | | | | | | | 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_mergedas2009-06-2991-23891/+12008
|
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ↵macosx_cocoa_premergenijtmans2009-06-275-32/+62
| | | | | | | last set of internal function of this type which was not exposed yet. Removed TkTile(Parse|Print)Proc from tkInt.h, because they don't exist. Follow-up to [Bug 2804935], now all Tk*(Parse|Print)Proc functions are exposed through the internal stub table.
* * carbon/ (new directory): copy of current state of 'macosx'das2009-06-2660-0/+55108
| | | | | source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5).
* * unix/Makefile.in: add support for --enable-aqua=carbondas2009-06-263-32/+64
| | | | | | | * unix/configure.in: configure option (legacy fallback for pre-Mac OS X 10.5 releases). * unix/configure: autoconf-2.59
* fix [Bug #220935] canvas dash update problemmacosx_carbon_freezenijtmans2009-06-231-10/+6
| | | | (follow-up)
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-222-3/+7
|
* Missing constraint on new test winWm-9.0dgp2009-06-131-3/+3
|
* regen stubsdkf2009-06-122-2/+29
|
* Move another two entries to the internal stub table from MODULE_SCOPE.dkf2009-06-123-16/+23
|
* [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵patthoyts2009-06-023-4/+63
| | | | activation.
* [Bug 2794778]: Calls to CallWindowProc can lead to other functionspatthoyts2009-05-212-4/+12
| | | | | overwriting the event strucure. Therefore preserve a local copy of the XKeyEvent while looping over the key events.
* BUGFIX: last commit did not account for possibility of 0 tabs.jenglish2009-05-171-17/+20
|
* generic/ttkNotebook.c: More flexible tab placement [Bug 1470246]jenglish2009-05-172-23/+46
|
* [Bug 1923684]: checkbuttons must prefer off over the indeterminate statepatthoyts2009-05-142-6/+29
| | | | | If a checkbutton offvalue is the same as the tristate value we should use the off state in preference. (andrey gusev)
* FormatMessage should always use the ignore-inserts flag when processing ↵patthoyts2009-05-133-6/+11
| | | | system errors.
* [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated ↵patthoyts2009-05-133-2/+27
| | | | family name.
* avoid panic for CFStrings longer than INT_MAXdas2009-05-061-2/+2
|
* Updated the Wish and Tk icons for Windows 7 support.patthoyts2009-05-065-0/+122
| | | | | | Vista and Windows 7 like to display larger icon sizes than previous versions although we do not include the largest suggested size (256x256) as that prevents building with msvc6. Both icons are rendered from SVG versions of the Tcl feather or the Wish lamp.
* Fix [Bug 487220].dkf2009-05-052-4/+6
|
* Fix [Bug 1832015].dkf2009-05-052-3/+15
|
* Purge mention of interp->result. [Bug 2431507]dkf2009-05-0419-73/+93
|
* Fix [Bug 2785744].dkf2009-05-032-27/+35
|
* Fix [Bug 2777019].dkf2009-05-012-2/+6
|
* oopsdkf2009-05-011-2/+1
|
* Factor out some of the postscript generation code to the PS prolog.dkf2009-05-013-177/+175
|
* [Patch 2504402] Create icon bitmaps as device independent bitmaps.patthoyts2009-04-302-11/+74
| | | | | | This ensures the icon can be drawn properly on various colour depth surfaces - in particular it fixes a problem with remote desktop and looks better in the vista task switching overlay. (cjmcdonald)
* Fix typodkf2009-04-301-3/+2
|