summaryrefslogtreecommitdiff
path: root/src/gui/windowmanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-07-01Revert "Just some changes to compile on windows -change #ifdef WIN64 to _WIN32"Fedja Beader1-1/+1
This change is just... what?! This reverts commit 296587ce27d03df953c81f9c285961da18932f60.
2025-07-01Just some changes to compile on windows -change #ifdef WIN64 to _WIN32Meway1-1/+1
TODO: should probably bulk change all WIN64 to _WIN64, too! -> DONE: !212
2025-07-01Change the wrong, but mostly supported WIN64 macro to the correct _WIN64Fedja Beader1-3/+3
Addendum to !211
2025-07-01Change the wrong, but mostly supported WIN32 macro to the correct _WIN32Fedja Beader1-8/+8
ManaPlus was apparently forked before Mana 8954a7ca0f70bbf1. However, running a bulk sed replace was easier than cherry-picking, resolving 14 years of conflicts and then still having to do a bulk sed to catch the rest. Special thanks to Meway (for attempting to build on windows) and Bjorn (for pointing to that commit) **** mana/verse!211
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
2025-02-24added manaverse' copyright line to src/jak11-0/+1
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131
2025-02-24updated copyright -2020 for manaplusjak11-1/+1
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130
2024-04-09Simplify and remove linter's choking hazardFedja Beader1-10/+9
windowmanager.cpp(456, 9): Incorrect align on long parameter list in front of 'SetClassLongPtr', it should be aligen in column 25. [RULE_4_1_C_align_long_function_parameter_list]
2024-04-09Fix all alignment warnings/errors.Fedja Beader1-4/+6
Other addButton sections intentionally left misaligned as a test for future fix in nsiqcppstyle. .. why does it not complain about every such block?
2022-12-18fix HWND reference for SDL 2 buildsJordan Irwin1-0/+8
2021-06-06added Session in windowtitle insteed of loginname (-S)jak11-1/+8
2020-04-26switch: actually send "chatinput" action on new software keyboard textcpasjuste1-1/+1
switch: toggle software keyboard on textfield focus change
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-18/+18
2018-10-29Fix code style.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-10Fix loading icon two times.Andrei Karas1-3/+2
2017-09-09Replace SDL_IsTextInputActive to lower level SDL function call.Andrei Karas1-1/+1
2017-08-14Fix some pointer to bool conversions.Andrei Karas1-2/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
clang-tidy warning: readability-static-accessed-through-instance
2017-08-07Allow open debug window before connecting to game.Andrei Karas1-0/+9
2017-07-11Add command like parameter --validate for validating client data.Andrei Karas1-0/+23
2017-06-30Allow open chat window with debug tab before connecting to game.Andrei Karas1-0/+21
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-8/+8
2017-05-05Rename virtfstools into tools.Andrei Karas1-1/+1
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+1
2017-03-22Clear icon pointer after icon was deleted in windowmanager.Andrei Karas1-0/+1
2017-03-15Fix too long line in windowmanager.cppAndrei Karas1-2/+6
2017-03-14Fix compilation for windows 64 with mingw.Andrei Karas1-0/+6
2017-03-10Fix compilation warnings with mingw.Andrei Karas1-2/+5
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-15Remove ueseless includes.Andrei Karas1-1/+0
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-17Fix wrong type for reading parameter.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-24/+35
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-05-31Fix different include issues.Andrei Karas1-4/+4
2016-04-09Show player login in window title.Andrei Karas1-1/+5
2016-04-09Show server host name in window title.Andrei Karas1-0/+20
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move touchmanager into touch directory.Andrei Karas1-1/+2
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas1-1/+2
2015-12-17Add support for full screen in nacl.Andrei Karas1-0/+13
2015-12-15Fix manual set resolution in nacl.Andrei Karas1-1/+23