summaryrefslogtreecommitdiff
path: root/src/interface.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Pass decorations to saving functions (doesn't actually save yet)jacksonmj1-2/+2
2011-05-14Turn WIND into a tooljacksonmj1-2/+2
2011-05-14Move wall drawing to graphics.cSimon Robertshaw1-4/+4
2011-05-13Runtime scale switchingSimon Robertshaw1-1/+17
2011-05-12Newtonian gravity toggle, disabled by defaultSimon Robertshaw1-1/+7
2011-04-25Dialog box for changing simulation options, gravity toggle needs implementingSimon Robertshaw1-7/+83
2011-04-25Jacksonmj: Move console functions into seperate filejacksonmj1-74/+1
2011-04-24visual studio fixesCracker641-5/+6
2011-04-24More decoration improvements. still TODO: text boxes that will change ↵Cracker641-8/+33
current color, as well as display current color. A menu with some basic color swatches.
2011-04-24line/box tool for decorations, some other things.Cracker641-21/+74
2011-04-23Decorations! ,still messing with it. It does not save currently. TODO: fix ↵Cracker641-0/+220
typing in boxes to update the color. Line/box tools. Some basic color selections like an element menu.
2011-04-17'M' For selected element swap, 'dae' var for showing a selected element box ↵Simon1-13/+15
upon element change (not implemented)
2011-04-12info_box for rendererSimon1-0/+2
2011-04-08astyleSimon1-66/+66
2011-04-06Avoid potential overflow when pasting long text stringsSimon1-2/+2
2011-04-06copy and paste functions for text boxes.Cracker641-1/+17
2011-04-04Copy text box for save_name_uiSimon1-12/+23
2011-04-04Add copytext box to the footer of open_uiSimon1-12/+24
2011-04-04Move copybox into its own controlSimon1-31/+53
2011-04-04Successful deletion is not an errorjacksonmj1-0/+6
2011-04-04error_ui: wrap text and change message box height to fitjacksonmj1-7/+13
Stops banned user message overflowing out of message box
2011-04-01Copy text UISimon1-0/+84
2011-04-01Fixed console messageSimon1-3/+7
2011-03-30A cracker commit with some nice commentsSimon1-20/+34
2011-03-23Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-ToySimon1-10/+10
2011-03-22Fix crashes when savingjacksonmj1-10/+10
2011-03-22Python consoleSimon1-9/+11
2011-03-22More cracker fixesSimon1-7/+45
2011-03-18you can now disable(tpt.disable_python) or enable(python) the python console :DLieuwe1-3/+7
2011-03-18now warns about a disabled python console.Lieuwe1-2/+6
2011-03-18Add some arguments to save build/parse functionsjacksonmj1-2/+2
To make clipboard manipulation easier.
2011-03-17fixed keyrepeat api callLieuwe1-4/+4
2011-03-16Visual Studiojacksonmj1-1/+2
2011-03-12Save ID is useful, so display it!jacksonmj1-2/+22
2011-03-12Limit length of save title and username at bottom of screenjacksonmj1-3/+3
2011-03-10merge merge mergeCracker641-19/+71
2011-03-04Python console changesSimon1-4/+34
2011-03-03Merge branch 'master' of https://github.com/FacialTurd/The-Powder-ToyLieuwe1-8/+16
2011-03-03a get_pmap and get_prop function for python so fancier scripts can be made. ↵Cracker641-1/+5
Made a demo of increasing element type by one, import example, example.increment()
2011-03-02Enable key repeat for consoleSimon1-0/+6
2011-03-02python consoleLieuwe1-5/+6
2011-03-02console things, set commands use keywords for arguments.Cracker641-10/+48
2011-03-02Fix some potential crashes, better handling of empty server responsesjacksonmj1-8/+16
2011-02-26Fix some potential crashes, better handling of empty server responsesjacksonmj1-8/+16
2011-02-24Pretty transparent consoleSimon1-18/+23
2011-02-24transparent console....Cracker641-13/+11
2011-02-23updatingCracker641-45/+28
2011-02-22Improvement to scrolling menuSimon1-2/+2
2011-02-21UI improvements for elements menuSimon1-20/+20
2011-02-21Zoom key conflict with international keyboardsjacksonmj1-5/+2
Change zoom key to only use keysym.sym, like all the other keyboard controls. This may mean it is no longer the 'z' key on all systems, but will prevent it conflicting with the other keyboard controls.