Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-01 | Add support for theming in bars in top left corner. | Andrei Karas | 6 | -9/+28 | |
New theme options in ministatus.xml: padding - border padding spacing - space between buttons iconPadding - padding for icons iconSpacing - space between icons | |||||
2013-01-01 | Add theming support for top right buttons. | Andrei Karas | 5 | -8/+26 | |
New theme file: windowmenu.xml Options in windowmenu.xml: padding - padding from window borders spacing - space between buttons. | |||||
2013-01-01 | Remove free space from top and right in buttons menu. | Andrei Karas | 3 | -10/+4 | |
2013-01-01 | Allow select differnt modes for on screen buttons. | Andrei Karas | 5 | -13/+69 | |
Now supported 2x1 and 2x2 modes. | |||||
2012-12-31 | Fix code style and compilation under windows. | Andrei Karas | 8 | -11/+21 | |
2012-12-31 | Sort onscreen keyboard actions list. | Andrei Karas | 2 | -34/+64 | |
2012-12-31 | Add configurable actions for onscreen buttons. | Andrei Karas | 6 | -41/+63 | |
2012-12-31 | Add support for changable actions for onscreen controls. | Andrei Karas | 12 | -11/+276 | |
2012-12-31 | Replace "on screen" to "onscreen". | Andrei Karas | 1 | -3/+3 | |
2012-12-31 | Add option to show/hide onscreen keyboard icon. | Andrei Karas | 4 | -8/+35 | |
2012-12-30 | Add action to show onscreen keyboard. | Andrei Karas | 6 | -7/+26 | |
2012-12-30 | Fix hurt sound position. | Andrei Karas | 1 | -1/+1 | |
2012-12-30 | Add support for different sounds from different weapons. | Andrei Karas | 4 | -3/+40 | |
Also fixed sounds from non local player. | |||||
2012-12-30 | Add for incorrect item sound type "strike" alias "miss". | Andrei Karas | 1 | -1/+1 | |
For now "strike" used like "miss" sound. | |||||
2012-12-30 | Allow open context menu in textfields before connecting to server. | Andrei Karas | 3 | -9/+34 | |
2012-12-30 | Add popup menu for text fields. | Andrei Karas | 7 | -6/+80 | |
This menu allow copy/paste text to/from clipboard. | |||||
2012-12-29 | add open browser support for MacOSX. | Andrei Karas | 1 | -11/+21 | |
2012-12-29 | OS X now compiles with process.cpp | Socapex | 2 | -23/+18 | |
2012-12-29 | Remove debug messages. | Andrei Karas | 1 | -8/+0 | |
2012-12-29 | Replace most putenv to setenv. | Andrei Karas | 2 | -6/+16 | |
2012-12-29 | Add debug lines to check how gettext working. | Andrei Karas | 1 | -0/+8 | |
2012-12-29 | Add chat command to dump environment variables to log. | Andrei Karas | 3 | -0/+14 | |
New chat command: /dumpe | |||||
2012-12-29 | Minor physfswops fix (const char*) | Socapex | 2 | -3/+1 | |
2012-12-29 | OSX cleanup | Socapex | 6 | -2/+2 | |
2012-12-29 | Corrected credits in About menu, oops. | Socapex | 2 | -19/+118 | |
2012-12-29 | Use physfs for locale folder on OS X. | Socapex | 2 | -6/+7 | |
2012-12-29 | Xcode project now compiles .po tranlations (requires gettext installed). | Socapex | 24 | -33/+62 | |
2012-12-29 | Another possible fix for broken libs. | Andrei Karas | 1 | -9/+14 | |
2012-12-29 | Jewelry Theme: Add outline for windows' headers | Hal9OOO | 1 | -0/+1 | |
2012-12-29 | Add workaround fix for broken macports libs. | Andrei Karas | 1 | -0/+12 | |
Probably broken physfs. | |||||
2012-12-29 | Add checks for incorrect path before calling unsafe physfs functions. | Andrei Karas | 1 | -0/+6 | |
2012-12-29 | Add support for show icon also in selected item in dropdown. | Andrei Karas | 2 | -14/+41 | |
2012-12-29 | Show flags icons in language selection list | Andrei Karas | 29 | -32/+117 | |
Also add support for extended listboxes in popuplist control. | |||||
2012-12-28 | Fix previous commit error. | Andrei Karas | 1 | -2/+2 | |
2012-12-28 | Fix selected icon draw in extended listbox. | Andrei Karas | 1 | -1/+3 | |
2012-12-28 | By default put chat window in top in android build. | Andrei Karas | 1 | -0/+4 | |
2012-12-28 | Jewelry Theme: Add outline support to Menu Popup window, readability issue ↵ | Hal9OOO | 2 | -10/+1 | |
fixed. Jewelry Theme: Changelog will now be updated just on release date. | |||||
2012-12-28 | Remove unused font object from sdlfont class. | Andrei Karas | 2 | -18/+4 | |
2012-12-28 | Fix different warnings from previous commits. | Andrei Karas | 7 | -14/+13 | |
2012-12-28 | Add outlining support to tabs. | Andrei Karas | 9 | -46/+136 | |
2012-12-27 | Fix text size if it was not power of two. | Andrei Karas | 6 | -7/+18 | |
2012-12-27 | Add outlining support to other popups. | Andrei Karas | 4 | -12/+24 | |
2012-12-27 | Add outlining support to textbox control. | Andrei Karas | 2 | -0/+19 | |
2012-12-27 | Change outline function to better quality but slower. | Andrei Karas | 6 | -5/+76 | |
Also add function to create 32 bit surfaces. | |||||
2012-12-27 | add support for outlining in window header. | Andrei Karas | 3 | -0/+4 | |
2012-12-27 | Add outlining to status popup dialog. | Andrei Karas | 3 | -18/+32 | |
2012-12-27 | Add outlining support for labels. | Andrei Karas | 5 | -3/+27 | |
2012-12-27 | Add support for outline colors in browser box. | Andrei Karas | 2 | -40/+103 | |
2012-12-27 | Add some outline colors. Set outline colors to normal colors if no in ↵ | Andrei Karas | 2 | -2/+71 | |
configuration. | |||||
2012-12-27 | Remove set font from graphics object. | Andrei Karas | 21 | -37/+19 | |