summaryrefslogtreecommitdiff
path: root/src/video/SDL_clipboard.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed crash if using clipboard functions without having initialized video.Philipp Wiesemann2015-02-151-0/+14
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).Sam Lantinga2013-08-291-1/+1
* Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga2013-08-291-3/+1
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* Update SDL_HasClipboardText functions to return value based on clipboard cont...Andreas Schiffler2011-10-291-1/+4
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-16/+15
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Fixed compile warningsSam Lantinga2010-07-121-2/+2
* Added Windows clipboard supportSam Lantinga2010-07-081-0/+3
* Simplified clipboard API for sanity's sake.Sam Lantinga2010-07-071-54/+26
* First pass at clipboard API, still very much in progressSam Lantinga2010-07-071-0/+101