summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer4-50/+59
2012-01-29Fix code style.Andrei Karas1-1/+1
2012-01-29Fix possible hiding methods issues.Andrei Karas3-10/+10
2012-01-24Fix branding issues. Like incorrect default app name, not connecting to server.Andrei Karas1-2/+6
2012-01-24Fix possible crash in server change.Andrei Karas1-0/+1
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas3-4/+6
2012-01-19Prevent adding double attributes to status window.Andrei Karas1-0/+1
2012-01-14fix adding gcc 4.7 support.Andrei Karas1-1/+1
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas2-8/+10
2012-01-07Allow use bold text also if browser box line was splitted.Andrei Karas1-2/+1
2012-01-05Update copyrights year.Andrei Karas98-98/+98
2011-12-08Add variables for any chat text/commands.Andrei Karas1-0/+3
2011-12-05A bit improve speed in getting color from theme.Andrei Karas1-2/+3
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas2-0/+32
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-2/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas26-160/+11
2011-11-15Autocomplete player nick in whisper first even if player offlineAndrei Karas2-1/+9
2011-11-14Fix incorrect memory access if hiding some gui layout cells.Andrei Karas2-8/+15
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas44-178/+193
2011-11-04Add bold markup tag to browserbox class.Andrei Karas2-13/+47
2011-10-08Fix global message sound hightligt. It was broken for some time.Andrei Karas1-10/+4
2011-10-07Fix resize in skills dialog and social window.Andrei Karas1-0/+3
2011-09-28Hide popups in different hidden windows.Andrei Karas8-5/+49
2011-09-28Add some checks after previous commit.Andrei Karas1-1/+2
2011-09-28Fixed item popup still visible after closing inventory window.Erik Schilling3-1/+8
2011-09-28Add amount text field to buy dialog.Andrei Karas3-3/+13
2011-09-26Add ability to scrolling in scrollareas like chat by mouse draging.Andrei Karas2-0/+62
2011-09-20Auto hide filter in invetory if window size too small.Andrei Karas1-7/+22
2011-09-19Unhide method widgetResized. Removed empty widgetResized from some classes.Andrei Karas1-1/+1
2011-09-16Simplify menu creation in popupmenu class.Andrei Karas2-0/+10
2011-09-15Remove some diplicated code from embeded guichan.Andrei Karas1-1/+1
2011-09-15Add buttons Themes, Video, Perfomance in select server screen.Andrei Karas2-0/+15
2011-09-11Fix code style.Andrei Karas1-2/+2
2011-09-11Add own theme image for progressbar. If no own image it fallback to vscroll i...Andrei Karas1-1/+3
2011-09-11Add own xml configuration for missing windows.Andrei Karas2-5/+20
2011-09-11Add support for padding in theme configuration files.Andrei Karas1-0/+2
2011-09-10Allow load for each window own xml theme file.Andrei Karas2-8/+20
2011-09-10Remove some push/pop clip areas.Andrei Karas1-9/+1
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas2-6/+6
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas5-60/+55
2011-09-09Add to inventory filter by letters from item names.Andrei Karas4-5/+28
2011-09-08Add additional sorting methods to inventory:Andrei Karas3-3/+77
2011-09-08Replace most iterator to const_iterator.Andrei Karas7-16/+25
2011-09-07Add support for copy text to clipboard (Ctrl+C).Andrei Karas2-0/+12
2011-09-02Replace guichan iterators to const_iterator if need.Andrei Karas3-2/+6
2011-09-01Eliminate asserts from most files.Andrei Karas2-3/+7
2011-09-01Fix windows max x and y position.Andrei Karas1-4/+4
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas2-12/+55
2011-08-28Fix code style.Andrei Karas1-1/+2