Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -195/+0 | |
2013-09-12 | remove unused includes from widget files. | Andrei Karas | 1 | -0/+1 | |
2013-09-11 | remove unused includes from gui files. | Andrei Karas | 1 | -1/+0 | |
2013-08-29 | add some more missing checks. | Andrei Karas | 1 | -1/+2 | |
2013-07-13 | Add support for tabulation to fixed browserbox rows. | Andrei Karas | 1 | -0/+1 | |
Command: /tN; where N is number or characters in line. Example: "test\t10;line" will be converted into "test line" | |||||
2013-07-12 | add ability to show assigned keys in browserbox. | Andrei Karas | 1 | -0/+1 | |
Example: This is chat modifier key: ###ChatMod;. If chat mod key is left shift, it will show: "This is chat modifier key: left shift." | |||||
2013-05-03 | add comments for translators | Andrei Karas | 1 | -1/+3 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -1/+2 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -1/+0 | |
2013-04-09 | Improve perfomance in windows and popups visibility checks. | Andrei Karas | 1 | -2/+2 | |
2013-03-15 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-03-12 | Moved Did you know to Help window. | Socapex | 1 | -4/+14 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -2/+2 | |
2013-02-18 | Add support for help seach links. | Andrei Karas | 1 | -3/+6 | |
To add link to search text: /url ?text Also add support for links in format: help://topic | |||||
2013-02-10 | Add https support to link handlers. | Andrei Karas | 1 | -1/+1 | |
2013-01-30 | Fix minimal windows sizes for very small screens (320x240) | Andrei Karas | 1 | -1/+1 | |
2013-01-20 | Another part with FOR_EACH changes. | Andrei Karas | 1 | -4/+2 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -1/+0 | |
2012-10-20 | Add palette inheritance to button class. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Add palette inheritance to browserbox class. | Andrei Karas | 1 | -1/+1 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -1/+1 | |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+1 | |
2012-09-16 | Add const to variables with type size_t. | Andrei Karas | 1 | -1/+1 | |
2012-09-06 | Improve constructors in some classes. | Andrei Karas | 1 | -3/+4 | |
2012-08-27 | Add const to more classes. | Andrei Karas | 1 | -2/+2 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2012-08-17 | Improve size calculations. | Andrei Karas | 1 | -1/+1 | |
2012-08-05 | Move some hardcoded paddings to themes. | Andrei Karas | 1 | -5/+0 | |
2012-08-04 | Extend background theming. | Andrei Karas | 1 | -1/+1 | |
2012-07-21 | Add support for opening urls in system default browser. | Andrei Karas | 1 | -2/+10 | |
2012-06-19 | Add help search commands (?text). | Andrei Karas | 1 | -0/+54 | |
Example: ?warps It will open help page about warps. | |||||
2012-06-03 | Add support for help footer. | Andrei Karas | 1 | -1/+1 | |
2012-05-13 | Move some code from logic queue to separate calls. | Andrei Karas | 1 | -0/+1 | |
It can improve perfomance in slow systems. | |||||
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -2/+2 | |
2012-03-19 | Add help po translation. | Andrei Karas | 1 | -16/+6 | |
Combine help and client data translations. | |||||
2012-02-05 | Move language functions to langs.cpp and langs.h files. | Andrei Karas | 1 | -0/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-06 | Add gm commands to chat autocomplete list (only for gms) | Andrei Karas | 1 | -3/+3 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 1 | -1/+1 | |
2011-08-31 | Add ability to lock any window position and size. Using sticky image for this. | Andrei Karas | 1 | -0/+2 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -1/+1 | |
2011-06-09 | Remove some debug messages. | Andrei Karas | 1 | -2/+0 | |
2011-06-09 | Add "did you know?" dialog and some messages for it. | Andrei Karas | 1 | -0/+2 | |
Fix browserbox images position and size. | |||||
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-18 | Impliment support for images in browser box. Enabled for help window. | Andrei Karas | 1 | -0/+1 | |
2011-04-18 | Allow try different language part for searching help translations. | Andrei Karas | 1 | -3/+8 | |
2011-04-07 | Add client version as special constant to help window. | Andrei Karas | 1 | -0/+1 | |