summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-02Adjust time between allowed insertions in text field from 1 to 2 seconds.Andrei Karas1-1/+1
2011-07-25Add removing palyers sprite logic depend on players direction.Andrei Karas1-1/+1
2011-07-08Add small optimisations and fixes.Andrei Karas2-2/+2
2011-07-07Remove undescore from variables and defines.Andrei Karas49-98/+98
2011-07-05Fix memory leak in shop window, add missing initialisation to BeingCacheEntry.Andrei Karas2-0/+17
2011-07-04Fix code style and compilation warnings.Andrei Karas1-1/+1
2011-07-03Add separator field to setup settings tabs.Andrei Karas1-6/+10
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas2-45/+45
2011-07-02Replace some getters to direct member access in Image class.Andrei Karas4-11/+11
2011-07-02Add hasRows to chattab class.Andrei Karas2-0/+6
2011-07-01Replace some lists to vectors.Andrei Karas4-4/+8
2011-06-30Small speed improvments.Andrei Karas1-1/+1
2011-06-30Fix memory leak in desktop.cppAndrei Karas1-12/+4
2011-06-22Fix code style.Andrei Karas2-6/+6
2011-06-19Redesign Misc setup page.Andrei Karas3-2/+94
2011-06-18Start implimenting new setup pages.Andrei Karas5-15/+142
2011-06-15Add option to use local time in chat.Andrei Karas1-9/+19
2011-06-15Fix context menu positions in some windows.Andrei Karas1-1/+1
2011-06-09Add "did you know?" dialog and some messages for it.Andrei Karas1-2/+12
2011-06-08Zero variables after calling decRef().Andrei Karas5-0/+18
2011-06-04Add colors support for drops panel.Andrei Karas2-6/+11
2011-06-04Fix colors support in shortcuts panelAndrei Karas1-3/+3
2011-06-04Add support for colors to shortcuts panel.Andrei Karas2-6/+13
2011-06-04Add support for colors in outfits window.Andrei Karas1-1/+1
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-1/+6
2011-06-01Fix tab size with secure font.Andrei Karas1-0/+2