summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-01Change trade window font to secure font if need.Andrei Karas2-1/+6
2011-06-01Set secure font in chat tab name if need.Andrei Karas2-0/+14
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas58-92/+92
2011-05-30Switch includes to use embedded guichan.Andrei Karas58-92/+92
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, map...Andrei Karas2-0/+20
2011-05-24Fix leaks in client, skilldialog and playerinfo classes.Andrei Karas2-0/+18
2011-05-24Add simple memory leak detector.Andrei Karas50-0/+100
2011-05-21Fix some issues after automatic code checking.Andrei Karas1-0/+2
2011-05-20Possible fix for sticky paste key in X systems.Andrei Karas2-1/+11