summaryrefslogtreecommitdiff
path: root/src/gui/windowmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak11-1/+1
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
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
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.s20181102Andrei 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
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
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+1
2015-11-13Use global skillPopup variable for show skill popups.Andrei Karas1-0/+3
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-3/+12
2015-06-14Rename CREATEWIDGET* macroses.Andrei Karas1-9/+9
2015-06-14Use CREATEWIDGET macro in windowmanager.Andrei Karas1-18/+10
2015-05-21Call postInit after each window creation.Andrei Karas1-0/+1