Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-12 | In chat selection dialog show popup with character name. | Andrei Karas | 2 | -7/+49 | |
2013-05-12 | Set bigger size in char selection dialog if screen is big. | Andrei Karas | 1 | -1/+4 | |
2013-05-11 | Add ability to show onscreen keyboard if input field focused. | Andrei Karas | 3 | -1/+27 | |
2013-05-10 | fix code style. | Andrei Karas | 6 | -9/+10 | |
2013-05-09 | fix default window title bar height. | Andrei Karas | 1 | -1/+1 | |
2013-05-06 | fix outline color in dropdown class. | Andrei Karas | 1 | -1/+2 | |
2013-05-06 | add outline colors in shoplistbox class. | Andrei Karas | 1 | -2/+7 | |
2013-05-06 | add outline color in dropdown. | Andrei Karas | 2 | -3/+6 | |
2013-05-06 | add outline color to radio button. | Andrei Karas | 2 | -2/+5 | |
2013-05-06 | add outline color in checbox class. | Andrei Karas | 2 | -1/+4 | |
2013-05-06 | Add outline colors for button class. | Andrei Karas | 2 | -4/+24 | |
2013-05-06 | add outline color in textfield class. | Andrei Karas | 2 | -1/+4 | |
2013-05-06 | add outline colors to extendedlistbox class. | Andrei Karas | 1 | -2/+3 | |
2013-05-06 | Add outline colors for ITEM_EQUIPPED and ITEM_NOT_EQUIPPED. | Andrei Karas | 6 | -9/+25 | |
2013-05-05 | add outline color to listbox. | Andrei Karas | 2 | -2/+8 | |
2013-05-05 | fix scrollbars in dropdown popups. | Andrei Karas | 1 | -1/+3 | |
2013-05-05 | adjust char selection dialog for small screens. | Andrei Karas | 1 | -4/+1 | |
2013-05-04 | Fix label position in tab. | Andrei Karas | 1 | -3/+9 | |
2013-05-04 | add function to graphics class to set normal and outline colors at once. | Andrei Karas | 10 | -27/+15 | |
2013-05-04 | add outline color TEXT color. | Andrei Karas | 9 | -26/+44 | |
2013-05-04 | Add outline for label default color. | Andrei Karas | 1 | -0/+1 | |
2013-05-03 | Change a bit some windows sizes for drawing big size fonts. | Andrei Karas | 2 | -2/+7 | |
2013-05-03 | add comments for translators | Andrei Karas | 11 | -10/+40 | |
2013-05-02 | add new theme option for adjusting titlebar height. | Andrei Karas | 1 | -0/+1 | |
New theme option: titlebarHeightRelative Default value: 0 Because titlebar height can be calculated from font height. It can be changed by this option. | |||||
2013-05-02 | Fix tilebar padding with different font sizes. | Andrei Karas | 1 | -2/+5 | |
Fix paddings in outfits window. | |||||
2013-04-29 | fix crach in tmw like servers on player selection dialog. | Andrei Karas | 1 | -1/+2 | |
2013-04-29 | Improve a bit look in character selection window. | Andrei Karas | 9 | -19/+577 | |
Add selection skin for playerbox. New theme file: playerboxselected.xml | |||||
2013-04-26 | fix code style more. | Andrei Karas | 3 | -5/+5 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 3 | -5/+0 | |
2013-04-23 | fix browserbox unit test. | Andrei Karas | 1 | -0/+11 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 33 | -44/+121 | |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 34 | -47/+43 | |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 18 | -85/+62 | |
2013-04-12 | fix random rare crashes in npc and possible other windows. | Andrei Karas | 28 | -10/+83 | |
2013-04-09 | Improve perfomance in windows and popups visibility checks. | Andrei Karas | 6 | -6/+13 | |
2013-04-09 | some more style and cast fixes. | Andrei Karas | 2 | -7/+2 | |
2013-04-07 | remove useless checks. | Andrei Karas | 2 | -9/+6 | |
2013-04-07 | fix more style, add consts. | Andrei Karas | 6 | -7/+7 | |
2013-04-07 | fix cide style. | Andrei Karas | 2 | -2/+2 | |
Add explicit keyword to some constructors. | |||||
2013-04-07 | some fixes after auto check. | Andrei Karas | 2 | -5/+5 | |
2013-04-03 | Fix http links splitting in chat. | Andrei Karas | 1 | -9/+11 | |
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 4 | -8/+8 | |
2013-03-22 | Add option to accept language messages in any languge. | Andrei Karas | 4 | -0/+17 | |
This messages will be showed in language or general tab. | |||||
2013-03-22 | Show channel messages in language tab. | Andrei Karas | 2 | -2/+2 | |
2013-03-22 | Add language tab class. | Andrei Karas | 3 | -0/+85 | |
2013-03-22 | clean default channel names. | Andrei Karas | 1 | -2/+0 | |
Fir now general and trade tab not using channels. | |||||
2013-03-22 | add netcode support for channels (for now evol only). | Andrei Karas | 1 | -2/+4 | |
for now any channel ignored and used as general tab. also change netcode version to 8. | |||||
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 1 | -2/+7 | |
2013-03-21 | Add channel name to chat tabs. | Andrei Karas | 7 | -8/+18 | |