Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-14 | fix adding gcc 4.7 support. | Andrei Karas | 1 | -1/+1 | |
2012-01-11 | Fix compliation under gcc 4.7 snapshot. | Andrei Karas | 2 | -8/+10 | |
2012-01-07 | Allow use bold text also if browser box line was splitted. | Andrei Karas | 1 | -2/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 98 | -98/+98 | |
2011-12-08 | Add variables for any chat text/commands. | Andrei Karas | 1 | -0/+3 | |
<PLAYER> - target or nearest player nick. <MONSTER> - target or nearest monster name. <PEOPLE> - comma separated list of visible players (except self). <PARTY> - all party members (except self). Example usage: type in chat: hello <PEOPLE>. | |||||
2011-12-05 | A bit improve speed in getting color from theme. | Andrei Karas | 1 | -2/+3 | |
2011-12-03 | Allow copy any line from chat log to clipboard by | Andrei Karas | 2 | -0/+32 | |
context menu item "Copy to clipboard". | |||||
2011-12-02 | Fix some issues after automatic code checking. | Andrei Karas | 1 | -2/+1 | |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 26 | -160/+11 | |
2011-11-15 | Autocomplete player nick in whisper first even if player offline | Andrei Karas | 2 | -1/+9 | |
or not in visible range. | |||||
2011-11-14 | Fix incorrect memory access if hiding some gui layout cells. | Andrei Karas | 2 | -8/+15 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 44 | -178/+193 | |
2011-11-04 | Add bold markup tag to browserbox class. | Andrei Karas | 2 | -13/+47 | |
##B - for bold font ##b - for normal font | |||||
2011-10-08 | Fix global message sound hightligt. It was broken for some time. | Andrei Karas | 1 | -10/+4 | |
2011-10-07 | Fix resize in skills dialog and social window. | Andrei Karas | 1 | -0/+3 | |
2011-09-28 | Hide popups in different hidden windows. | Andrei Karas | 8 | -5/+49 | |
2011-09-28 | Add some checks after previous commit. | Andrei Karas | 1 | -1/+2 | |
2011-09-28 | Fixed item popup still visible after closing inventory window. | Erik Schilling | 3 | -1/+8 | |
Reviewed-by: Bertram. Conflicts: src/gui/widgets/itemcontainer.cpp | |||||
2011-09-28 | Add amount text field to buy dialog. | Andrei Karas | 3 | -3/+13 | |
2011-09-26 | Add ability to scrolling in scrollareas like chat by mouse draging. | Andrei Karas | 2 | -0/+62 | |
2011-09-20 | Auto hide filter in invetory if window size too small. | Andrei Karas | 1 | -7/+22 | |
2011-09-19 | Unhide method widgetResized. Removed empty widgetResized from some classes. | Andrei Karas | 1 | -1/+1 | |
2011-09-16 | Simplify menu creation in popupmenu class. | Andrei Karas | 2 | -0/+10 | |
2011-09-15 | Remove some diplicated code from embeded guichan. | Andrei Karas | 1 | -1/+1 | |
2011-09-15 | Add buttons Themes, Video, Perfomance in select server screen. | Andrei Karas | 2 | -0/+15 | |
2011-09-11 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2011-09-11 | Add own theme image for progressbar. If no own image it fallback to vscroll ↵ | Andrei Karas | 1 | -1/+3 | |
image. | |||||
2011-09-11 | Add own xml configuration for missing windows. | Andrei Karas | 2 | -5/+20 | |
2011-09-11 | Add support for padding in theme configuration files. | Andrei Karas | 1 | -0/+2 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 2 | -8/+20 | |
2011-09-10 | Remove some push/pop clip areas. | Andrei Karas | 1 | -9/+1 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 1 | -1/+1 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 2 | -6/+6 | |
2011-09-09 | Fix first part of shadow variables/methods errors. | Andrei Karas | 5 | -60/+55 | |
2011-09-09 | Add to inventory filter by letters from item names. | Andrei Karas | 4 | -5/+28 | |
2011-09-08 | Add additional sorting methods to inventory: | Andrei Karas | 3 | -3/+77 | |
by weight, by amount, by type. | |||||
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 7 | -16/+25 | |
Some other minor changes. | |||||
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. |