Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [https://core.tcl-lang.org/tcl/tktview/0439e1e1a3|0439e1e1a3] can't -> ↵core-bug-0439e1e1a3 | jan.nijtmans | 2024-07-08 | 4 | -24/+24 |
| | | | | cannot in all error-messages | ||||
* | Merge 8.7. Re-generate configure with autoconf-2.72 | jan.nijtmans | 2024-07-03 | 3 | -828/+1107 |
|\ | |||||
| * | (backport) Merge tkprint-cups branch. Ok by Kevin Walzer | jan.nijtmans | 2024-07-03 | 6 | -4/+651 |
| | | |||||
| * | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ↵ | jan.nijtmans | 2024-06-17 | 1 | -3/+0 |
| | | | | | | | | win/* files | ||||
* | | Merge trunk | Emiliano Gavilán | 2024-06-19 | 7 | -55/+68 |
|\ \ | |||||
| * | | Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move ↵ | jan.nijtmans | 2024-06-17 | 2 | -4/+1 |
| | | | | | | | | | | | | sanity check from platform-code to generic. See TIP #577. | ||||
| * | | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for ↵ | jan.nijtmans | 2024-06-16 | 3 | -3/+3 |
| |\ \ | | |/ | | | | | | | | | | "-elementborderwidth" in tkScrollbar.c Make TK_OPTION_NULL_OK the same value as TCL_NULL_OK for Tcl 9, but keep binary compatibility. Fix some spacing | ||||
| | * | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for ↵ | jan.nijtmans | 2024-06-16 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | "-elementborderwidth" in tkScrollbar.c Make TK_OPTION_NULL_OK the same value as TCL_NULL_OK for Tcl 9, but keep binary compatibility. Fix some spacing | ||||
| * | | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message ↵ | jan.nijtmans | 2024-06-14 | 1 | -13/+23 |
| |\ \ | | |/ | | | | | | | widget in 8.7/9.0. No longer cache PIXEL values in button's and message. With testcases | ||||
| | * | Better solution for [4d0a6f32b7], which doesn't cache ↵ | jan.nijtmans | 2024-06-10 | 1 | -13/+23 |
| | | | | | | | | | | | | padX/padY/borderWidth/hightlightWidth any more: If scaling changes, it needs to be re-calculated, which wasn't taken into account. Done for 'button' and 'message' | ||||
| | * | Merge 8.6 | jan.nijtmans | 2024-05-29 | 1 | -35/+39 |
| | |\ | |||||
| * | \ | Merge core-8-6-branch. | fvogel | 2024-05-29 | 2 | -35/+41 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix [8162e9b7a9]: Fonts are always scaled with UI when creating new ↵ | fvogel | 2024-05-29 | 1 | -35/+39 |
| | |\ \ | | | | | | | | | | | | | | | | instances. Many thanks to Csaba Nemethi! | ||||
| | | * | | #ifdef DEBUG_FONTSEL --> #if DEBUG_FONTSEL in tkUnixRFont.c | fvogel | 2024-05-28 | 1 | -3/+3 |
| | | | | | |||||
| | | * | | #define DEBUG_FONTSEL 0 | fvogel | 2024-05-26 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | A few further improvements in tkUnixRFont.c by Csaba Nemethi. | fvogel | 2024-05-26 | 1 | -8/+13 |
| | | | | | |||||
| | | * | | A bit better DEBUG_FONTSEL support.core-bug-8162e9b7a9 | fvogel | 2024-05-20 | 1 | -21/+21 |
| | | | | | |||||
| | | * | | Remove now useless tkwin argument of GetTkFontAttributes(). | fvogel | 2024-05-20 | 1 | -4/+3 |
| | | | | | |||||
| | | * | | Revert 3rd change from [84cd707d] following Csaba's request. | fvogel | 2024-05-20 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | GetTkFontAttributes, Csaba's version (thanks!). | fvogel | 2024-05-17 | 1 | -11/+11 |
| | | | | | |||||
| | | * | | Revert [c03d4e79] | fvogel | 2024-05-17 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Backout [7edb8725]. Thanks, Jan! | fvogel | 2024-05-17 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | Reduce confusion by using the adequate variable name in GetTkFontAttributes(). | fvogel | 2024-05-16 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | The XFT_PIXEL_SIZE property is a double in fontconfig. See also [434d294df8]. | fvogel | 2024-05-16 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Make compilable with strict C99 compiler (missing declaration for ↵ | jan.nijtmans | 2024-05-24 | 1 | -0/+2 |
| | |/ / | | | | | | | | | | | | | XUnionRegion()) | ||||
* | | | | Update to configure | Kevin Walzer | 2024-06-09 | 1 | -4/+6 |
| | | | | |||||
* | | | | Fix typos. Cleanup variables when AC_CHECK_HEADER fails. | Emiliano Gavilán | 2024-06-09 | 1 | -3/+5 |
| | | | | |||||
* | | | | Silence warning when HAVE_CUPS is not defined | Emiliano Gavilán | 2024-06-09 | 1 | -1/+5 |
| | | | | |||||
* | | | | Adjust some more int -> Tcl_Size | Emiliano Gavilán | 2024-06-07 | 1 | -5/+6 |
| | | | | |||||
* | | | | One more int->Tcl_Size. Use NULL interp arg in Tcl_ListObjGetElements call ↵ | Emiliano Gavilán | 2024-06-04 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | when no error message is wanted | ||||
* | | | | Clientdata->void* and a round more of int->Tcl_Size in functions with ↵ | Emiliano Gavilán | 2024-06-04 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | Tcl_ArgvGenFuncProc signature. | ||||
* | | | | Tcl_ArgvGenFuncProc return type is 'Tcl_Size', not 'int'. | Emiliano Gavilán | 2024-06-04 | 1 | -5/+6 |
| | | | | | | | | | | | | Always add the options cpi and lpi when using prettyprint. | ||||
* | | | | Add missing lib flags | Emiliano Gavilán | 2024-06-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | Additional build support for linking to libcups | Kevin Walzer | 2024-05-30 | 4 | -22/+31 |
| | | | | |||||
* | | | | First attempt to update configure.ac to support libcups | Kevin Walzer | 2024-05-30 | 2 | -1093/+918 |
| | | | | |||||
* | | | | Printing on *nix/X11 using libcups API. Initial commit | Emiliano Gavilán | 2024-05-27 | 4 | -2/+526 |
|/ / / | |||||
* | | | b2 -> b3, as preparation for next release | jan.nijtmans | 2024-05-20 | 3 | -3/+3 |
| | | | |||||
* | | | (c) -> © | jan.nijtmans | 2024-05-09 | 4 | -8/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | (c) -> © | jan.nijtmans | 2024-05-09 | 4 | -8/+8 |
| |\ \ | | |/ | |||||
| | * | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 ↵ | jan.nijtmans | 2024-05-09 | 9 | -10/+10 |
| | | | | | | | | | | | | copyright-sign | ||||
* | | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | merge 8.6 | dgp | 2024-02-14 | 1 | -3/+3 |
| | |\ | |||||
| | * \ | merge 8.6 | dgp | 2024-01-24 | 1 | -1/+0 |
| | |\ \ | |||||
| | * | | | More needed 13 -> 14 bumps | jan.nijtmans | 2024-01-17 | 2 | -2/+2 |
| | | | | | |||||
| | * | | | Bump to 8.6.14 for release | griffin | 2024-01-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2024-04-17 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | TIP 693: Restart the changes files. TODO: changes.md | jan.nijtmans | 2024-04-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Don't use "boolean" as variable name | jan.nijtmans | 2024-03-27 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2024-03-27 | 2 | -5/+5 |
|\ \ \ \ \ | |/ / / / |