Age | Commit message (Expand) | Author | Files | Lines |
2017-09-11 | Add option to set sdl logging level. | Andrei Karas | 11 | -23/+98 |
2017-09-11 | Rename setup_other.cpp into setup_misc.cpp | Andrei Karas | 5 | -18/+18 |
2017-09-11 | Fix ignoring "ignore" keys in SDL 2 builds. | Andrei Karas | 1 | -0/+6 |
2017-09-11 | Show key names in input event logger in key up/down events in SDL 2. | Andrei Karas | 1 | -2/+6 |
2017-09-11 | Add default values for input 1 and input 2 actions in SDL 2 build. | Andrei Karas | 1 | -2/+2 |
2017-09-10 | Fix loading icon two times. | Andrei Karas | 3 | -11/+18 |
2017-09-10 | Allow trigger input action on key press or/and release. | Andrei Karas | 5 | -708/+926 |
2017-09-09 | Add workaround for fix alt-tab issue in SDL2. | Andrei Karas | 13 | -10/+130 |
2017-09-09 | Fix compilation with SDL2 < 2.0.4 | Andrei Karas | 1 | -0/+9 |
2017-09-09 | Remove extra include from sdlhelper.cpp | Andrei Karas | 1 | -1/+0 |
2017-09-09 | Fix compilation warning. | Andrei Karas | 1 | -1/+0 |
2017-09-09 | Fix compilation warning with mesa 17.3.0. | Andrei Karas | 1 | -2/+3 |
2017-09-09 | Replace SDL_IsTextInputActive to lower level SDL function call. | Andrei Karas | 2 | -2/+2 |
2017-09-09 | Add logging wm events for SDL2. | Andrei Karas | 8 | -16/+173 |
2017-09-08 | Extend input events logging with SDL2. | Andrei Karas | 1 | -2/+28 |
2017-09-08 | Add comment about SDL_JoystickEventState. | Andrei Karas | 1 | -0/+1 |
2017-09-08 | Split SDL_WaitEventTimeout/SDL_PollEvent into lower level SDL function calls. | Andrei Karas | 6 | -3/+32 |
2017-09-08 | Fix compilation with old SDL 2 versions (before 2.0.4) | Andrei Karas | 1 | -0/+6 |
2017-09-08 | Remove extra include. | Andrei Karas | 1 | -1/+0 |
2017-09-08 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 |
2017-09-07 | Remove commented code from download.cpp | Andrei Karas | 1 | -6/+0 |
2017-09-07 | Fix possible threads structure leak in download.cpp | Andrei Karas | 1 | -3/+3 |
2017-09-07 | Add current renderer into user agent string. | Andrei Karas | 7 | -5/+87 |
2017-09-07 | Fix some style issues in sdl2gfx. | Andrei Karas | 4 | -1503/+1804 |
2017-09-07 | Fix tests compilation. | Andrei Karas | 1 | -1/+1 |
2017-09-07 | Add missing sdl2logger files. | Andrei Karas | 2 | -0/+170 |
2017-09-07 | Fix possible thread structure memory leak on SDL2 if thread terminated before... | Andrei Karas | 8 | -25/+27 |
2017-09-07 | Fix possible reading wrong pixel sizes in SDL2. | Andrei Karas | 1 | -2/+2 |
2017-09-07 | Add SDL2 errors logging. | Andrei Karas | 10 | -1/+29 |
2017-09-07 | Remove useless calls in SDL::getAllVideoModes for SDL2. | Andrei Karas | 1 | -3/+2 |
2017-09-06 | Fix and update internal sdl2_gfx files. | Andrei Karas | 5 | -281/+298 |
2017-09-06 | Add include protections into client.h and viewport.h | Andrei Karas | 2 | -0/+4 |
2017-09-06 | Move manaplus game related files into progs/manaplus. | Andrei Karas | 18 | -410/+461 |
2017-09-06 | Move dyecmd separate sources from dyetool into progs/dyecmd directory. | Andrei Karas | 18 | -24/+24 |
2017-09-05 | Fix memory leak on exit in dyecmd. | Andrei Karas | 1 | -0/+2 |
2017-09-05 | Fix stuck some buttons in hightligted state after pressing. | Andrei Karas | 1 | -1/+1 |
2017-09-05 | Draw rescaled casting animation to whole skill area size. | Andrei Karas | 1 | -3/+5 |
2017-09-05 | Fix color for skill popup header. | Andrei Karas | 1 | -0/+2 |
2017-09-05 | Add function for draw rescaled animated sprite. | Andrei Karas | 2 | -0/+27 |
2017-09-05 | Fix send date in mails. | Andrei Karas | 1 | -1/+2 |
2017-09-05 | Fix receiving half broken packet with mail message (SMSG_MAIL2_READ_MAIL). | Andrei Karas | 1 | -0/+3 |
2017-09-05 | Fix adding stackable items to mail. | Andrei Karas | 3 | -16/+43 |
2017-09-05 | Fix crash if enter simple text into chat window before connecting to server. | Andrei Karas | 1 | -2/+5 |
2017-09-05 | Fix drawing emotes button in chat input field. | Andrei Karas | 1 | -5/+12 |
2017-09-05 | Add comment about calling virtual member in destructor in widget.cpp | Andrei Karas | 1 | -0/+1 |
2017-09-03 | Fixed all "buttom" into "bottom". | Alige | 6 | -9/+9 |
2017-09-03 | Fixed a typo about mails notification. | Alige | 1 | -1/+1 |
2017-09-03 | Improve a bit scrollarea. | Andrei Karas | 1 | -4/+4 |
2017-09-03 | Fix scrolling in scroll areas. | Andrei Karas | 1 | -5/+6 |
2017-09-03 | Add sorting in theme and fonts and sounds lists. | Andrei Karas | 1 | -0/+3 |