summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [8e9d65d2d4]: Unexpected behavior of ttk::treeview with detached items - ...fvogel14 days1-0/+8
* Fix [fbcee2b106]: wrong TK_BUILD_LIB_SPEC on Windows platform (mingw64)jan.nijtmans2024-09-132-4/+12
|\
| * Fix [fbcee2b106]: wrong TK_BUILD_LIB_SPEC on Windows platform (mingw64)jan.nijtmans2024-09-132-37/+37
* | Merge-markjan.nijtmans2024-09-110-0/+0
|\ \ | |/
| * Backport doc formatting improvements from 9.0jan.nijtmans2024-09-1115-222/+369
| |\
| | * Backport doc formatting improvements from 9.0jan.nijtmans2024-09-1115-251/+389
* | | added information on the default for the -type option of tk_messageBoxTorsten2024-09-111-1/+1
* | | Unified naming of the Mac to 'macOS' as other names are outdated since 2016 (...Torsten2024-09-1115-35/+35
* | | Fix some compiler warnings, when compiling with g++jan.nijtmans2024-09-102-15/+15
|\ \ \ | |/ /
| * | Fix some compiler warnings, when compiling with g++jan.nijtmans2024-09-102-6/+6
| | |
| \ \
*-. \ \ Fix [610a73a179] (pixel objects) and [f91aa24bbe] (Tcl_Obj usage) for "canvas".jan.nijtmans2024-09-104-112/+152
|\ \ \ \ | | |/ /
| | * | Move placeholder-related entry options to the end of the "Entry" structure, f...jan.nijtmans2024-09-091-13/+13
| | * | Fix [5f739d2253]: Inconsistency in whether widgets allow negative borderwidth...jan.nijtmans2024-09-091-12/+27
| * | | Fix canvas-1.7 expected resultcore-bug-f91aa24bbejan.nijtmans2024-09-091-1/+1
| * | | Fix [f91aa24bbe]: Use of Tcl_Obj vs char * in Widget storage for "canvas"jan.nijtmans2024-09-092-98/+138
|/ / /
* | | Eliminate use of BUILD_tk in tkListbox.cjan.nijtmans2024-09-081-68/+82
|\ \ \ | |/ /
| * | Fix [29ba539501] for listbox: many PIXEL options don't keep their configured ...jan.nijtmans2024-09-082-88/+120
| * | Backport from 9.0jan.nijtmans2024-09-082-38/+38
* | | Fix comments in tkText.hjan.nijtmans2024-09-081-3/+3
* | | Indentingjan.nijtmans2024-09-081-4/+4
|\ \ \ | |/ /
| * | Backport Tk 9.0 changes in tkCanvUtil.c and tkOldConfig.c, without any other ...jan.nijtmans2024-09-083-18/+68
* | | Stay compatible with applications (like "tkpath") which use outline->offset d...jan.nijtmans2024-09-081-4/+4
* | | Fix [610a73a179] for canvas -dashoffset optionjan.nijtmans2024-09-085-6/+24
* | | Fix [610a73a179] for canvas -width/-height optionsjan.nijtmans2024-09-083-12/+27
* | | Extend Tk_CanvasTextInfo with 3 reserved fields. Update Tk_CanvasTextInfo doc...jan.nijtmans2024-09-082-4/+7
* | | Use Tk_AllocColorFromObj() in stead of Tk_GetColor() where possible: it's mor...jan.nijtmans2024-09-077-11/+10
|\ \ \ | |/ /
| * | Merge-markjan.nijtmans2024-09-070-0/+0
| |\ \ | | |/
| | * Use Tk_AllocColorFromObj() in stead of Tk_GetColor() where possible: it's mor...jan.nijtmans2024-09-075-8/+8
* | | Fix "scrollbar" part of [610a73a179]: Canvas widget handles pixel objects inc...jan.nijtmans2024-09-078-90/+157
|\ \ \
| * | | "canvas" almost done. Only missing are tkCanvPs and tkCanvWindjan.nijtmans2024-09-064-48/+69
| * | | Handle canvas width/heightjan.nijtmans2024-09-063-13/+27
| * | | Finish "scrollbar"jan.nijtmans2024-09-066-30/+35
| * | | Start with scrollbarjan.nijtmans2024-09-055-46/+77
| * | | canvText progressjan.nijtmans2024-09-043-7/+11
| * | | Keep Tk_Outline size the samejan.nijtmans2024-09-032-5/+5
| * | | Merge 9.0jan.nijtmans2024-09-0313-91/+91
| |\ \ \
| * | | | Formattingjan.nijtmans2024-09-023-4/+4
| * | | | takeFocus -> takeFocusObjjan.nijtmans2024-09-0218-53/+50
| * | | | Always Incr refcount before Decr another: it could be the same Tcl_Objjan.nijtmans2024-09-021-8/+7
| * | | | Undo experiment. Merge 9.0jan.nijtmans2024-09-0224-153/+120
| |\ \ \ \
| * | | | | Experiment: Break Tk_GetColor/Tk_Get3DBorder's Tk_Uid contract in the worst p...jan.nijtmans2024-08-312-4/+36
| * | | | | Remove (apparent) unneeded Tk_GetUid() callsjan.nijtmans2024-08-315-10/+9
| * | | | | Merge 9.0. More progressjan.nijtmans2024-08-305-42/+66
| |\ \ \ \ \
| * \ \ \ \ \ Merge 9.0jan.nijtmans2024-08-302-51/+54
| |\ \ \ \ \ \
| * | | | | | | Make a start with [610a73a179]: Canvas widget handles pixel objects incorrect...jan.nijtmans2024-08-2910-36/+104
* | | | | | | | Merge-markjan.nijtmans2024-09-060-0/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2024-09-062-5/+5
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Fix [15bd03e81a]: `make genstubs` produces broken tkDecls.h filejan.nijtmans2024-09-062-5/+5
* | | | | | | Forgot to add dead_hamza to the documentationjan.nijtmans2024-09-031-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2024-09-034-77/+78
| |\ \ \ \ \ \ | | |/ / / / /