summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXClipboard.c
Commit message (Expand)AuthorAgeFilesLines
* Even more TCL_UNUSED usagejan.nijtmans2023-12-181-1/+0
* Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-1/+1
* More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-1/+1
* Merge 8.6jan.nijtmans2021-02-251-7/+1
|\
| * Fix [234ee4f83b]: macOS Crash - Pasting text with special characters into Tex...jan.nijtmans2021-02-251-7/+1
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6jan.nijtmans2020-08-061-7/+4
|\ \ | |/
| * Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-4/+4
* | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c...culler2020-05-171-16/+9
|\ \ | |/
| * Simplify Aqua text handling by moving encoding/decoding into the TKNSString c...culler2020-05-171-16/+9
* | Implement rfe [4cda3ff048]: more efficient conversion from Tcl UTF to NSStrin...culler2020-05-051-1/+3
|\ \ | |/
| * Create TKNSString which implements Christopher Chavez's suggestion in [4cda3f...marc_culler2020-04-241-1/+3
| * Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-111-2/+2
* | more WIP for MaxOSjan.nijtmans2019-12-201-0/+4
* | Merge 8.6. Introduce the new Unicode-handling functions here too: Tk 8.7 coul...jan.nijtmans2019-12-041-21/+12
|\ \ | |/
| * Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(),...jan.nijtmans2019-12-041-2/+2
| * Edit comments, add tests for NULL pointers.culler2019-11-181-5/+6
| * remove printf("TkSelGetSelection\n");jan.nijtmans2019-11-181-2/+1
| * Implement non-BMP unicode for macOS when TCL_UTF_MAX = 3 by encoding surrogat...culler2019-11-181-22/+13
* | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-1/+22
|\ \ | |/
| * Address compiler warnings.culler2019-10-231-1/+1
| * Add update idletasks for the text. Replace non-BMP characters by 0xfffd when...culler2019-10-231-1/+22
| * Mitigate future merge conflict headaches.culler2019-04-171-3/+5
* | More removals of "register" keyword.jan.nijtmans2019-08-161-2/+2
* | Source readability run: macosx/*dkf2019-04-161-3/+5
|/
* Deal with Mojave deprecations and remove unneeded code.culler2018-10-211-0/+1
* Removed all traces of the TkSuspendClipboard stub.culler2018-10-181-22/+0
* Removed the call to TkSuspendClipboard when the app is deactivated.culler2018-08-191-2/+1
* Reverted a pointless change in tkCheckPasteboard.culler2018-08-151-2/+3
* Fix bug [b947864419]: Also account for changes to the clipboard made by other...culler2018-08-151-7/+6
* Revert [b4c5f163] since it breaks paste function with text from another appli...fvogel2018-08-151-2/+2
* Fix [b947864419]: clipboard-4.1, -4.2, -4.4 fail on macOSfvogel2018-07-081-2/+2
* Ttk and Aqua donedkf2012-07-241-3/+5
* Fix broken commits so function definitions match declarations and returns aredkf2012-06-111-2/+1
* Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-2/+4
|\
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-4/+4
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-2/+2
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-166/+165
| * whitespacedas2007-01-191-2/+2
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-5/+1
| * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-4/+7
| * * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection):hobbs2003-11-111-3/+44
| * backport of Mac OS X specific changes on trunk since 8.4.2:das2003-05-131-2/+13
* | More marking of files as Objective-C.dkf2009-07-061-7/+19
* | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-196/+131
* | Code style improvements, especially including making code less deeply nested.dkf2008-10-271-3/+2
* | minor improvements in legibilitydkf2008-10-051-35/+38
* | merge stable branch onto HEADdgp2007-12-131-1/+1