summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
* Correction in escape sequence of Esperanto message fileoehhar2022-07-041-1/+1
* Update Esperanto message catalog. Thanks to Uli Ender for the contribution.oehhar2022-07-041-36/+36
* Fix [be29f72eb7]: Add ru translation messages, which used in "tk fontchooser"...jan.nijtmans2022-06-271-2/+20
* Fix [aefdb8601b]: Invalid translation of "Cancel" mesage in tk/msgs/ru.msg filejan.nijtmans2022-06-271-1/+1
* KeyPress -> Key in bindings. Minor other cleanupsjan.nijtmans2022-05-177-166/+165
* Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-195-18/+26
* Fix [415415fff]: Scale long callback: One click -> Two stepsfvogel2022-04-071-0/+17
|\
| * More accurate comment.fvogel2022-02-281-1/+1
| * Fix [415415fff]: Long callback: One click -> Two steps.fvogel2022-02-251-0/+17
* | (Cherry-pick) Fix for bug [29b5c28ea]jan.nijtmans2022-04-041-1/+2
* | Remove finnish translations for strings not present in 8.6 (delivered msg-fil...jan.nijtmans2022-03-161-28/+3
* | Add Finnish translations from Sampo Hippelainen, provided in [f479206ff1].fvogel2022-03-141-0/+114
* | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-1/+1
* | Fix [f75190db19]: ::tk::fontchooser of contains a couple of issues.fvogel2022-02-251-99/+158
|\ \
| * | Remove proc ::tk::fontchooser::actual as this does not look right to me and c...fvogel2022-01-131-52/+1
| * | Typo in commentfvogel2022-01-131-1/+1
| * | Let existing fontchooser tests pass. This also fixes the 'can't read S(nstate...fvogel2022-01-131-2/+2
| * | Better code stylefvogel2022-01-131-20/+40
| * | Oops. Fix my fix in the previous commit.fvogel2022-01-091-1/+1
| * | Fix error leading to unexpected results...fvogel2022-01-091-1/+1
| * | Fix indentation ('Indents are 4 Spaces' and 'Continuation Lines are Indented ...fvogel2021-12-051-39/+39
| * | More fixes for [f75190db19]: ::tk::fontchooser of contains a couple of issuesfvogel2021-12-051-42/+99
| * | Fix indentationfvogel2021-11-061-44/+44
| * | Fix [f75190db19]: ::tk::fontchooser of contains a couple of issuesfvogel2021-11-061-31/+64
* | | Fix [ce6b428620] (in Tcl repository, see [https://core.tcl-lang.org/tcl/tktvi...fvogel2022-02-181-2/+2
| |/ |/|
* | Fix [247d80ddd8]: Chinese translation - tk msgjan.nijtmans2022-02-071-0/+92
* | Ticket [331030eca8] Fixing demo file "earth.gif" with incorrect gif data whic...oehhar2022-01-131-0/+0
|/
* Bump to 8.6.12 for releasejan.nijtmans2021-10-271-1/+1
* Fix indentationmax2021-10-181-1/+1
* Let the font chooser dialog also expand in Y directionmax2021-10-181-0/+1
* Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-215-5/+5
* Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-213-48/+46
* Remove comment which is not true any more. Some more formattingjan.nijtmans2021-05-311-2/+0
* Minor code cleanup: Handle $entry -1 the same as $entry "", since Tk is not a...jan.nijtmans2021-05-212-8/+6
* Fix [e3ad5e0fca]: macOS XQuartz : issue with menujan.nijtmans2021-05-202-2/+2
* Additional fixes to Aqua default colors and handling of fieldbackground for e...culler2021-04-191-4/+2
* Fix the background for ttk::spinbox too.culler2021-04-071-0/+4
* Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackgroundculler2021-03-051-0/+4
* Fix [d3cd4c6949]: Make the ttk::notebook::CycleTab proc more robustjan.nijtmans2021-02-101-5/+7
* Fix [bdcab85b9c]: Aqua crash when non-BMP characters are used in a menu labelmarc_culler2021-01-271-0/+2
* Always use -eofchar "\032 {}", not -eofchar \032. See: [https://core.tcl-lang...jan.nijtmans2021-01-151-1/+1
* Merge-mark core-8-6-11-rc (single-char fix, already done here). Remove wrong ...jan.nijtmans2021-01-131-5/+0
|\
| * Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11core-8-6-11-1jan.nijtmans2021-01-131-1/+1
* | Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11. Also remove some u...jan.nijtmans2021-01-111-8/+8
|/
* Merge 8.6marc_culler2020-12-151-1/+1
|\
| * Fine tune the Big Sur behavior.marc_culler2020-12-151-1/+1
* | merge 8.6dgp2020-12-072-43/+41
|\ \ | |/
| * Implement option 3 - ignore menu colors on macOS.culler2020-11-191-2/+9
| * Make the menu demo look like the old one, by using -foreground instead of -ba...culler2020-11-171-3/+11