summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-048-288/+288
|\
| * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-0410-944/+941
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-0319-873/+872
* | Merge 8.6jan.nijtmans2020-09-0320-299/+309
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-0333-475/+486
* | Merge 8.6jan.nijtmans2020-09-0313-1625/+1613
|\ \ | |/
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-038-1069/+1069
* | Merge 8.6jan.nijtmans2020-09-0313-283/+287
|\ \ | |/
| * Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-0314-561/+567
* | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-0237-97/+173
|\ \
| * \ Merge trunkjan.nijtmans2020-08-251-6/+1
| |\ \
| * \ \ Merge trunkjan.nijtmans2020-08-244-4/+4
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-08-2427-106/+105
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2020-08-181-6/+4
| |\ \ \ \ \
| * | | | | | New function Tk_FontGetDescription()jan.nijtmans2020-08-144-0/+60
| * | | | | | Merge trunkjan.nijtmans2020-08-146-94/+92
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2020-08-144-4/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-08-144-7/+7
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-08-1314-180/+207
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add documentation. Let ttk use the new Tk_SendVirtualEventjan.nijtmans2020-07-157-36/+9
| * | | | | | | | | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-1431-73/+116
* | | | | | | | | | | Merge 8.6jan.nijtmans2020-08-312-1/+6
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Change expectation of safe-5.1 (error-message changed in Tcl)jan.nijtmans2020-08-312-1/+6
* | | | | | | | | | | Fix [https://core.tcl-lang.org/tcl/tktview/07eb49661a|07eb49661a]: Change to ...jan.nijtmans2020-08-291-0/+4
* | | | | | | | | | | Fix errors in tk.decls which would break the build after genStubs is run.marc_culler2020-08-291-9/+8
* | | | | | | | | | | For now, put back TkMacOSXGetRootControl(), since Kevin Walzer uses it in his...jan.nijtmans2020-08-273-6/+7
* | | | | | | | | | | Attempt to maintain binary compatibility with 8.6 without having to live with...culler2020-08-271-1/+13
* | | | | | | | | | | Merge 8.6jan.nijtmans2020-08-274-67/+53
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
* | | | | | | | | | | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-263-96/+29
* | | | | | | | | | | Merge 8.6jan.nijtmans2020-08-261-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Simplifications, because TkMacOSXGetDrawablePort() always returns NULLjan.nijtmans2020-08-263-65/+20
* | | | | | | | | | | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. jan.nijtmans2020-08-265-72/+41
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Put back a dummy Tk_MacOSXTkOwnsCursor(), just because it's in the public stu...jan.nijtmans2020-08-263-59/+22
| * | | | | | | | | | Fix [08eb057dea]: remove two unused stub functions related to cursors and dat...culler2020-08-255-27/+24
| |/ / / / / / / / /
* | | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage....culler2020-08-241-6/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-6/+1
* | | | | | | | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val...jan.nijtmans2020-08-244-4/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-2414-42/+42
* | | | | | | | Merge 8.6jan.nijtmans2020-08-213-4/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix [b505e5f6a9]: Aqua: possible to implement XSetClipRectangles()?jan.nijtmans2020-08-213-4/+13
| |\ \ \ \ \ \ \
| | * | | | | | | Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ...jan.nijtmans2020-08-193-13/+13
| | * | | | | | | Test using XSetClipRectangles on macOS.culler2020-08-183-4/+13
* | | | | | | | | Fix [bb85d249dd]: valgrind complaints on 'canvas image' command (TIP 489)jan.nijtmans2020-08-211-6/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix 2 places where using "unsigned long" is overkill on 64-bit platformsjan.nijtmans2020-08-211-3/+3
* | | | | | | | | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-204-6/+5
* | | | | | | | | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-206-36/+31
* | | | | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-197-12/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-197-12/+9
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Comment out documentation of -border and -unit as layout options.fvogel2020-08-191-0/+1
| | * | | | | | Remove the focus ring of selected items of ttk::treeview.fvogel2020-07-181-2/+1