summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-28Move simple colors to themes.Andrei Karas2-28/+29
2011-08-28Fix possible conflicts between class names GuildTab, PartyTab and other.Andrei Karas2-11/+11
2011-08-27Impliment additional guild bot intergration functions.Andrei Karas1-1/+1
2011-08-27Basic support for guild bot integration.Andrei Karas2-0/+179
2011-08-22Improve draw perfomance.Andrei Karas31-104/+142
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas4-8/+10
2011-08-22Fix some theme font colors in different gui elements.Andrei Karas3-1/+3
2011-08-22Add highlight list option.Andrei Karas1-3/+1
2011-08-22Replace typo dont to don't.Andrei Karas2-2/+2
2011-08-17Fix chat auto scroll to down if input field is visible.Andrei Karas1-1/+2
2011-08-16Show shop sign to other players only if shop is not empty.Andrei Karas2-0/+7
2011-08-16Add drop down widget for setup pages.Andrei Karas4-2/+118
2011-08-15Move setupitem class to widgets directory.Andrei Karas3-2/+752
2011-08-15Add option to hide ip addresses on screenshots.Andrei Karas1-13/+33
2011-08-12Rename file name table to correct guitable.Andrei Karas2-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas18-22/+22
2011-08-11Fix saving opened tabs state.Andrei Karas1-2/+4
2011-08-09Fix copyright headers. Add missing copyrights and fix program name.Andrei Karas6-12/+16
2011-08-02Add ctrl key combination to all text fields.Andrei Karas1-10/+38