summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated the language of the documentation so that "object" refers to an OOdkf2012-11-082-13/+13
| | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
* [Bug 3574708]: Move window liveness checks to better location.dkf2012-11-072-3/+16
|\
| * [Bug 3574708]: Move window liveness checks to better location.dkf2012-11-072-3/+16
| |
* | Now that fossil stores the right characters, we might as well use them in ↵jan.nijtmans2012-11-073-9/+9
|\ \ | |/ | | | | more places
| * Now that fossil stores the right characters, we might as well use them in ↵jan.nijtmans2012-11-072-4/+4
| | | | | | | | more places
* | just fix some characters that fossil cannot handle welljan.nijtmans2012-11-072-5/+5
|\ \ | |/
| * just fix some characters that fossil cannot handle welljan.nijtmans2012-11-072-5/+5
| |
* | merge changesdgp2012-11-052-1/+9
|\ \ | |/
| * Update changes for 8.5.13.dgp2012-11-051-0/+20
| |
* | 3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget]dgp2012-10-242-0/+12
|\ \ | |/ | | operations that could cause segfaults due to premature free of structs.
| * 3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget]dgp2012-10-242-0/+12
| | | | | | operations that could cause segfaults due to premature free of structs.
* | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-233-36/+20
|\ \ | |/ | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| * sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-2320-233/+247
| |\ | | | | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| | * sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-4/+5
| | |
* | | consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-2327-205/+205
|\ \ \ | |/ /
| * | remove tkMacOSXCarbonEvents.cjan.nijtmans2012-10-231-690/+0
| | |
| * | remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-2349-138/+52
| | |
| * | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵jan.nijtmans2012-10-2310-127/+104
| | | | | | | | | | | | metrics handling from trunk
* | | merge-markjan.nijtmans2012-10-180-0/+0
|\ \ \ | |/ /
| * | Backport of dgp wm-forget and wm-manage fixes; test suite no longer crashesKevin Walzer2012-10-181-6/+17
| | |
* | | merge-markjan.nijtmans2012-10-130-0/+0
|\ \ \ | |/ /
| * | Pull unintentional core-8-5-branch fork back together.andreask2012-10-091-2/+2
| |\ \
| | * | 3574877 stop hang of test dialog-1.3 on Aqua builds.dgp2012-10-051-2/+2
| | | |
| * | | Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-095-0/+33
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | tk-cocoa-8-5-bacport-branch, did not survive the merge. See trunk 2012-05-29 Donal K. Fellows * generic/tkInt.decls (TkMacOSXDrawable): Added OSX-specific mechanism to allow retrieval of the drawing surface. Allows Canvas3d to be adapted to 8.6.
* | | Remove Carbon directory from source treeKevin Walzer2012-10-0959-55068/+0
| | |
* | | merge markdgp2012-10-050-0/+0
|\ \ \ | |/ /
| * | fix typodgp2012-10-051-1/+1
| | |
| * | Fix typo in tkMacOSXFont.cKevin Walzer2012-10-041-1/+1
| | |
| * | Fix for 3572016, menus not re-enabling after modal dialogKevin Walzer2012-10-021-0/+6
| | |
| * | Backport of dgp fixes on 50e0c049b2 to 8.5Kevin Walzer2012-10-023-10/+17
| | |
* | | Fix for 3572016, menus not re-enabling after modal dialogKevin Walzer2012-10-023-2/+8
| | |
* | | merge-markjan.nijtmans2012-09-280-0/+0
|\ \ \ | |/ /
| * | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-286-8/+96
| |\ \ | | |/ | | | | | | lime, olive, silver and teal), part of TIP #403
| | * Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, ↵jan.nijtmans2012-09-286-282/+374
| | | | | | | | | | | | lime, olive, silver and teal), part of TIP #403
* | | merge-markjan.nijtmans2012-09-260-0/+0
|\ \ \ | |/ /
| * | Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-262-11/+30
| |\ \ | | |/
| | * Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-262-9/+19
| | |
| * | Test for XftFontOpen in Xft library, not FT_New_Facejan.nijtmans2012-09-252-25/+30
| | |
| * | Backport of dgp fixes to trunk for Tk-CocoaKevin Walzer2012-09-252-2/+4
| | |
| * | Merge Tk-Cocoa backport into core-8-5-branchKevin Walzer2012-09-2576-23257/+12960
| |\ \
| | * | Added two missing header files from the cococa backport branch.cocoa_full_merge_review_8_5andreask2012-09-122-0/+800
| | | |
| | * | review remarks, see mail.jan.nijtmans2012-09-128-4449/+7025
| | | |
| | * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-1274-30270/+16597
| | | |
* | | | Compile win32 binaries with -DTCL_NO_DEPRECATED, and fix gcc compiler warningjan.nijtmans2012-09-193-8/+21
| | | |
* | | | merge release branchdgp2012-09-1811-16/+55
|\ \ \ \
| * | | | Tag for 8.6b3 release.core_8_6_b3core_8_6_b3_rcdgp2012-09-171-0/+6
| | | | |
| * | | | merge trunkdgp2012-09-177-14/+45
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | 3567786 Stop segfault in [wm forget]dgp2012-09-171-3/+15
|\ \ \ \ \
| * | | | | Updated branch now stops all segfaults and panics in the test suite.bug_3567786dgp2012-09-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not a lot of confidence that other problems haven't been created, including memleaks and broken functionality in areas. A review would be a good idea. So would a trunk that doesn't segfault the test suite.
| * | | | | More work in progress. wm-manage tests all work now. still some issuesdgp2012-09-161-2/+6
| | | | | | | | | | | | | | | | | | with wm-forget.