Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-18 | Fix height in text command editor. | Andrei Karas | 1 | -0/+2 | |
2012-10-18 | Fix open/close sound in text command editor. | Andrei Karas | 1 | -0/+1 | |
2012-10-18 | Fix in ok dialog size and button position. | Andrei Karas | 19 | -6/+169 | |
2012-10-18 | Add button in themes to show additional theme info. | Andrei Karas | 31 | -8/+128 | |
2012-10-18 | Fix ok dialog resize issue. | Andrei Karas | 2 | -5/+7 | |
Also allow set from ouside preferred width. | |||||
2012-10-18 | Simplify reading values from config. | Andrei Karas | 6 | -15/+11 | |
2012-10-18 | Extend theming listbox with image. | Andrei Karas | 3 | -4/+10 | |
New theme options: imagePadding - padding for image from left spacing - space between image and text | |||||
2012-10-18 | Fix login dialog size in some themes. | Andrei Karas | 1 | -0/+2 | |
2012-10-18 | Add default drop down attributes to jewelry theme. | Andrei Karas | 1 | -0/+4 | |
2012-10-18 | Extend dropdown theming. | Andrei Karas | 10 | -65/+112 | |
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size | |||||
2012-10-18 | Complete theme rename hal_jewelry to jewelry. | Andrei Karas | 59 | -0/+0 | |
2012-10-17 | Rename Hal Jewelry Theme in Jewelry.. :( | Hal9OOO (Francesco Miglietta) | 5 | -5/+5 | |
2012-10-17 | Fixed radio-button and check-box button position in Jewelry Theme. | Hal9OOO (Francesco Miglietta) | 2 | -1/+15 | |
2012-10-17 | Fix make files in hal_jewelry theme. | Andrei Karas | 2 | -2/+2 | |
2012-10-17 | Add some files in CMakeLists.txt. | Hal9OOO (Francesco Miglietta) | 1 | -0/+2 | |
2012-10-17 | Add some files to Makefile.am. | Hal9OOO (Francesco Miglietta) | 1 | -0/+2 | |
2012-10-17 | Fix Makefile.am in Hal Jewelry. | Hal9OOO (Francesco Miglietta) | 1 | -1/+1 | |
2012-10-17 | Extend radio button theming. | Andrei Karas | 9 | -96/+108 | |
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding | |||||
2012-10-17 | Fix tab name in help. | Andrei Karas | 1 | -1/+1 | |
2012-10-17 | Fix configure.ac file. | Hal9OOO (Francesco Miglietta) | 1 | -0/+1 | |
2012-10-17 | Hal Jewelry Theme license file added. | Hal9OOO (Francesco Miglietta) | 1 | -0/+5 | |
2012-10-17 | Hal Jewelry Theme added. | Hal9OOO (Francesco Miglietta) | 60 | -1/+1188 | |
2012-10-17 | Extend checkbox theming. | Andrei Karas | 9 | -121/+85 | |
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding | |||||
2012-10-17 | fix error in defines. | Andrei Karas | 1 | -1/+1 | |
2012-10-17 | Add OpenGL support for Android builds (partially). | Andrei Karas | 13 | -27/+93 | |
2012-10-17 | ARM fixes. | Andrei Karas | 4 | -5/+3 | |
2012-10-16 | Fix background flag in social window for party and guild tabs. | Andrei Karas | 1 | -3/+3 | |
2012-10-16 | Fix code style and some other minor issues. | Andrei Karas | 28 | -80/+80 | |
2012-10-16 | Add listbox padding. | Andrei Karas | 11 | -48/+93 | |
New theme file: listbox.xml Theme option: padding | |||||
2012-10-16 | Merge branch 'androidtemp' | Andrei Karas | 3 | -9/+18 | |
Conflicts: configure.ac | |||||
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 38 | -73/+82 | |
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 38 | -73/+82 | |
2012-10-15 | Fixed config and localdata dirs | Dan Sagunov | 1 | -2/+3 | |
2012-10-15 | Fixed Android client recognition | Dan Sagunov | 1 | -2/+2 | |
2012-10-15 | Added androidbuild check in librt, mumble and pthread | Dan Sagunov | 1 | -5/+13 | |
2012-10-15 | Added androidbuild checking in configure | Dan Sagunov | 1 | -2/+18 | |
2012-10-15 | Corrected argument passing for DLOG_ANDROID | Dan Sagunov | 1 | -1/+1 | |
2012-10-15 | Added --without-pthread flag. | Dan Sagunov | 1 | -2/+8 | |
2012-10-15 | Override some methods in guichan listbox. | Andrei Karas | 8 | -18/+24 | |
2012-10-15 | Added androidbuild checking in configure | Dan Sagunov | 1 | -2/+18 | |
2012-10-15 | Corrected argument passing for DLOG_ANDROID | Dan Sagunov | 1 | -1/+1 | |
2012-10-15 | Added --without-pthread flag. | Dan Sagunov | 1 | -2/+8 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 321 | -385/+385 | |
2012-10-15 | Show Android in client version. | Andrei Karas | 1 | -0/+2 | |
2012-10-15 | Exclude mgl.cpp/h file if OpenGL is disabled. | Andrei Karas | 2 | -0/+8 | |
2012-10-15 | Extend Android logger. | Andrei Karas | 2 | -3/+15 | |
2012-10-15 | Fix compilation old gcc and system wide guichan at same time. | Andrei Karas | 24 | -1/+46 | |
2012-10-15 | Complete support for USE_MUMBLE flag. | Andrei Karas | 3 | -0/+17 | |
2012-10-14 | Add some android fixes. | Andrei Karas | 8 | -1/+47 | |
Partial impliment option to enable/disable mumble support. | |||||
2012-10-14 | Add missing file. | Andrei Karas | 1 | -0/+5 | |