Age | Commit message (Expand) | Author | Files | Lines |
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 | Add builds with SDL 2.0.3 and SDL 2.0.4. | Andrei Karas | 1 | -0/+80 |
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 | Add into lsan suppression some mesa related leaks. | Andrei Karas | 2 | -0/+4 |
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 | 7 | -285/+307 |
2017-09-06 | Add include protections into client.h and viewport.h | Andrei Karas | 2 | -0/+4 |
2017-09-06 | Fix deheader build jobs after changed some paths in sources. | Andrei Karas | 1 | -12/+12 |
2017-09-06 | Fix run tests after buttons highlights was changed. | Andrei Karas | 1 | -1/+1 |
2017-09-06 | Update translations. | Andrei Karas | 25 | -13032/+13477 |
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 | Replace transparent background to normal window background in popup menu in t... | Andrei Karas | 1 | -11/+11 |
2017-09-05 | Fix color for skill popup header. | Andrei Karas | 1 | -0/+2 |
2017-09-05 | Adjust chat colors in jewelry-simple theme. | Andrei Karas | 1 | -9/+6 |
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 | Change skin for chat window to default window in jewelry-simple. | Andrei Karas | 2 | -14/+206 |
2017-09-05 | Add comment about calling virtual member in destructor in widget.cpp | Andrei Karas | 1 | -0/+1 |
2017-09-05 | Add new compiler flags for gcc snapshot. | Andrei Karas | 1 | -0/+2 |
2017-09-05 | Add clang-6 builds for sdl2 into .gitlab-ci.yml | Andrei Karas | 1 | -0/+31 |
2017-09-05 | Replace most clang 5.0 builds to clang 6.0 builds. | Andrei Karas | 3 | -15/+99 |