summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-083-29/+0
|\ | | | | FossilOrigin-Name: f3455aee4d258b2758107ed369812c6ea24766ad
| * We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-053-33/+0
| | | | | | FossilOrigin-Name: 7969d3a4e85e75cd061378f1b5f2b29a095d21f5
* | Mark merge of 8.4 bugfixes into 8.5 development.dgp2011-02-280-0/+0
|\ \ | |/ | | FossilOrigin-Name: 26a1f54bdf05c6daace1df1bd1127d8454797e14
| * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-256-9/+24
| | | | | | | | | | | | Just the strcpy->memcpy part, to prevent anything like [Bug #3164879] FossilOrigin-Name: c3b14185eab0f5d8361f6e97bab0dbf0fde1357e
| * [Patch #3154705] Close button has no effect.nijtmans2011-01-132-7/+19
| | | | | | | | | | | | Add <Escape> binding as well (backported from Tcl 8.5) FossilOrigin-Name: 3f19aab7fc28c9b630688794eb00c94d429361b7
| * Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵nijtmans2010-10-315-49/+70
| | | | | | | | | | | | | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 FossilOrigin-Name: 63cc534f50d72677a33e79bd4b45a1efeab739bc
| * Update for VS10nijtmans2010-10-232-7/+18
| | | | | | FossilOrigin-Name: 16f33d699c9568346d83eac2cab3049fe653985f
| * [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-127-77/+45
| | | | | | | | | | | | Fix 2 minor gcc warnings in tkWinTest.c FossilOrigin-Name: 42f3252288e1626ad79dc65ef32fced0ad13c7b6
| * generic/tkMenu.c: Defer TkMenuOptionTables cleanup to CallWhenDeleted() time,jenglish2010-02-172-4/+12
| | | | | | | | | | | | | | to ensure that the record doesn't get freed until after all widget instance commands have been deleted (Fixes [Bug#2952745]). FossilOrigin-Name: 8326727e938ee232e0cdf2850478c8324f0cec10
| * Fix test for the ewmh attributes additionpatthoyts2010-01-231-2/+2
| | | | | | FossilOrigin-Name: a325f76b7768581fef9bee145d024d93fe5c0852
| * TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-238-13/+244
| | | | | | FossilOrigin-Name: d9be2b12d7a3c20e85d7025e31bdda45b528148b
| * [Bug 2912473]: Stop problems caused by display names with a double colon in.dkf2009-12-112-1/+11
| | | | | | FossilOrigin-Name: ab74dd2e8e1d263f84036a0f518b16ff854925d1
| * Fix for [Bug 1739613]mistachkin2009-11-022-2/+47
| | | | | | FossilOrigin-Name: 69f4b2253a37ef276ee3c5992aa302240b2dfb6f
| * Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-252-6/+24
| | | | | | FossilOrigin-Name: 60ae3bae8c0f463ff8a1cd4a0bd70949a59c4d17
| * Apply (upgraded) version of [Patch 1469210].dkf2009-10-224-48/+108
| | | | | | FossilOrigin-Name: 3e3f06df5eb8e51c10f4444c95cc72fdc5378be4
| * [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-072-8/+13
| | | | | | FossilOrigin-Name: 10ea505d24f3337a71bc313b53d3780f6175adf4
| * * generic/tkMenuDraw.c (TkPostSubmenu): Fix reposting of submenu inhobbs2009-09-143-6/+32
| | | | | | | | | | | | | | | | | | * win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu. [Bug 873613] (DrawMenuEntryArrow): Draw Win menu arrow after being torn off. [Bug 873608] FossilOrigin-Name: 7ba46a0063f0c378e2ab9aab59b095687b8d89c7
| * * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" appledas2009-08-242-49/+34
| | | | | | | | | | | | | | | | event handler issues on recent Mac 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) FossilOrigin-Name: 49260f29be45cc75e65791568bd94060d6b5c66e
| * [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-222-1/+18
| | | | | | FossilOrigin-Name: d4a0a9045d3b131a664ea4ecf1ffe0b4693ac536
| * Backport 2080533 fix.dgp2009-04-302-2/+56
| | | | | | FossilOrigin-Name: 9465f442037330e71b78582db661d0ccf166d55e
| * * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-283-180/+187
| | | | | | | | | | | | to add _r to CC on AIX with threads. FossilOrigin-Name: b39a8d8ed18bbfbdaebebfce8bc5e4f8fa016ab0
| * Regen unix/configurestwo2009-04-141-1/+1
| | | | | | FossilOrigin-Name: 552ada0672c437bb5492c5d1886cc36b2572bea3
| * Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-142-1/+5
| | | | | | FossilOrigin-Name: 3cf9b5b8bd40da095fb27fae20fc278a83e80f35
| * * generic/tk.h: Restore _TCL guards around tcl.h inclusion to restoredgp2009-04-092-1/+8
| | | | | | | | | | | | compat with early 8.4.* releases. Thanks Stuart Cassoff. [Bug 1723812] FossilOrigin-Name: a0cf8211f6dd2c7ba082e77323063ca3770b19fe
| * [Bug 2645457] check for dead windows after calling Tk_MakeWindowExist to ↵patthoyts2009-02-282-1/+13
| | | | | | | | | | avoid a crash when mapping dead windows. FossilOrigin-Name: 4f246e52725c7fc500236663667969583d5cd8fe
| * * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS Xdas2009-02-064-4/+25
| | | | | | | | | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c: FossilOrigin-Name: 893b87235129b3f39582fa66f11e50b31764b73e
| * whitespacedas2009-02-061-2/+2
| | | | | | FossilOrigin-Name: d647d4d9bdcc6837dfaa472aa1fbfb979826a43e
| * True commit.andreas_kupries2009-01-161-2/+2
| | | | | | FossilOrigin-Name: 5df7affdb99b5b475fab11fbf2dd9e91bf5d7a43
| * * win/tkWinWm.c (WmAttributesCmd): Fix a single use ofandreas_kupries2009-01-162-1/+11
| | | | | | | | | | | | SetWindowLongPtr which was not properly ifdef'd. FossilOrigin-Name: 75bf70aee586387e8425096b913e390588e2e0fa
| * adjust copyright yeardas2009-01-081-3/+3
| | | | | | FossilOrigin-Name: e0707e03c2d13b833d9999eba74684ecff20a12f
| * Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
| | | | | | FossilOrigin-Name: b5a8364c47ebd06db246b547be948b2273e4893a
| * Fix leaks flagged by clang static analyzerdas2008-12-071-1/+25
| | | | | | FossilOrigin-Name: 0546a4224f9ad7e12f8d245c0486d266be60c430
| * TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
| | | | | | FossilOrigin-Name: 18d17bc64216153c92ac169b7c980169418c4bb3
| * MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-6/+3
| | | | | | FossilOrigin-Name: 4d7c9cff90308fc46bbc42321bb135f11ebb7827
| * * generic/tkPort.h: remove the ../unix/ header dir as the buildhobbs2008-11-042-2/+8
| | | | | | | | | | | | | | system already has it, and it confuses builds when used with private headers installed. FossilOrigin-Name: c83c543647979f202b718a61c81ac9f8763d7660
| * autoconf-2.13das2008-08-131-1/+1
| | | | | | FossilOrigin-Name: 37e133cf346e4de5e2be2e273cd1ea0577cb206d
| * * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-132-1/+8
| | | | | | | | | | | | libX11.so et al. FossilOrigin-Name: b0134c3181b0c769c31c51b60c40b352559f29f6
| * Fix for [Bug 2010422]: account for X11 changing constant LASTEvent.jenglish2008-08-062-9/+12
| | | | | | FossilOrigin-Name: b1bd86cd2adebd35ccf23aa967c26d2b48b5ea0f
| * * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing;das2008-06-192-44/+55
| | | | | | | | | | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). FossilOrigin-Name: f0631055e667b14ef0418fa61e21db0de035b557
| * * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit makingdas2008-06-192-5/+6
| | | | | | | | | | | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds. FossilOrigin-Name: 6c34d29b6e7ac913e1facabee850f97ca9b89170
| * * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missingdas2008-06-192-18/+50
| | | | | | | | | | | | | | | | * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created). FossilOrigin-Name: 96bdad05b124545caad2f10b9db8ca08e8b01cba
| * * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fixdas2008-06-191-2/+2
| | | | | | | | | | | | return value. FossilOrigin-Name: 3d447f60cd0e1c4f83bc93343113daee7a20f38e
| * autoconf-2.13das2008-06-121-130/+131
| | | | | | FossilOrigin-Name: 3bf500a960ed5371c4c73fea69e61b0c7b001be8
| * duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
| | | | | | FossilOrigin-Name: 5c8abaacfc1140b9f7792fac7978fc9c40f1ad57
| * * generic/tkPointer.c (Tk_UpdatePointer): fix failure to restore adas2008-06-122-6/+9
| | | | | | | | | | | | | | | | global grab capture and to release the restrict window capture when releasing a button grab. Fixes segfault due to dangling reference to restrict window inside TkpSetCapture() implementation. [Bug 1991932] FossilOrigin-Name: 8524e84a5a41d94365fb301b1fe36a257dc146e3
| * * macosx/tkMacOSXXStubs.c: sync with core-8-5-branch.das2008-06-122-2/+9
| | | | | | FossilOrigin-Name: be9839488d703ac5bfd26b6b2ea6153faa899212
| * * unix/configure: autoconf-2.13das2008-06-121-170/+167
| | | | | | FossilOrigin-Name: 8fdcb719d7002b3b4e3e6f1f4bccee76843c14e8
| * * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
| | | | | | FossilOrigin-Name: 3f985b1099225e41ad608da60673bef6cd0e3afe
| * bump release tagcore-8-4-19dgp2008-04-171-2/+2
| | | | | | FossilOrigin-Name: e886917365faf646765d61d852cc0d7a09baa2ab
| * * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-172-4/+10
| | | | | | | | | | | | <Enter> event should fire. Thanks to Sebastian Wangnick. [Bug 1327482] FossilOrigin-Name: 34f1ba78d705912888096725f5fd827691dab68f