Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-02 | Add some checks after automatic checking. | Andrei Karas | 2 | -4/+13 | |
2012-02-01 | Not allow enter not numeric chars in numeric text fields. | Andrei Karas | 1 | -21/+35 | |
2012-01-31 | Add max chars limit for textfields. | Andrei Karas | 2 | -2/+2 | |
2012-01-31 | Extent max emotes count from 44 to 48 emotes. | Andrei Karas | 1 | -1/+1 | |
2012-01-30 | Add some missing checks to window resize code. | Andrei Karas | 1 | -0/+2 | |
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 4 | -50/+59 | |
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira Conflicts: src/client.cpp src/client.h src/game.cpp src/gui/gui.cpp src/gui/widgets/window.cpp | |||||
2012-01-29 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-01-29 | Fix possible hiding methods issues. | Andrei Karas | 3 | -10/+10 | |
2012-01-24 | Fix branding issues. Like incorrect default app name, not connecting to server. | Andrei Karas | 1 | -2/+6 | |
2012-01-24 | Fix possible crash in server change. | Andrei Karas | 1 | -0/+1 | |
2012-01-21 | Fix compilation errors and warnings for another gcc 4.7 snapshot. | Andrei Karas | 3 | -4/+6 | |
2012-01-19 | Prevent adding double attributes to status window. | Andrei Karas | 1 | -0/+1 | |
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. |