summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-2113-12/+18
| | | Change many url's from http:// to https://
* Fix copy/paste error in ttk::scale man page.fvogel2021-06-211-1/+1
|
* Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-214-49/+47
|
* Fix [26d4c8a0b4]: Typos in the man pages for grid, pack, and placefvogel2021-06-103-3/+3
|
* Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil.jan.nijtmans2021-06-092-2/+2
|
* Sync rules.vc with Tcljan.nijtmans2021-06-081-1/+1
|
* sync unix/tcl.m4 with Tcl, re-generate unix/configurejan.nijtmans2021-06-082-7/+12
|
* Fix [099109cf1f]: segfault when destroying an embedded window if the ↵culler2021-06-043-1/+5
|\ | | | | | | container has multiple embedded windows
| * Analogous changes for linux and Windowsjan.nijtmans2021-06-042-1/+2
| |
| * Fix [099109cf1f]: crash when destroying an embedded window if the container ↵culler2021-06-031-0/+3
|/ | | | has multiple embedded windows -- this commit uses Christopher Chavez's patch for Aqua only.
* Fix [d4d6319b9d]: Aqua - rendering can be incomplete after drawing to a ↵culler2021-06-031-0/+2
|\ | | | | | | withdrawn window and deiconifying
| * Redraw windows after deiconify. Fixes [d4d6319b9d]. Also fixes empty ↵culler2021-05-311-0/+2
| | | | | | | | tooltip windows.
* | Fix [8ecc3eaf5c]: make sure that the key window is moved to the front when ↵culler2021-06-031-1/+3
|\ \ | | | | | | | | | an app is activated by Mission Control.
| * | Fix [8ecc3eaf5c]: Activating an app with Mission Control may not raise the ↵culler2021-06-011-1/+3
| |/ | | | | | | app's key window.
* | Fix [4401d32fb7]: clean up code that deals with Aqua pixel formats. Makes ↵culler2021-06-031-92/+176
|\ \ | | | | | | | | | -format window work again in TkImg.
| * \ Merge 8.6culler2021-05-066-21/+31
| |\ \
| * | | Use TCL_UNUSED in TkpPutRGBAImage.culler2021-05-041-12/+37
| | | |
| * | | Attempt to explain the complexities of RGBA and ARGB and big and little ends ↵culler2021-05-031-59/+113
| | | | | | | | | | | | | | | | and make the code deal with them as clearly as possible.
| * | | Make ImageGetPixel consistent with XGetImage.culler2021-05-031-6/+6
| | | |
| * | | Oops. Cosmetic change meant to reduce confusion actually increased it. Try ↵culler2021-05-021-4/+4
| | | | | | | | | | | | | | | | again.
| * | | ABGR -> ARGB as observed by Christopher Chavez.culler2021-05-011-3/+3
| | | |
* | | | A few more "const" keyword optimizationsjan.nijtmans2021-06-032-4/+4
| |_|/ |/| |
* | | Remove comment which is not true any more. Some more formattingjan.nijtmans2021-05-313-5/+3
| | |
* | | Fix parameter mismatch between functions definitions and implementation. ↵jan.nijtmans2021-05-272-10/+10
| | | | | | | | | | | | This gives a warning with Gcc 11
* | | merge markfvogel2021-05-250-0/+0
|\ \ \
| * | | Cherrypick [9d22c7e3] and adapt it to core-8-5-branch.fvogel2021-05-252-12/+18
| | | |
* | | | merge mac_workflow branchfvogel2021-05-252-15/+30
|\ \ \ \
| * | | | Add running of the test suite (deployment and development targets) for the ↵fvogel2021-05-241-0/+9
| | | | | | | | | | | | | | | | | | | | xcode job
| * | | | Be more tolerant about timing in tk-6.5 and remove unneeded constraint. This ↵fvogel2021-05-241-4/+2
| | | | | | | | | | | | | | | | | | | | test really does pass on macOS with XQuartz. It may fail (both with XQuartz or with aqua) because of the slowness of the continuous integration platform on which the tests are performed.
| * | | | merge core-8-6-branchfvogel2021-05-240-0/+0
| |\ \ \ \
| * | | | | Revert the logic of grepping in the output file because we need an exit code ↵fvogel2021-05-241-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | of 0 for grep. As a consequence we need to grep separately in each (classic and ttk) output file. Finally restore proper killing of xvfb.
| * | | | | Only install X11 (Xquartz) when required. Fix the test checking this.fvogel2021-05-241-5/+4
| | | | | |
| * | | | | Dittofvogel2021-05-241-1/+1
| | | | | |
| * | | | | According to GitHub Actions documentation ( ↵fvogel2021-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on ), the correct runner for macOs Big Sur is macos-11, not macos-11.0. Follow the doc, even if it was working with macos-11.0
| * | | | | Cherrypick [6b90aa9a]: Fix aqua crash in wm-transient-7.5fvogel2021-05-241-0/+1
| | | | | |
| * | | | | merge core-8-6-branchfvogel2021-05-242-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ Fix [7bda9882cb]; aqua bindings for <Double-1> fire twice if the ↵culler2021-05-252-2/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | double-click activates the application.
| * | | | | | Fix [7bda9882cb]: Aqua generates duplicate double-click actions when the ↵culler2021-05-222-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | double click activates the application.
* | | | | | | Fix crash caused by not removing a transient record when the transient is ↵culler2021-05-241-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | reassigned to a different container.
| * | | | | | Fix aqua crash in wm-transient-7.5culler2021-05-231-0/+1
|/ / / / / /
* | | | | | Fix [3e33602eae]: Inconsistent bind substitution of %Sjan.nijtmans2021-05-221-1/+1
| | | | | |
* | | | | | Merge 8.5jan.nijtmans2021-05-221-3/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge mac_workflow branchjan.nijtmans2021-05-221-3/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | merge core-8-6-branchfvogel2021-05-2137-450/+735
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | merge-markjan.nijtmans2021-05-210-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [8b679f597b]: tk unix/Makefile.in : uses a library path rather than a ↵jan.nijtmans2021-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | directory location when building tk library
* | | | | | Minor code cleanup: Handle $entry -1 the same as $entry "", since Tk is not ↵jan.nijtmans2021-05-212-8/+6
| |_|/ / / |/| | | | | | | | | | | | | | always consistant in which one is used
* | | | | Apply patch from Christopher Chavez - removes extraneous definition of ↵culler2021-05-201-4/+0
| | | | | | | | | | | | | | | | | | | | TK_NO_DOUBLE_BUFFERING
* | | | | Fix [8b679f597b]: tk unix/Makefile.in : uses a library path rather than a ↵jan.nijtmans2021-05-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | directory location when building tk library
| * | | | | Proposed fix for [8b679f597b]: tk unix/Makefile.in : uses a library path ↵jan.nijtmans2021-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | rather than a directory location when building tk library