Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-17 | Extend radio button theming. | Andrei Karas | 8 | -96/+103 | |
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 | Extend checkbox theming. | Andrei Karas | 8 | -121/+80 | |
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 | 12 | -25/+86 | |
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 | 8 | -48/+86 | |
New theme file: listbox.xml Theme option: padding | |||||
2012-10-16 | Merge branch 'androidtemp' | Andrei Karas | 2 | -4/+5 | |
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 | Corrected argument passing for DLOG_ANDROID | Dan Sagunov | 1 | -1/+1 | |
2012-10-15 | Override some methods in guichan listbox. | Andrei Karas | 8 | -18/+24 | |
2012-10-15 | Corrected argument passing for DLOG_ANDROID | Dan Sagunov | 1 | -1/+1 | |
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 | 2 | -0/+8 | |
2012-10-14 | Add some android fixes. | Andrei Karas | 8 | -1/+47 | |
Partial impliment option to enable/disable mumble support. | |||||
2012-10-14 | Fix memory corruption from previous commit with labels. | Andrei Karas | 1 | -3/+2 | |
2012-10-14 | Extend theming in tab control. | Andrei Karas | 2 | -12/+30 | |
Add padding parameter. | |||||
2012-10-14 | Replace gcn::Button to Button in all classes. | Andrei Karas | 33 | -148/+115 | |
2012-10-14 | Add theming to labels. | Andrei Karas | 34 | -173/+205 | |
New theme file: label.xml Parameters: padding | |||||
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 12 | -866/+307 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-10-14 | Add new parameters to buttons theming. | Andrei Karas | 3 | -31/+52 | |
New parameters: padding - padding over button text. spacing - space between text and image. | |||||
2012-10-13 | Change version to 1.2.10.14v1.2.10.14 | Andrei Karas | 1 | -2/+2 | |
2012-10-12 | Add new parameters to equipment window tehming. | Andrei Karas | 2 | -13/+15 | |
New parameters: itemPadding - ofset in pixels from left top corner or item box boxSize - slot item box size (by default 36 px) | |||||
2012-10-12 | Disallow double click in lists into two differnt selected items at same time. | Andrei Karas | 2 | -9/+21 | |
2012-10-11 | Replace some getters to direct fileds using. | Andrei Karas | 9 | -69/+50 | |
2012-10-11 | Add support for double click in buy and sell dialog. | Andrei Karas | 3 | -22/+28 | |
2012-10-11 | Allow open inventory and some other actions while buy window is open. | Andrei Karas | 2 | -13/+0 | |
2012-10-10 | Fix code style. | Andrei Karas | 5 | -5/+17 | |
2012-10-10 | Fix compilation errors with stlport. | Andrei Karas | 9 | -20/+23 | |
2012-10-10 | Fix compilation issues with different flags. | Andrei Karas | 1 | -2/+2 | |
2012-10-10 | Delete copy constructor from other classes. | Andrei Karas | 43 | -27/+193 | |
2012-10-10 | Delete copy constructor from net classes. | Andrei Karas | 71 | -21/+171 | |
2012-10-10 | Delete copy constructor from guichan classes. | Andrei Karas | 20 | -1/+45 | |
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 196 | -65/+567 | |
2012-10-09 | Fix some stlport issues. | Andrei Karas | 7 | -32/+8 | |
2012-10-09 | Fix type casting in itemamount window class. | Andrei Karas | 1 | -3/+3 | |
2012-10-09 | Remove typeinfo from textpreview class. | Andrei Karas | 1 | -13/+14 | |
2012-10-09 | Fix includes in sdlinput class. | Andrei Karas | 2 | -2/+3 | |
2012-10-09 | Fix possible guichan STL issue. | Andrei Karas | 1 | -3/+3 | |
2012-10-08 | Fix code style. | Andrei Karas | 6 | -17/+23 | |
2012-10-08 | Fix compilation errors and warnings in different modes. | Andrei Karas | 17 | -132/+128 | |
2012-10-08 | Get from video detection texture compression and texture sampler modes. | Andrei Karas | 7 | -21/+61 | |