summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-127-137/+137
|\
| * Merge 8.7. Fix indentingjan.nijtmans2024-07-127-137/+137
| |\
* | \ Merge 8.7. Re-generate configure with autoconf-2.72jan.nijtmans2024-07-033-828/+1107
|\ \ \ | |/ /
| * | (backport) Merge tkprint-cups branch. Ok by Kevin Walzerjan.nijtmans2024-07-036-4/+651
| * | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-3/+0
* | | Merge trunkEmiliano Gavilán2024-06-197-55/+68
|\ \ \
| * | | Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move sa...jan.nijtmans2024-06-172-4/+1
| * | | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-163-3/+3
| |\ \ \ | | |/ /
| | * | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-163-3/+3
| * | | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-141-13/+23
| |\ \ \ | | |/ /
| | * | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-101-13/+23
| | * | Merge 8.6jan.nijtmans2024-05-291-35/+39
| | |\ \ | | | |/
| * | | Merge core-8-6-branch.fvogel2024-05-292-35/+41
| |\ \ \ | | | |/ | | |/|
| | * | Fix [8162e9b7a9]: Fonts are always scaled with UI when creating new instances...fvogel2024-05-291-35/+39
| | |\ \
| | | * | #ifdef DEBUG_FONTSEL --> #if DEBUG_FONTSEL in tkUnixRFont.cfvogel2024-05-281-3/+3
| | | * | #define DEBUG_FONTSEL 0fvogel2024-05-261-1/+1
| | | * | A few further improvements in tkUnixRFont.c by Csaba Nemethi.fvogel2024-05-261-8/+13
| | | * | A bit better DEBUG_FONTSEL support.core-bug-8162e9b7a9fvogel2024-05-201-21/+21
| | | * | Remove now useless tkwin argument of GetTkFontAttributes().fvogel2024-05-201-4/+3
| | | * | Revert 3rd change from [84cd707d] following Csaba's request.fvogel2024-05-201-1/+1
| | | * | GetTkFontAttributes, Csaba's version (thanks!).fvogel2024-05-171-11/+11
| | | * | Revert [c03d4e79]fvogel2024-05-171-2/+2
| | | * | Backout [7edb8725]. Thanks, Jan!fvogel2024-05-171-4/+4
| | | * | Reduce confusion by using the adequate variable name in GetTkFontAttributes().fvogel2024-05-161-2/+2
| | | * | The XFT_PIXEL_SIZE property is a double in fontconfig. See also [434d294df8].fvogel2024-05-161-4/+4
| | * | | Make compilable with strict C99 compiler (missing declaration for XUnionRegio...jan.nijtmans2024-05-241-0/+2
| | |/ /
* | | | Update to configureKevin Walzer2024-06-091-4/+6
* | | | Fix typos. Cleanup variables when AC_CHECK_HEADER fails.Emiliano Gavilán2024-06-091-3/+5
* | | | Silence warning when HAVE_CUPS is not definedEmiliano Gavilán2024-06-091-1/+5
* | | | Adjust some more int -> Tcl_SizeEmiliano Gavilán2024-06-071-5/+6
* | | | One more int->Tcl_Size. Use NULL interp arg in Tcl_ListObjGetElements call wh...Emiliano Gavilán2024-06-041-6/+6
* | | | Clientdata->void* and a round more of int->Tcl_Size in functions with Tcl_Arg...Emiliano Gavilán2024-06-041-8/+8
* | | | Tcl_ArgvGenFuncProc return type is 'Tcl_Size', not 'int'.Emiliano Gavilán2024-06-041-5/+6
* | | | Add missing lib flagsEmiliano Gavilán2024-06-031-2/+2
* | | | Additional build support for linking to libcupsKevin Walzer2024-05-304-22/+31
* | | | First attempt to update configure.ac to support libcupsKevin Walzer2024-05-302-1093/+918
* | | | Printing on *nix/X11 using libcups API. Initial commitEmiliano Gavilán2024-05-274-2/+526
|/ / /
* | | b2 -> b3, as preparation for next releasejan.nijtmans2024-05-203-3/+3
* | | (c) -> ©jan.nijtmans2024-05-094-8/+8
|\ \ \ | | |/ | |/|
| * | (c) -> ©jan.nijtmans2024-05-094-8/+8
| |\ \ | | |/
| | * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-099-10/+10
* | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-4/+4
|\ \ \ | |/ /
| * | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-4/+4
| |\ \ | | |/
| | * merge 8.6dgp2024-02-141-3/+3
| | |\
| | * \ merge 8.6dgp2024-01-241-1/+0
| | |\ \
| | * | | More needed 13 -> 14 bumpsjan.nijtmans2024-01-172-2/+2
| | * | | Bump to 8.6.14 for releasegriffin2024-01-161-1/+1
* | | | | Merge 8.7jan.nijtmans2024-04-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | TIP 693: Restart the changes files. TODO: changes.mdjan.nijtmans2024-04-171-1/+1
| * | | | Don't use "boolean" as variable namejan.nijtmans2024-03-271-4/+4