Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 46 | -26/+181 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 101 | -342/+237 | |
2012-10-19 | Fix tabbed area containers size. | Andrei Karas | 1 | -18/+23 | |
2012-10-19 | Partial fix with tabbed area. | Andrei Karas | 1 | -5/+6 | |
2012-10-19 | Add missing check to skilldialog. | Andrei Karas | 1 | -1/+5 | |
2012-10-18 | Fix listbox selection rectangle. | Andrei Karas | 1 | -2/+2 | |
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 | 1 | -6/+5 | |
2012-10-18 | Add button in themes to show additional theme info. | Andrei Karas | 4 | -8/+74 | |
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 | 2 | -4/+8 | |
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 | Extend dropdown theming. | Andrei Karas | 9 | -65/+108 | |
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size | |||||
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 | |