summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Bug in float emulation for MS-VC6: map fabsf() to fabs(), not abs(). Add floa...oehhar2019-10-041-1/+5
* Eliminate UPDATE_WINDOWS(), which is only used once. Just replace it with a s...jan.nijtmans2019-10-031-7/+3
* Restore "-outline" default for canvas polygons, but adapt test-case expectati...jan.nijtmans2019-10-031-1/+1
* Merge 8.6jan.nijtmans2019-10-031-4/+3
|\
| * Fix [3ed5b66989]: Malpositioned root window with highlighthickness > 0fvogel2019-10-011-4/+3
* | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-0210-456/+457
|\ \
| * | Add a bunch of new X11 functions (stubs, for now) to the X11 stub tables for ...jan.nijtmans2019-10-023-0/+224
| * | Add XLowerWindow to MacOS X11 stub tablejan.nijtmans2019-10-025-6/+11
| |\ \ | |/ / |/| |
* | | Fix [95d5e459d12]: Test tk-4.7 (useinputmethods) fails in trunk (Win)jan.nijtmans2019-10-021-1/+1
* | | Revert change to tkCanvPoly.c because of failure in test suiteKevin Walzer2019-10-021-1/+1
* | | Merge 8.6jan.nijtmans2019-10-013-36/+36
|\ \ \ | | |/ | |/|
| * | Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-013-36/+36
| | * Eliminate some dead codejan.nijtmans2019-10-011-217/+0
| | * Bring back 2 files to their original state, since this eases keeping other br...jan.nijtmans2019-10-012-5/+5
| | * more Region-related revamp.jan.nijtmans2019-10-018-143/+70
| | * Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-3014-110/+89
| |/ |/|
* | Merge 8.6. Format tkCanvPoly.c a little (put the handling of "-line" in two l...jan.nijtmans2019-09-301-3/+4
|\ \ | |/
| * Merge chavez-canvas branchKevin Walzer2019-09-296-7/+12
| |\
* | | Fix 'implicit declaration of TkPutImage' warning on UNIXjan.nijtmans2019-09-292-10/+10
* | | Fix 2 build problems, one with XPutImage on Windows, one with -fill optionjan.nijtmans2019-09-291-1/+1
* | | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca...fvogel2019-09-296-7/+7
* | | Merge chavez-canvas branchKevin Walzer2019-09-296-8/+12
|\ \ \ | | |/ | |/|
| * | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-246-7/+12
* | | Only use one of XPutImage/TkPutImage, dependant on platform. Both are present...jan.nijtmans2019-09-274-7/+13
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2019-09-262-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-262-2/+2
| | * | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-253-1/+102
* | | | Make MacOSX aqua and X11 share the same X11 stub table.jan.nijtmans2019-09-254-125/+152
* | | | Merge trunkjan.nijtmans2019-09-2528-2005/+4169
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-09-247-35/+70
| |\ \ \ | | |/ /
| | * | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-247-8/+142
| * | | Merge 8.6jan.nijtmans2019-09-245-30/+34
| |\ \ \ | | |/ /
| | * | Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-245-26/+30
| | * | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-0/+10
| | |/
| | * Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,...jan.nijtmans2019-09-201-1/+1
| | * One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-201-1/+1
| * | Make everything compile without -DUNICODEjan.nijtmans2019-09-202-2/+3
| * | Merge trunkjan.nijtmans2019-09-204-5/+8
| |\ \
| | * \ Merge 8.6jan.nijtmans2019-09-191-1/+1
| | |\ \ | | | |/
| | | * *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-1/+1
| | * | Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam)fvogel2019-09-181-3/+4
| | |\ \ | | | |/
| | | * Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam)fvogel2019-09-181-3/+4
| | * | merge core-8-6-branchfvogel2019-09-182-1/+3
| | |\ \ | | | |/
| | | * (minor) Add missing initializer, and two /* FALLTHRU */ markers.jan.nijtmans2019-09-172-1/+3
| * | | Merge trunkjan.nijtmans2019-09-164-17/+13
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2019-09-163-4/+4
| | |\ \ | | | |/
| | | * TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-2/+2
| | | * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-164-20/+16
| | * | Simplify NewNativeObj() function in tkMain.c, since "length" is always -1jan.nijtmans2019-09-091-13/+9
| | |\ \ | | | |/
| | * | end-of-line spacingjan.nijtmans2019-09-091-1/+1