summaryrefslogtreecommitdiff
path: root/src/utils/copynpaste.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-29Fix compilation with old compilers and not for linux.Andrei Karas1-0/+1
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-9/+9
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+9
2017-06-08Add missing function parameters.Andrei Karas1-1/+1
2017-04-14Fix code style.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-28Fix some other small issues.Andrei Karas1-1/+1
2016-09-24Hide some includes from mplint.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-10/+12
2016-06-03Fix code style.Andrei Karas1-0/+2
2016-05-31Fix comments formatting in copynpaste.cppAndrei Karas1-2/+2
2016-05-31Fix different include issues.Andrei Karas1-13/+18
2016-02-08Add some missing const.Andrei Karas1-8/+8
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-13Move nacl messages related functions into separate file.Andrei Karas1-1/+1
2015-12-09Fix cursor position after insert text from clipboard (nacl)Andrei Karas1-0/+1
2015-12-03Added NaCl messaging and clipboard functionsVasily1-0/+18
2015-07-21Add missing checks and non null attributes.Andrei Karas1-5/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-25Fix license headers.Andrei Karas1-1/+1
2014-05-08Fix code style in utils.Andrei Karas1-3/+3
2014-05-07Remove depricated casts.Andrei Karas1-5/+5
2014-01-29Fix paths for xsel and xdg-open on OpenBSD and FreeBSD.Andrei Karas1-2/+9
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-16fix compilation with SDL2.Andrei Karas1-0/+2
2013-08-31move render classes into render dir.Andrei Karas1-1/+1
2013-08-24add clipboard support in SDL2.Andrei Karas1-0/+22
2013-08-24move WMInfo function calls into SDL helper.Andrei Karas1-4/+5
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+3
2013-08-16fix code style.Andrei Karas1-1/+1
2013-07-01improve size() usage in copynpaste.Andrei Karas1-2/+3
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-04-18improve copynpaste file.Andrei Karas1-23/+17
2013-04-14some more style fixes from cpplint.Andrei Karas1-3/+0
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-24/+5
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-17ARM fixes.Andrei Karas1-1/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+2
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-5/+2
2012-09-05Fix termination from forked processes if exec file failed.Andrei Karas1-2/+2
2012-08-17Fix code style.Andrei Karas1-1/+2
2012-08-16Fix compilation errors.Andrei Karas1-1/+2
2012-08-15Fix code style again.Andrei Karas1-2/+2
2012-07-18Another warning fixes.Andrei Karas1-1/+1
2012-06-22Fix compilation warnings in windows builds.Andrei Karas1-2/+2
2012-04-01Last part of fixes.Andrei Karas1-4/+4