Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-07 | Add support for copy text to clipboard (Ctrl+C). | Andrei Karas | 2 | -0/+12 | |
In X enviroments used xsel to copy string to clipboard. In windows used native clipboard api. MacOSX not supported. | |||||
2011-09-02 | Replace guichan iterators to const_iterator if need. | Andrei Karas | 3 | -2/+6 | |
2011-09-01 | Eliminate asserts from most files. | Andrei Karas | 2 | -3/+7 | |
2011-09-01 | Fix windows max x and y position. | Andrei Karas | 1 | -4/+4 | |
was to one pixel less then screen size. | |||||
2011-08-31 | Add ability to lock any window position and size. Using sticky image for this. | Andrei Karas | 2 | -12/+55 | |
2011-08-28 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-08-28 | Move simple colors to themes. | Andrei Karas | 2 | -28/+29 | |
Need add to all themes, or all simple colors will be black. | |||||
2011-08-28 | Fix possible conflicts between class names GuildTab, PartyTab and other. | Andrei Karas | 2 | -11/+11 | |
2011-08-27 | Impliment additional guild bot intergration functions. | Andrei Karas | 1 | -1/+1 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 2 | -0/+179 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-22 | Improve draw perfomance. | Andrei Karas | 31 | -104/+142 | |
Add new theme color DROPDOWN_SHADOW. | |||||
2011-08-22 | Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY. | Andrei Karas | 4 | -8/+10 | |
2011-08-22 | Fix some theme font colors in different gui elements. | Andrei Karas | 3 | -1/+3 | |
Add new color ITEM_NOT_EQUIPPED. | |||||
2011-08-22 | Add highlight list option. | Andrei Karas | 1 | -3/+1 | |
Before in highlight was only player nick. | |||||
2011-08-22 | Replace typo dont to don't. | Andrei Karas | 2 | -2/+2 | |
2011-08-17 | Fix chat auto scroll to down if input field is visible. | Andrei Karas | 1 | -1/+2 | |
2011-08-16 | Show shop sign to other players only if shop is not empty. | Andrei Karas | 2 | -0/+7 | |
2011-08-16 | Add drop down widget for setup pages. | Andrei Karas | 4 | -2/+118 | |
Known issue: popup listbox drawed under other widgets. | |||||
2011-08-15 | Move setupitem class to widgets directory. | Andrei Karas | 3 | -2/+752 | |
2011-08-15 | Add option to hide ip addresses on screenshots. | Andrei Karas | 1 | -13/+33 | |
2011-08-12 | Rename file name table to correct guitable. | Andrei Karas | 2 | -1/+1 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 18 | -22/+22 | |
2011-08-11 | Fix saving opened tabs state. | Andrei Karas | 1 | -2/+4 | |
2011-08-09 | Fix copyright headers. Add missing copyrights and fix program name. | Andrei Karas | 6 | -12/+16 | |
2011-08-02 | Add ctrl key combination to all text fields. | Andrei Karas | 1 | -10/+38 | |
New keys: Ctrl+b,d,e,f,h,k,u,w Working like in most text editors. | |||||
2011-08-02 | Adjust time between allowed insertions in text field from 1 to 2 seconds. | Andrei Karas | 1 | -1/+1 | |
2011-07-25 | Add removing palyers sprite logic depend on players direction. | Andrei Karas | 1 | -1/+1 | |
2011-07-08 | Add small optimisations and fixes. | Andrei Karas | 2 | -2/+2 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 49 | -98/+98 | |
2011-07-05 | Fix memory leak in shop window, add missing initialisation to BeingCacheEntry. | Andrei Karas | 2 | -0/+17 | |
Small code style fix. | |||||
2011-07-04 | Fix code style and compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2011-07-03 | Add separator field to setup settings tabs. | Andrei Karas | 1 | -6/+10 | |
2011-07-02 | Replace some getters to direct members access in graphics class. | Andrei Karas | 2 | -45/+45 | |
2011-07-02 | Replace some getters to direct member access in Image class. | Andrei Karas | 4 | -11/+11 | |
2011-07-02 | Add hasRows to chattab class. | Andrei Karas | 2 | -0/+6 | |
2011-07-01 | Replace some lists to vectors. | Andrei Karas | 4 | -4/+8 | |
2011-06-30 | Small speed improvments. | Andrei Karas | 1 | -1/+1 | |
2011-06-30 | Fix memory leak in desktop.cpp | Andrei Karas | 1 | -12/+4 | |
2011-06-22 | Fix code style. | Andrei Karas | 2 | -6/+6 | |
2011-06-19 | Redesign Misc setup page. | Andrei Karas | 3 | -2/+94 | |
2011-06-18 | Start implimenting new setup pages. | Andrei Karas | 5 | -15/+142 | |
Add new container for setup items. Imporved other containers. | |||||
2011-06-15 | Add option to use local time in chat. | Andrei Karas | 1 | -9/+19 | |
2011-06-15 | Fix context menu positions in some windows. | Andrei Karas | 1 | -1/+1 | |
2011-06-09 | Add "did you know?" dialog and some messages for it. | Andrei Karas | 1 | -2/+12 | |
Fix browserbox images position and size. | |||||
2011-06-08 | Zero variables after calling decRef(). | Andrei Karas | 5 | -0/+18 | |
2011-06-04 | Add colors support for drops panel. | Andrei Karas | 2 | -6/+11 | |
Delete search item function without colors support. | |||||
2011-06-04 | Fix colors support in shortcuts panel | Andrei Karas | 1 | -3/+3 | |
2011-06-04 | Add support for colors to shortcuts panel. | Andrei Karas | 2 | -6/+13 | |
2011-06-04 | Add support for colors in outfits window. | Andrei Karas | 1 | -1/+1 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 1 | -1/+6 | |