| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 8 | -12/+115 | |
| 2012-07-26 | Scroll Panel | Simon Robertshaw | 5 | -51/+271 | |
| 2012-07-25 | Better appearance for dropdown and context menus | Simon Robertshaw | 2 | -4/+4 | |
| 2012-07-25 | Correct cursor position in Textbox | Simon Robertshaw | 1 | -1/+1 | |
| 2012-07-24 | Copy, cut and paste for Textboxes | Simon Robertshaw | 8 | -18/+358 | |
| 2012-07-24 | Remove bounds check for text selection, makes text selection a little easier ↵ | Simon Robertshaw | 1 | -10/+7 | |
| for users | |||||
| 2012-07-24 | Inverted icon state | Simon Robertshaw | 1 | -1/+13 | |
| 2012-07-24 | Adjust icon positions | Simon Robertshaw | 1 | -1/+1 | |
| 2012-07-24 | HUD improvements | Simon Robertshaw | 2 | -0/+3 | |
| 2012-07-21 | Icons for menu items | Simon Robertshaw | 2 | -1/+31 | |
| 2012-07-20 | Prevent the multiline update for labels from going out of bounds | Simon Robertshaw | 1 | -27/+38 | |
| 2012-07-19 | Fix icon drawing in text boxes | Simon Robertshaw | 1 | -0/+2 | |
| 2012-07-18 | Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for ↵ | Simon Robertshaw | 3 | -3/+11 | |
| Windows | |||||
| 2012-07-18 | Working comment submission | Simon Robertshaw | 2 | -0/+7 | |
| 2012-07-17 | Improve spacing of multiline labels, multiline cursor for Textbox, ↵ | Simon Robertshaw | 3 | -13/+13 | |
| autoresizing textbox for PreviewView comments | |||||
| 2012-07-17 | Add comment box to save preview - doesn't work yet | Simon Robertshaw | 2 | -2/+9 | |
| 2012-07-06 | Move graphics into seperate folder | Simon Robertshaw | 6 | -6/+6 | |
| 2012-06-26 | Textbox now inherits from Label - gets all the fancy text selection features | Simon Robertshaw | 4 | -8/+312 | |
| 2012-06-26 | Release selection when the label component loses focus | Simon Robertshaw | 2 | -0/+12 | |
| 2012-06-26 | Replace textblock with new multiline label - with text selection!!!!111!!!one!! | Simon Robertshaw | 6 | -134/+194 | |
| 2012-06-25 | Sign tool can now edit existing signs | Simon Robertshaw | 1 | -1/+1 | |
| 2012-06-23 | Option to use OpenGL JUST for the interface | Simon Robertshaw | 2 | -3/+3 | |
| 2012-06-20 | Make Confirm dialogue less ugly | Simon Robertshaw | 1 | -0/+1 | |
| 2012-06-20 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 2 | -5/+6 | |
| 2012-06-20 | OpenGL canvas for Windows, Notifications for main Game, Update checker in ↵ | Simon Robertshaw | 2 | -1/+6 | |
| Client (+ other client triggered events) | |||||
| 2012-06-18 | Use C++ allocation/freeing for text masking and multiline processing | Simon Robertshaw | 2 | -5/+6 | |
| 2012-06-12 | Use a heap allocation when hiding password text | Simon Robertshaw | 1 | -2/+3 | |
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵ | Simon Robertshaw | 2 | -14/+79 | |
| (stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser | |||||
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ↵ | Simon Robertshaw | 1 | -1/+2 | |
| for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation | |||||
| 2012-06-02 | Add missing header includer for C libraries. | Simon Robertshaw | 1 | -2/+2 | |
| 2012-05-31 | Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods. | Simon Robertshaw | 3 | -2/+32 | |
| 2012-05-30 | Separate SDL from graphics code | Simon Robertshaw | 1 | -1/+1 | |
| Also remove OS X specific project files and update Makefile to ensure the Element class generator only runs when necessary | |||||
| 2012-05-23 | Moar button appearance | Simon Robertshaw | 4 | -4/+6 | |
| 2012-05-23 | Fix slight issues when clicking on menu section buttons and missing ↵ | Simon Robertshaw | 1 | -0/+2 | |
| isMouseInside in MouseEnter action for buttons | |||||
| 2012-05-23 | Extra callback for just mouse hover | Simon Robertshaw | 2 | -1/+5 | |
| 2012-05-22 | Better icon alignment, improve appearance of preview | Simon Robertshaw | 1 | -2/+2 | |
| 2012-05-15 | Username, password icons for Login window | Simon Robertshaw | 2 | -6/+21 | |
| 2012-05-15 | Move style into Component | Simon Robertshaw | 13 | -257/+292 | |
| 2012-05-14 | Improve appearance of some dialogues, style defaults | Simon Robertshaw | 2 | -10/+17 | |
| 2012-05-13 | Text alignment for dropdown, make sign UI nice | Simon Robertshaw | 2 | -4/+47 | |
| 2012-05-13 | Correct air include path for OptionsModel, correct Window debugmode logic, ↵ | Simon Robertshaw | 3 | -2/+14 | |
| justifications for sign | |||||
| 2012-05-13 | DropDown UI component | Simon Robertshaw | 3 | -13/+129 | |
| 2012-05-13 | Click function for tools that aren't continuous. Debug helper for UI ↵ | Simon Robertshaw | 3 | -1/+118 | |
| components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic | |||||
| 2012-05-07 | A bit of refactoring (elements) | Simon Robertshaw | 1 | -1/+1 | |
| 2012-04-22 | Correct quirks with drawrect and fillrect, change UI components accordingly, ↵ | Simon Robertshaw | 4 | -11/+25 | |
| shorten save name in save button | |||||
| 2012-04-21 | Clean out graphics, add openGL graphics in seperate file, change brush to ↵ | Simon Robertshaw | 4 | -3/+17 | |
| use unsigned char rather than boolean for bitmap/outline | |||||
| 2012-04-20 | OpenGL rendering | Simon Robertshaw | 1 | -0/+1 | |
| 2012-04-19 | Allow deleting of stamps | Simon Robertshaw | 1 | -38/+43 | |
| 2012-04-19 | No interaction with non-visible components" | Simon Robertshaw | 1 | -9/+9 | |
| 2012-04-17 | Started on dropdown control | Simon Robertshaw | 2 | -0/+104 | |
