Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3 new MacOS-specific stub functions: ↵ | jan.nijtmans | 2020-09-08 | 3 | -14/+40 |
|\ | | | | | | | Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGContextForDrawable()/Tk_MacOSXGetNSWindowForDrawable(), so they can be used by extensions | ||||
| * | Tk_MacOSXGetCGContextForDrawable() doesn't replace ↵ | jan.nijtmans | 2020-09-06 | 2 | -2/+9 |
| |\ | | | | | | | | | | | | | TkMacOSXGetDrawablePort(), since TkMacOSXGetDrawablePort() is a useless function always returning NULL No longer export Tk_MacOSXGetCGContextForDrawable as public symbol (wait doing that until 8.7) | ||||
| * \ | Merge 8.6. Minor simplification: no need for separate stub entry for ↵ | jan.nijtmans | 2020-09-04 | 45 | -2787/+2795 |
| |\ \ | | |/ | | | | | | | Tk_MacOSXGetNSViewForDrawable() | ||||
| * | | 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 ↵ | marc_culler | 2020-09-01 | 3 | -9/+21 |
| |\ \ \ | | | | | | | | | | | | | | | | both old and new names; edit comments. | ||||
| | * | | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 3 | -15/+24 |
| | | | | | |||||
| * | | | | Merge 8.6. Change signature of ↵ | jan.nijtmans | 2020-09-01 | 5 | -18/+18 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForDrawable | ||||
| * | | | 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 ↵ | jan.nijtmans | 2020-08-28 | 3 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | the "nicer_stubs" branch which can be added without compatibility problems | ||||
| | * | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled ↵ | jan.nijtmans | 2020-08-28 | 3 | -4/+9 |
| |/ / / | | | | | | | | | | | | | as stub-enabled extension | ||||
* | | | | 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 ↵ | marc_culler | 2020-09-07 | 3 | -19/+16 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | mouse button events. Refactor mouse event code. | ||||
| * | | | 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 ↵ | jan.nijtmans | 2020-09-03 | 33 | -475/+486 |
| | | | | | | | | | | | | consistancy in the test-cases | ||||
* | | | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 8 | -1069/+1069 |
| | | | | | | | | | More Master->Container-related changes | ||||
* | | | Implement part of TIP #581: Master/Slave. Not complete yet, and also the ↵ | jan.nijtmans | 2020-09-03 | 14 | -561/+567 |
|/ / | | | | | | | change to TkGetGeomContainer/TkGetTransientContainer is left out for now. | ||||
* | | Change expectation of safe-5.1 (error-message changed in Tcl) | jan.nijtmans | 2020-08-31 | 2 | -1/+6 |
|/ | | | Don't use Tcl_GetMaster() any more, use Tcl_GetParent() in stead. With fallback for Tcl < 8.6.11. | ||||
* | Simplifications, because TkMacOSXGetDrawablePort() always returns NULL | jan.nijtmans | 2020-08-26 | 3 | -65/+20 |
| | | | Remove stub copies which are only meant for future NSAPI-related support: Since no browser supports NSAPI any more, who cares .... | ||||
* | 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 |
| | | | | | | | | Tk 8.7 | ||||
| * | 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 ↵ | fvogel | 2020-08-19 | 7 | -12/+9 |
|\ \ | |/ |/| | | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag. | ||||
| * | 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 |
| | | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications. | ||||
| * | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto ↵ | fvogel | 2020-07-18 | 5 | -6/+6 |
| | | | | | | | | for respectively the TTK_EXPAND and TTK_PACK_* flags. Remove such specs that are anyway ignored. | ||||
| * | 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 ↵ | fvogel | 2020-08-17 | 1 | -6/+4 |
|\ \ | | | | | | | | | | [81c3ef9314]. | ||||
| * | | 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 ↵ | jan.nijtmans | 2020-08-13 | 3 | -8/+19 |
|\ \ \ | | | | | | | | | | | | | use of TCL_UNUSED macro | ||||
| * | | | [787adc5ed7] The workaround for Tk 8.5.* was still never quite right, and | dgp | 2020-03-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | was continuing to crash in the Tk test suite. Do not know why it took 4 years to notice. | ||||
* | | | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to ↵ | jan.nijtmans | 2020-08-12 | 2 | -26/+27 |
| | | | | | | | | | | | | | | | | be sure | ||||
* | | | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: ↵ | jan.nijtmans | 2020-08-11 | 3 | -12/+34 |
| | | | | | | | | | | | | | | | | XDestroyIC(), XCreatePixmapCursor(), XCreateGlyphCursor() | ||||
* | | | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ↵ | jan.nijtmans | 2020-08-06 | 3 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | out, windows and X11 already had this) More use of TCL_UNUSED() | ||||
* | | | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵ | jan.nijtmans | 2020-08-04 | 2 | -18/+18 |
| | | | | | | | | | | | | | | | | not affecting the API | ||||
* | | | | 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 ↵ | culler | 2020-08-01 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | Big Sur deprecations. | ||||
* | | | | Improve image testing on macOS. | culler | 2020-07-21 | 1 | -26/+38 |
| | | | | |||||
* | | | | Provide better control over how and when [NSView drawRect:] is called. | marc_culler | 2020-07-18 | 3 | -12/+4 |
|\ \ \ \ | |||||
| * | | | | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin. | culler | 2020-07-16 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | macOS: remove unneeded code observed in [7ebdd17974], remove ↵ | marc_culler | 2020-07-15 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | tkMacOSXFlushWindows, make XSync do nothing except process timer events. | ||||
| * | | | | Merge 8.6 | jan.nijtmans | 2020-07-12 | 13 | -63/+136 |
| |\ \ \ \ | | | |_|/ | | |/| | |