Age | Commit message (Expand) | Author | Files | Lines |
2017-09-10 | Fix loading icon two times. | Andrei Karas | 1 | -3/+2 |
2017-09-09 | Add workaround for fix alt-tab issue in SDL2. | Andrei Karas | 2 | -1/+9 |
2017-09-09 | Replace SDL_IsTextInputActive to lower level SDL function call. | Andrei Karas | 1 | -1/+1 |
2017-09-07 | Fix possible thread structure memory leak on SDL2 if thread terminated before... | Andrei Karas | 1 | -11/+6 |
2017-09-06 | Add include protections into client.h and viewport.h | Andrei Karas | 1 | -0/+2 |
2017-09-06 | Move manaplus game related files into progs/manaplus. | Andrei Karas | 2 | -1375/+2 |
2017-09-06 | Move dyecmd separate sources from dyetool into progs/dyecmd directory. | Andrei Karas | 1 | -1/+1 |
2017-09-05 | Fix stuck some buttons in hightligted state after pressing. | Andrei Karas | 1 | -1/+1 |
2017-09-05 | Fix color for skill popup header. | Andrei Karas | 1 | -0/+2 |
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 | 3 | -4/+4 |
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 |
2017-09-02 | Add missing translators comment into mailviewwindow.cpp | Andrei Karas | 1 | -1/+1 |
2017-09-02 | Remove unused define. | Andrei Karas | 1 | -2/+0 |
2017-09-02 | Fix compilation with old compilers again. | Andrei Karas | 1 | -11/+3 |
2017-09-02 | Fix compilation for old compilers. | Andrei Karas | 1 | -0/+6 |
2017-09-01 | Add missing include for some compilers. | Andrei Karas | 1 | -0/+4 |
2017-09-01 | Add some checks after automatic check code by tools. | Andrei Karas | 2 | -2/+2 |
2017-09-01 | Fix code style. | Andrei Karas | 4 | -19/+15 |
2017-08-31 | Add missing reload server config parameter for manamerket legacy server bot. | Andrei Karas | 1 | -0/+1 |
2017-08-31 | Add default values for per server settings in setup tabs. | Andrei Karas | 2 | -0/+3 |
2017-08-30 | Add missing check. | Andrei Karas | 1 | -0/+2 |
2017-08-30 | Move some variables to better scope. | Andrei Karas | 7 | -21/+22 |
2017-08-28 | Remove extra includes. | Andrei Karas | 1 | -8/+0 |
2017-08-27 | Add missing translators comment. | Andrei Karas | 1 | -1/+1 |
2017-08-26 | Remove unused fields from MailMessage struct. | Andrei Karas | 1 | -18/+1 |
2017-08-26 | Show attached item in item container in old mail system. | Andrei Karas | 1 | -1/+0 |
2017-08-26 | Fix sending mail from mail edit window for old mail system. | Andrei Karas | 1 | -1/+2 |
2017-08-26 | In mail view window use own items scroll area xml configuration. | Andrei Karas | 1 | -1/+1 |
2017-08-26 | Fix dragging items from mail edit window into other item containers. | Andrei Karas | 1 | -0/+2 |
2017-08-26 | Fix moving to previous/next mail message in mail view window. | Andrei Karas | 1 | -4/+12 |
2017-08-26 | Add support for getting attached money from mail message. | Andrei Karas | 2 | -0/+27 |
2017-08-26 | Add support for getting attached items from mail message. | Andrei Karas | 4 | -5/+50 |
2017-08-26 | In mail view window show buttons for get attach and money. | Andrei Karas | 2 | -5/+21 |
2017-08-26 | Show/hide get attach button in mail view window based on attached items and m... | Andrei Karas | 2 | -15/+21 |
2017-08-26 | Add inventory type for mail view window. Not allow drag from/to this inventory. | Andrei Karas | 5 | -6/+20 |
2017-08-26 | Rename InventoryType::Mail into InventoryType::MailEdit. | Andrei Karas | 4 | -9/+9 |
2017-08-26 | Allow request to load old mail messages by pages. | Andrei Karas | 2 | -7/+32 |
2017-08-26 | Add support for mail deletion. | Andrei Karas | 1 | -1/+4 |
2017-08-26 | Close mail edit window on success send. | Andrei Karas | 1 | -0/+1 |
2017-08-26 | Cancel mail writing on server if mail edit window was closed. | Andrei Karas | 1 | -1/+3 |
2017-08-25 | Validate destination name after it entered in mail edit window. | Andrei Karas | 2 | -2/+40 |
2017-08-25 | Add basic support for view mail message. | Andrei Karas | 4 | -48/+76 |
2017-08-25 | Use int64 for mail messages ids. | Andrei Karas | 3 | -10/+10 |
2017-08-25 | Show message information in mail list. | Andrei Karas | 3 | -4/+17 |
2017-08-25 | Add support for show mail list for new mail system. | Andrei Karas | 3 | -11/+43 |