Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-04 | Add colors support for drops panel. | Andrei Karas | 2 | -6/+11 | |
Delete search item function without colors support. | |||||
2011-06-04 | Fix colors support in shortcuts panel | Andrei Karas | 1 | -3/+3 | |
2011-06-04 | Add support for colors to shortcuts panel. | Andrei Karas | 2 | -6/+13 | |
2011-06-04 | Add support for colors in outfits window. | Andrei Karas | 1 | -1/+1 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 1 | -1/+6 | |
2011-06-01 | Fix tab size with secure font. | Andrei Karas | 1 | -0/+2 | |
2011-06-01 | Change trade window font to secure font if need. | Andrei Karas | 2 | -1/+6 | |
2011-06-01 | Set secure font in chat tab name if need. | Andrei Karas | 2 | -0/+14 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 58 | -92/+92 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 58 | -92/+92 | |
2011-05-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 2 | -0/+20 | |
map classes. | |||||
2011-05-24 | Fix leaks in client, skilldialog and playerinfo classes. | Andrei Karas | 2 | -0/+18 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 50 | -0/+100 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-21 | Fix some issues after automatic code checking. | Andrei Karas | 1 | -0/+2 | |
2011-05-20 | Possible fix for sticky paste key in X systems. | Andrei Karas | 2 | -1/+11 | |
This code add 2 seconds timeout between paste actions. | |||||
2011-05-18 | Impliment support for images in browser box. Enabled for help window. | Andrei Karas | 2 | -4/+64 | |
2011-05-08 | Fix some include files paths. | Andrei Karas | 6 | -6/+6 | |
2011-05-05 | Fix complilation warnings. | Andrei Karas | 2 | -5/+5 | |
2011-04-30 | Fix compilation for windows. | Andrei Karas | 1 | -1/+1 | |
2011-04-29 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-04-26 | Impliment 3 attack lists. (priority, attack, ignore) | Andrei Karas | 1 | -30/+35 | |
2011-04-25 | Possible fix chat scrolling in near bottom position. | Andrei Karas | 1 | -2/+4 | |
2011-04-22 | Remove useless code. | Andrei Karas | 1 | -4/+0 | |
2011-04-21 | Add attack filter char commands. | Andrei Karas | 1 | -1/+4 | |
And place avatar list box separator without left padding. | |||||
2011-04-21 | Fix draw issue in SDL after vertex precalculation. | Andrei Karas | 5 | -3/+23 | |
2011-04-21 | Impliment attack filter. | Andrei Karas | 1 | -4/+21 | |
Add tab in social tab. | |||||
2011-04-19 | Unhide some virtual methods. | Andrei Karas | 4 | -6/+6 | |
2011-04-18 | Impliment away log in away mode. | Andrei Karas | 2 | -0/+21 | |
2011-04-16 | Fix some possible memory leaks. | Andrei Karas | 1 | -0/+2 | |
2011-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 1 | -1/+1 | |
Tags: <label>, <goto> | |||||
2011-04-12 | Fix windows size if part of window showed out of screen. | Andrei Karas | 1 | -0/+16 | |
2011-04-08 | Add ability to tabbedarea follow vertical scrroll bar position with max value. | Andrei Karas | 2 | -6/+36 | |
2011-04-07 | Add client version as special constant to help window. | Andrei Karas | 3 | -1/+10 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 3 | -3/+3 | |
2011-04-04 | Rename TrueTypeFont to SDLFont. | Andrei Karas | 1 | -3/+3 | |
2011-04-03 | Change imageset offset work not like default offset, but as additional offset. | Andrei Karas | 1 | -1/+1 | |
2011-04-02 | Some fixes after automatic code checking. | Andrei Karas | 2 | -3/+12 | |
2011-04-02 | Add missing checks. | Andrei Karas | 4 | -7/+41 | |
2011-04-01 | Add horisontal and vertical padding for layout object. | Andrei Karas | 2 | -12/+28 | |
2011-03-31 | Fix memory leaks and some other errors. | Andrei Karas | 3 | -7/+7 | |
2011-03-28 | Fix compilation warnings. | Andrei Karas | 2 | -7/+13 | |
2011-03-27 | Fix uninitialised variable. | Andrei Karas | 1 | -1/+2 | |
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 8 | -27/+40 | |
2011-03-27 | Add no away to whisper chat context menu. | Andrei Karas | 1 | -0/+7 | |
2011-03-26 | Add option to chat context menu to remove nicks. | Andrei Karas | 2 | -1/+9 | |
Usefull for example for tmw guild bot. | |||||
2011-03-26 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2011-03-26 | Fix scrollbar regression. | Andrei Karas | 2 | -3/+15 | |
Yes, code look like hack, but it working. | |||||
2011-03-26 | Precalculation vertexes for improving draw speed. | Andrei Karas | 12 | -21/+334 | |
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits. | |||||
2011-03-19 | Add flag to enable or disable scroll buttons in tabbed area. | Andrei Karas | 2 | -17/+73 | |
Also add not working right margin to tabbed area. | |||||
2011-03-19 | Fix code style and add small optimisations. | Andrei Karas | 1 | -2/+2 | |