Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ↵macosx_cocoa_premerge | nijtmans | 2009-06-27 | 5 | -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' | das | 2009-06-26 | 60 | -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=carbon | das | 2009-06-26 | 3 | -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_freeze | nijtmans | 2009-06-23 | 1 | -10/+6 | |
| | | | | (follow-up) | |||||
* | fix [Bug #220935] canvas dash update problem | nijtmans | 2009-06-22 | 2 | -3/+7 | |
| | ||||||
* | Missing constraint on new test winWm-9.0 | dgp | 2009-06-13 | 1 | -3/+3 | |
| | ||||||
* | regen stubs | dkf | 2009-06-12 | 2 | -2/+29 | |
| | ||||||
* | Move another two entries to the internal stub table from MODULE_SCOPE. | dkf | 2009-06-12 | 3 | -16/+23 | |
| | ||||||
* | [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵ | patthoyts | 2009-06-02 | 3 | -4/+63 | |
| | | | | activation. | |||||
* | [Bug 2794778]: Calls to CallWindowProc can lead to other functions | patthoyts | 2009-05-21 | 2 | -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. | jenglish | 2009-05-17 | 1 | -17/+20 | |
| | ||||||
* | generic/ttkNotebook.c: More flexible tab placement [Bug 1470246] | jenglish | 2009-05-17 | 2 | -23/+46 | |
| | ||||||
* | [Bug 1923684]: checkbuttons must prefer off over the indeterminate state | patthoyts | 2009-05-14 | 2 | -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 ↵ | patthoyts | 2009-05-13 | 3 | -6/+11 | |
| | | | | system errors. | |||||
* | [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated ↵ | patthoyts | 2009-05-13 | 3 | -2/+27 | |
| | | | | family name. |