| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.5 | jan.nijtmans | 2020-09-08 | 3 | -5/+25 |
|\ |
|
| * | Move TkUnusedStubEntry up a little more | jan.nijtmans | 2020-09-08 | 7 | -4430/+615 |
|
|
* | | Don't fill stub entries for TkpWillDrawWidget/TkpRedrawWidget with 0 on XQuar... | jan.nijtmans | 2020-09-08 | 2 | -4/+10 |
|
|
* | | Merge 8.5. | jan.nijtmans | 2020-09-08 | 5 | -32/+55 |
|\ \
| |/ |
|
| * | Move up TkUnusedStubEntry a little. | jan.nijtmans | 2020-09-08 | 6 | -8/+50 |
|
|
* | | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon... | jan.nijtmans | 2020-09-08 | 3 | -14/+40 |
|\ \ |
|
| * \ | Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),... | jan.nijtmans | 2020-09-06 | 2 | -2/+9 |
| |\ \ |
|
| * \ \ | Merge 8.6. Minor simplification: no need for separate stub entry for Tk_MacOS... | jan.nijtmans | 2020-09-04 | 45 | -2787/+2795 |
| |\ \ \
| | |/ / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -0/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -0/+1 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Rename 3 badly named functions that were exported as stubs; export under both... | marc_culler | 2020-09-01 | 3 | -9/+21 |
| |\ \ \ \ |
|
| | * | | | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 3 | -15/+24 |
|
|
| * | | | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD... | jan.nijtmans | 2020-09-01 | 5 | -18/+18 |
| |\ \ \ \ \
| | |/ / / /
| |/| / / /
| | |/ / / |
|
| * | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext) | jan.nijtmans | 2020-08-31 | 4 | -17/+7 |
|
|
| * | | | | More tweaks | jan.nijtmans | 2020-08-30 | 4 | -10/+36 |
| |\ \ \ \ |
|
| | * | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t... | jan.nijtmans | 2020-08-28 | 3 | -4/+10 |
|
|
| | * | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as... | jan.nijtmans | 2020-08-28 | 3 | -4/+9 |
| |/ / / / |
|
* | | | | | TIP #581: master -> container and slave -> content in ttk (mainly) | jan.nijtmans | 2020-09-08 | 15 | -492/+570 |
|
|
* | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou... | marc_culler | 2020-09-07 | 3 | -19/+16 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Remove a hash table that was not needed | culler | 2020-09-04 | 3 | -19/+16 |
| | |/ /
| |/| | |
|
* | | | | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 10 | -944/+941 |
|
|
* | | | | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 33 | -475/+486 |
|
|
* | | | | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 8 | -1069/+1069 |
|
|
* | | | | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 14 | -561/+567 |
|/ / / |
|
* | | | Change expectation of safe-5.1 (error-message changed in Tcl) | jan.nijtmans | 2020-08-31 | 2 | -1/+6 |
|/ / |
|
* | | Simplifications, because TkMacOSXGetDrawablePort() always returns NULL | jan.nijtmans | 2020-08-26 | 3 | -65/+20 |
|
|
* | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 1 | -6/+1 |
|
|
* | | Fix [b505e5f6a9]: Aqua: possible to implement XSetClipRectangles()? | jan.nijtmans | 2020-08-21 | 3 | -4/+13 |
|\ \ |
|
| * | | Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ... | jan.nijtmans | 2020-08-19 | 3 | -13/+13 |
|
|
| * | | Test using XSetClipRectangles on macOS. | culler | 2020-08-18 | 3 | -4/+13 |
|
|
* | | | Fix 2 places where using "unsigned long" is overkill on 64-bit platforms | jan.nijtmans | 2020-08-21 | 1 | -3/+3 |
|
|
* | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 7 | -12/+9 |
|\ \ \
| |/ /
|/| | |
|
| * | | Comment out documentation of -border and -unit as layout options. | fvogel | 2020-08-19 | 1 | -0/+1 |
|
|
| * | | Remove the focus ring of selected items of ttk::treeview. | fvogel | 2020-07-18 | 1 | -2/+1 |
|
|
| * | | Document -border and -unit options for ttk layouts. | fvogel | 2020-07-18 | 1 | -1/+0 |
|
|
| * | | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -... | fvogel | 2020-07-18 | 5 | -8/+6 |
|
|
| * | | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for... | fvogel | 2020-07-18 | 5 | -6/+6 |
|
|
| * | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0 | fvogel | 2020-07-08 | 1 | -3/+3 |
|
|
* | | | Micro-optimization in tkScale.c, following no-op observation provided in [81c... | fvogel | 2020-08-17 | 1 | -6/+4 |
|\ \ \ |
|
| * | | | Remove rounding of the fromValue to the resolution (which is a no-op). | fvogel | 2020-08-17 | 1 | -2/+5 |
|
|
| * | | | Remove comment relic. | fvogel | 2020-08-17 | 1 | -5/+0 |
|
|
* | | | | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u... | jan.nijtmans | 2020-08-13 | 3 | -8/+19 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | [787adc5ed7] The workaround for Tk 8.5.* was still never quite right, and | dgp | 2020-03-16 | 1 | -0/+1 |
|
|
* | | | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to b... | jan.nijtmans | 2020-08-12 | 2 | -26/+27 |
|
|
* | | | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD... | jan.nijtmans | 2020-08-11 | 3 | -12/+34 |
|
|
* | | | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou... | jan.nijtmans | 2020-08-06 | 3 | -4/+9 |
|
|
* | | | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes n... | jan.nijtmans | 2020-08-04 | 2 | -18/+18 |
|
|
* | | | | Make TCL_UNUSED() macro usable in Tk 8.6 | jan.nijtmans | 2020-08-04 | 1 | -0/+23 |
|
|
* | | | | end-of-line spacing cleanup | jan.nijtmans | 2020-08-03 | 2 | -2/+2 |
|
|
* | | | | The colormaps do not fix winfo rgb. Handle that directly. And deal with Big... | culler | 2020-08-01 | 1 | -0/+16 |
|
|