summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tweak comments.fvogel2023-07-231-3/+1
* Merge 8.7jan.nijtmans2023-07-18148-2096/+1682
|\
| *-. Fix [3b4a9ed919]: listbox test failuresjan.nijtmans2023-07-183-22/+19
| |\ \
| | | * Listbox entries don't use option database for initialization, so let "itemcon...jan.nijtmans2023-07-183-18/+18
| | * | Proposed fix for [3b4a9ed919]: Don't specify option database and initializati...jan.nijtmans2023-07-172-17/+14
| |/ /
| * | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-1710-50/+136
| |\ \ | | |/
| | * Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-1710-50/+136
| | |\
| | | * Add an example of XSetClipRectangles() use, for non-Ttk labelframe widgets wi...fvogel2023-07-171-8/+5
| | | * Merge 8.6jan.nijtmans2023-07-172-6/+6
| | | |\
| | | * | Fix typo when applying patches.fvogel2023-07-161-1/+1
| | | * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 6 from Christophe...fvogel2023-07-161-3/+4
| | | * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe...fvogel2023-07-165-35/+38
| | | * | Remove obsolete comment (TkSetRegion is used elsewhere, namely in Ttk).fvogel2023-07-161-3/+1
| | | * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 4 from Christophe...fvogel2023-07-161-2/+9
| | | * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 3 from Christophe...fvogel2023-07-161-3/+5
| | | * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 2 from Christophe...fvogel2023-07-161-0/+2
| | | * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 1 from Christophe...fvogel2023-07-164-0/+76
| * | | | Fix [396e9fc017]: Aqua: declare TkMacOSXCreateCGImageWithXImage() as static.fvogel2023-07-171-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix [396e9fc017]: Aqua: declare TkMacOSXCreateCGImageWithXImage() as static.fvogel2023-07-171-1/+1
| | | |/ | | |/|
| * | | Fix [ec6f07231c]: makefile.vc: error when TCLDIR is a relative pathjan.nijtmans2023-07-171-2/+4
| |\ \ \
| | * | | Proposed fix for [ec6f07231c]: Makefile.vc: error when TCLDIR is a relative pathcore-bug-ec6f07231cjan.nijtmans2023-07-171-2/+4
| * | | | "noxp" makes no sense any morejan.nijtmans2023-07-171-6/+0
| * | | | Eliminate some more unneeded HAVE_* macro'sjan.nijtmans2023-07-176-61/+3
| |/ / /
| * | | Fix typo (equivelent -> equivalent).fvogel2023-07-162-6/+6
| |\ \ \ | | |/ /
| | * | Fix typo (equivelent -> equivalent).fvogel2023-07-162-6/+6
| | |/
| * | Fix [f41f675cca]: TIP #577 was merged without necessary updates in the man pagesfvogel2023-07-1511-3/+34
| |\ \
| | * | OBJOFFSET VS. INTERNALOFFSET: Document that Ttk widgets do not support the in...fvogel2023-07-141-0/+4
| | * | Document indices of the form 'end-n' as being accepted by the -underline opti...fvogel2023-07-142-2/+4
| | * | merge trunkfvogel2023-07-14118-1939/+1459
| | |\ \
| | * | | Document acceptable indices <M>+<N>, <M>-<N>, end-<N> that TIP #577 made avai...fvogel2023-05-298-1/+26
| | * | | merge trunkfvogel2023-05-29127-23226/+2555
| | |\ \ \
| * | \ \ \ merge 8.6fvogel2023-07-152-2/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Remove unused variable (gcc compiler on macOS said: warning: variable 'fontsL...fvogel2023-07-151-0/+4
| | * | | | Remove unused variable (gcc compiler on macOS said: warning: variable 'events...fvogel2023-07-151-2/+0
| * | | | | Fix [0502c1eef5]: Aqua: fix NSAttributedString leak in TkpConfigureMenuEntry(...fvogel2023-07-151-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix [0502c1eef5]: Aqua: fix NSAttributedString leak in TkpConfigureMenuEntry(...fvogel2023-07-151-0/+1
| * | | | | Fix [fa4694dcd0]: Aqua: fix TKNSString leak in TkpConfigureMenuEntry(). Patch...fvogel2023-07-151-2/+3
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Fix [fa4694dcd0]: Aqua: fix TKNSString leak in TkpConfigureMenuEntry(). Patch...fvogel2023-07-151-2/+3
| * | | | Made the mouse wheel bindings for the text widget (which scroll by pixels) an...csaba2023-07-123-26/+28
| * | | | Merge aqua_stripe branch; thanks to Christopher Chavez for patchKevin Walzer2023-07-123-6/+18
| |\ \ \ \
| | * | | | Update to striped background on Aqua with semantic colors - patch from Christ...Kevin Walzer2023-07-103-6/+18
| |/ / / /
| * | | | Merge markKevin Walzer2023-07-100-0/+0
| * | | | Revert change to mclist demo as it already includes stripesKevin Walzer2023-07-101-1/+1
| * | | | Merge markKevin Walzer2023-07-100-0/+0
| * | | | Cosmetic improvement to treeview and widget demo under Aqua with handling for...Kevin Walzer2023-07-102-1/+5
| * | | | Merge markKevin Walzer2023-07-100-0/+0
| * | | | Cosmetic improvement - stripebackground for ttk::treeview on AquaKevin Walzer2023-07-101-1/+1
| * | | | Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez.fvogel2023-07-092-6/+7
| |\ \ \ \ | | |/ / /
| | * | | Fix [a526d42999]: Aqua: leak in TkpOpenDisplay(). Patch from Christopher Chavez.fvogel2023-07-092-6/+6
| * | | | Fix [9b74a906e2]: Aqua: leak in Tk_FreePixmap(). Patch from Christopher Chavez.fvogel2023-07-091-5/+1