summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2011-06-11Update translations.Andrei Karas1-1/+1
2011-06-10Add more "did you know?" texts.Andrei Karas1-1/+1
2011-06-10Fix code style.Andrei Karas1-1/+2
2011-06-09Add more texts to "did you know" window.Andrei Karas1-1/+1
2011-06-09Allow select item with any color in code where colors not supported.Andrei Karas1-4/+4
2011-06-09Remove some debug messages.Andrei Karas1-2/+0
2011-06-09Merge branch 'didyouknow'Andrei Karas5-2/+261
2011-06-09Add "did you know?" dialog and some messages for it.Andrei Karas5-2/+261
Fix browserbox images position and size.
2011-06-09Fix memory leak in ministatus.Andrei Karas1-1/+8
2011-06-08Zero variables after calling decRef().Andrei Karas8-0/+27
2011-06-07Add copy to chat menu item to bars context menus.Andrei Karas1-0/+8
2011-06-06Extend quick move items from inventory to storage and back.Andrei Karas2-16/+57
Add new key for quick actions "modifier key".
2011-06-05Fix translation strings and rebuild translations.Andrei Karas2-81/+104
2011-06-05Add space before gender sign.Andrei Karas2-3/+3
2011-06-05Fix some leaks in being class.Andrei Karas1-3/+3
2011-06-05Fix memory leak in equipmentwindow and socialwindow.Andrei Karas3-4/+18
2011-06-04Add colors support for drops panel.Andrei Karas6-12/+33
Delete search item function without colors support.
2011-06-04Fix colors support in shortcuts panelAndrei Karas1-3/+3
2011-06-04Add support for colors to shortcuts panel.Andrei Karas6-12/+19
2011-06-04Add support for colors in outfits window.Andrei Karas3-6/+59
2011-06-03Fix iterator usage in socialwindow.cppAndrei Karas1-1/+1
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas4-5/+26
2011-06-02Add players gender sugn in popup menus and being popups.Andrei Karas2-3/+4
2011-06-01Change in being popup player name font to secure font if need.Andrei Karas1-0/+9
2011-06-01Fix tab size with secure font.Andrei Karas1-0/+2
2011-06-01Change trade window font to secure font if need.Andrei Karas3-1/+10
2011-06-01Set secure font in chat tab name if need.Andrei Karas3-0/+17
2011-06-01Add setup option for finding bad chars in nicks.Andrei Karas4-15/+61
Highlight bad nicks on map with secure font.
2011-05-31Add secure font. Now unused.Andrei Karas4-2/+48
2011-05-31Dont unselect outfits selection after ading item to outfits.Andrei Karas1-3/+3
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas146-222/+222
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas146-222/+222
2011-05-30Fix memory leaks in being, socialwindow classes.Andrei Karas1-0/+6
2011-05-26Fix some imageset memory leaks.Andrei Karas1-0/+2
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵Andrei Karas6-15/+35
map classes.
2011-05-24Fix leaks in client, skilldialog and playerinfo classes.Andrei Karas4-6/+40
2011-05-24Add simple memory leak detector.Andrei Karas117-1/+240
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-23Hide tooltip in equipment window if opening context menu.Andrei Karas1-0/+3
2011-05-22Add option to secure trades. Enabled by default.Andrei Karas3-4/+33
If client detect problems, it cancel trade.
2011-05-22Fixed money cheat hightlight in trade fix. Was broken some time and color ↵Andrei Karas2-2/+10
was not changed.
2011-05-22Some typo fixes and add comments for translators.Andrei Karas5-8/+10
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas6-11/+134
Also allow undress separate items from players locally.
2011-05-21Fix player build path in special collisions.Andrei Karas1-1/+1
2011-05-21Fix some issues after automatic code checking.Andrei Karas2-1/+3
2011-05-21Fix removing home position from mouse and saving map objects/home position.Andrei Karas1-0/+6
2011-05-20Possible fix for sticky paste key in X systems.Andrei Karas2-1/+11
This code add 2 seconds timeout between paste actions.
2011-05-19Show servers list even if have unknown server in list.Andrei Karas1-2/+2
2011-05-19Enable server type selection again. Add evol server type. Now working same ↵Andrei Karas3-15/+32
as tmweathena.
2011-05-18Impliment support for images in browser box. Enabled for help window.Andrei Karas3-4/+65
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵Andrei Karas1-2/+12
disabled. Fix some compilation warnings.