summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-03add config versioning.Andrei Karas3-0/+18
2013-05-03add small and big font sizes.Andrei Karas1-6/+16
from 8 px to 23 px.
2013-05-03fix update host issue after registration in evol server.Andrei Karas1-2/+11
This issue happend if server allow only one update server.
2013-05-03update and rebuild translations.Andrei Karas41-65890/+127128
2013-05-03add comments for translators.Andrei Karas17-26/+388
2013-05-03add comments for translatorsAndrei Karas73-110/+1680
2013-05-03add comments for translators.Andrei Karas11-0/+184
2013-05-02Jewelry Theme: Increase chat text visibility.Hal9OOO2-18/+18
2013-05-02add new theme option for adjusting titlebar height.Andrei Karas2-0/+8
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-02Fix tilebar padding with different font sizes.Andrei Karas22-6/+180
Fix paddings in outfits window.
2013-05-01add theme default font size depend on screen density.Andrei Karas2-2/+10
2013-05-01use different default font sizes depend on screen density.Andrei Karas2-2/+32
2013-05-01update and rebuild translations.Andrei Karas40-6997/+7882
2013-05-01add keywords to desktop file.Andrei Karas1-1/+1
2013-05-01fix compilation error without C++11Andrei Karas1-0/+2
2013-05-01add option to override detected screen density.Andrei Karas4-6/+28
2013-05-01improve screen density logging.Andrei Karas1-1/+2
2013-05-01Add ability to load theme xml files depend on screen density.Andrei Karas2-7/+37
Known densities: low medium tv high xhigh xxhigh Xml file name example with density: window_high.xml if file with density missing, will be loaded file without density.
2013-05-01add pixel size detection fo X11 and windows.Andrei Karas4-25/+85
2013-05-01Jewelry Theme:Hal9OOO1-46/+31
- Extend improvements on tab readability in all windows - Extend improvements on tab readability in all chat tabs (party, gm,..) - Clean a bit "colors.xml" file
2013-05-01Jewelry Theme:Hal9OOO2-4/+8
- Increase visibility of flashing tabs - Increase visibility of selected tabs - Increase visibility of tab text
2013-04-30add support for set fonts and font sizes from themes.Andrei Karas6-15/+88
Changed default font size from 11 to 12 px.
2013-04-30rename variable in map class.Andrei Karas2-6/+7
2013-04-30update copyrights year in theme xmls.Andrei Karas9-9/+9
2013-04-29split being.cpp to some files.Andrei Karas7-177/+260
2013-04-29Jewelry Theme version 1.0.4 released.Hal9OOO1-1/+10
2013-04-29Jewelry Theme: New Character Selection graphic implemented.Hal9OOO4-0/+26
2013-04-29fix crach in tmw like servers on player selection dialog.Andrei Karas1-1/+2
2013-04-29update theme images with new playerbox theming.Andrei Karas5-0/+0
2013-04-29Improve a bit look in character selection window.Andrei Karas20-431/+766
Add selection skin for playerbox. New theme file: playerboxselected.xml
2013-04-28create shared class for different players list visualisation.Andrei Karas2-38/+50
2013-04-27Updates to xcode.Socapex1-33/+18
2013-04-27Converted all libraries to staticSocapex33-234/+146
2013-04-27Change version to 1.3.4.28.v1.3.4.28Andrei Karas7-7/+16
2013-04-27update translations.Andrei Karas1-5/+5
2013-04-26fix code style more.Andrei Karas12-16/+16
2013-04-26fix code style.Andrei Karas2-6/+12
2013-04-26update and rebuild translations.Andrei Karas40-39770/+39533
2013-04-26add support for separate online list.Andrei Karas7-4/+38
2013-04-26Add mod key for chat (left shift)Andrei Karas4-3/+26
New action: mod key + right click - close current whisper.
2013-04-25fix some code style by cpplint.Andrei Karas30-69/+22
2013-04-25update mplus fonts.Andrei Karas2-0/+0
2013-04-25disable debug flag for sdl font.Andrei Karas1-1/+1
2013-04-25add in sdlfont map support also for calculating string widths.Andrei Karas3-1/+47
2013-04-25in sdlfont add map for fast search in list.Andrei Karas3-69/+237
2013-04-25impliment new list in sdlfont.Andrei Karas5-149/+599
2013-04-24add to font perfomance test also cache auto cleanup.Andrei Karas1-0/+2
2013-04-24add command for test perfomance in sdlfont calculation.Andrei Karas3-0/+45
2013-04-24add null opengl renderer.Andrei Karas5-0/+1449
2013-04-23add missing stringutils unit tests.Andrei Karas1-0/+22