summaryrefslogtreecommitdiff
path: root/src/gui/sdlinput.h
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-06-24Fix code styleAndrei Karas1-2/+0
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-25Update mouse cursor each 10 seconds if was no mouse move events.Andrei Karas1-0/+1
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-05-09Add chat command for send any gui key.Andrei Karas1-0/+3
New chat command: guikey.
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Fix compilation with SDL 2.Andrei Karas1-1/+1
2016-12-29Fix compilation with SDL 2.Andrei Karas1-0/+4
2016-12-29Add constexpr into sdlinput.Andrei Karas1-1/+223
2016-12-12Add noexcept in some files.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-10Add mouse move simulation. After char id to name mapping received, simulate ↵Andrei Karas1-0/+4
mouse move.
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas1-3/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-28Fix formatting in gui files.Andrei Karas1-59/+57
2014-05-18Move mousebutton into separate file.Andrei Karas1-2/+3
2014-03-20Improve sdlinput.Andrei Karas1-2/+4
2014-03-03Remove 2 from methods name in sdlinput.Andrei Karas1-6/+1
2014-02-28fix code style.Andrei Karas1-10/+2
2014-02-20improve includes.Andrei Karas1-4/+3
2014-02-17Move key into input directory.Andrei Karas1-55/+0
2014-02-17combine input into one file.Andrei Karas1-13/+11
2014-02-17combine mouseinput into one file.Andrei Karas1-4/+4
2014-02-16Combine keyinput into one file.Andrei Karas1-3/+2
2014-02-15move exguichan files into gui/base/Andrei Karas1-3/+3
2014-01-27fix copyrights in sdlinput.cpp and sdlinput.h files.Andrei Karas1-2/+1
2014-01-27add GPL header into all guichan files.Andrei Karas1-2/+21
2014-01-27fix guichan headers.Andrei Karas1-4/+5
Remove wrong copyright lines from guichan header.
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-11Fix compilation in clang with libc++.Andrei Karas1-2/+2
2013-10-24add final keyword to gui files.Andrei Karas1-5/+5
2013-10-07emulate right click with SDL2 by multitouch two fingers click.Andrei Karas1-0/+3
2013-09-11remove unused includes from gui files.Andrei Karas1-2/+1
2013-08-31move input related files into input dir.Andrei Karas1-1/+1
2013-08-24fix gui text input in SDL2.Andrei Karas1-1/+2
copy/paste broken for SDL2.
2013-08-24fix keyboard handling in gui in SDL2.Andrei Karas1-0/+3
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-19improve sdlinput file.Andrei Karas1-8/+8
2013-04-14another fixes from cpplint.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-03Add support for relative mouse move in android version.Andrei Karas1-1/+4
2012-10-30Add unused warnings to some files.Andrei Karas1-7/+7