summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Fix copyrights.Andrei Karas2-2/+2
2012-03-04Fix possible crash in npc menu.Andrei Karas2-0/+12
2012-02-29Fix code style in empty methods.Andrei Karas4-4/+8
2012-02-29Simplify remove listener calls.Andrei Karas1-2/+1
2012-02-28Fix code style.Andrei Karas1-2/+1
2012-02-28Adjust label size in setupitem controls.Andrei Karas4-5/+20
2012-02-28Fix some sound event.Andrei Karas4-2/+29
2012-02-28Add some missing debug includes.Andrei Karas2-1/+3
2012-02-28Replace "play" button text to image.Andrei Karas1-1/+1
2012-02-28Add image support for buttons.Andrei Karas2-20/+202
2012-02-28Add different sound effects for different events.Andrei Karas4-4/+62
2012-02-27Fix compilation.Andrei Karas1-0/+6
2012-02-27Add sliderlist setup item.Andrei Karas4-0/+236
2012-02-25Fix old casts.Andrei Karas4-18/+19
2012-02-25Add SliderList control.Andrei Karas2-0/+296
2012-02-25Decrease vertical size for setup items.Andrei Karas1-1/+1
2012-02-24More copyright fixes.Andrei Karas10-4/+10
2012-02-24Fix GPL license.Andrei Karas4-8/+4
2012-02-21Bit cleanup visual settings page.Andrei Karas2-12/+30
2012-02-21Move some settings from video to visual page.Andrei Karas2-5/+207
2012-02-20Move gui opacity option to visual settings page.Andrei Karas4-1/+140
2012-02-18Fix selection problem from last commits in browser box.v1.2.2.19Andrei Karas1-1/+1
2012-02-18Fix code style.Andrei Karas2-3/+3
2012-02-08Fix code style with new tool.Andrei Karas14-29/+19
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-02-03Add some missing getters.Andrei Karas15-30/+43
2012-02-02Add some checks after automatic checking.Andrei Karas2-4/+13
2012-02-01Not allow enter not numeric chars in numeric text fields.Andrei Karas1-21/+35
2012-01-31Add max chars limit for textfields.Andrei Karas2-2/+2
2012-01-31Extent max emotes count from 44 to 48 emotes.Andrei Karas1-1/+1
2012-01-30Add some missing checks to window resize code.Andrei Karas1-0/+2
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