summaryrefslogtreecommitdiffstats
path: root/Include/pgenheaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r--Include/pgenheaders.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index adfae68..2f1bf50 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -5,8 +5,8 @@ extern "C" {
#endif
/***********************************************************
-Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
-Amsterdam, The Netherlands.
+Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
+The Netherlands.
All Rights Reserved
48 Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
Commit message (Expand)AuthorAgeFilesLines
* In trunk, TkMacOSXSetDrawingEnabled is the only place where the TK_DO_NOT_DRA...fvogel2024-08-291-3/+3
* Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-4/+4
|\
* \ Merge 8.7jan.nijtmans2024-03-231-2/+2
|\ \ | |/
| * Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-3/+3
* | Merge 8.7jan.nijtmans2024-01-301-1/+1
|\ \ | |/
| * TkTextMakeByteIndex byteIndex int -> Tcl_Sizejan.nijtmans2024-01-301-1/+1
| * (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size)....jan.nijtmans2023-12-131-2/+2
| |\
* | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update documen...jan.nijtmans2023-12-131-2/+2
* | | Change (internal) TkCreateFrame function from argc/argv -> objc/objvjan.nijtmans2023-12-111-1/+1
* | | Remove internal TkMacOSXDrawable stub entry: no longer necessaryjan.nijtmans2023-11-281-4/+4
* | | Shuffle (internal) stub-entries, so now same functionnames occupy the same st...jan.nijtmans2023-11-171-18/+17
* | | Backout part of [c9a672c28cc8]: joining X11 tables gives symbol conflicts on ...jan.nijtmans2023-11-171-155/+658
* | | Get rid of the "Dummy entry for stubs table backwards compatibility"jan.nijtmans2023-11-161-47/+25
* | | Remove more deprecated stuff. jan.nijtmans2023-11-161-722/+154
* | | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-3/+0
|/ /
* | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-171-6/+4
|\ \ | |/
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe...fvogel2023-07-161-6/+4
| * Add TkUnusedStubEntry to tkInt stub interfacejan.nijtmans2021-12-081-1/+3
* | Let (internal) TkGetDisplayOf() return Tcl_Size, not intjan.nijtmans2022-12-151-1/+1
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-6/+6
* | Some more int -> Tcl_Sizejan.nijtmans2022-10-271-1/+1
* | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit...jan.nijtmans2022-10-261-1/+1
* | Tcl_Size usage warning fixes, more ClientData -> void *jan.nijtmans2022-10-211-23/+23
* | Rebase to 8.7jan.nijtmans2022-10-121-13/+13
|\ \
| * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-13/+13
* | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and documentation...jan.nijtmans2022-09-201-8/+8
* | | Make TkpWillDrawWidget()/TkpRedrawWidget() available to all platforms, not on...jan.nijtmans2022-07-311-2/+2
|/ /
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-09-271-1/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-081-2/+2
|\ \ | |/
| * Merge 8.5. jan.nijtmans2020-09-081-4/+4
| |\
| | * Move up TkUnusedStubEntry a little.jan.nijtmans2020-09-081-2/+2
* | | Merge 8.6marc_culler2020-09-07