This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/gui/interface
jacob1 9048a3c50e new lua API: platform
you can get current OS / build information, exe name, restart tpt, open a link in the web browser, and use clipboard copy/paste functions

Also remove some older Platform.h file which wasn't really needed or used
2015-08-31 23:33:40 -04:00
..
Appearance.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
Appearance.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
AvatarButton.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
AvatarButton.h Call OnResponseReady with an identifier for the request, add a WebRequest class 2013-07-27 12:38:52 +01:00
Border.h new lua API: platform 2015-08-31 23:33:40 -04:00
Button.cpp "Enabled" setting of button is now the old unused "Locked" setting of Components, also fix graphical bug with disabled buttons 2015-07-15 00:49:06 -04:00
Button.h "Enabled" setting of button is now the old unused "Locked" setting of Components, also fix graphical bug with disabled buttons 2015-07-15 00:49:06 -04:00
Checkbox.cpp Add tooltip when hovering over any kind of link sign 2015-06-27 20:44:48 -04:00
Checkbox.h fix tooltip issues in render options too 2013-05-05 00:18:28 -04:00
Colour.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
Component.cpp new lua API: platform 2015-08-31 23:33:40 -04:00
Component.h new lua API: platform 2015-08-31 23:33:40 -04:00
ContextMenu.cpp fix ALL the warnings 2015-01-16 22:35:32 -05:00
ContextMenu.h fix a ton more errors in the interface code, including all the -Wreorder ones 2015-01-16 19:58:39 -05:00
CopyTextButton.cpp add CleanText function from my mod, used when copying / pasting / loading signs 2015-07-10 00:05:58 -04:00
CopyTextButton.h add the single saveID copytext button into the save preview too 2013-06-09 17:13:57 -04:00
DropDown.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
DropDown.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
Engine.cpp new lua API: platform 2015-08-31 23:33:40 -04:00
Engine.h new lua API: platform 2015-08-31 23:33:40 -04:00
Keys.h command key can be used instead of ctrl on OS X 2014-08-24 00:43:52 -04:00
Label.cpp add CleanText function from my mod, used when copying / pasting / loading signs 2015-07-10 00:05:58 -04:00
Label.h fix a ton more errors in the interface code, including all the -Wreorder ones 2015-01-16 19:58:39 -05:00
Panel.cpp new lua API: platform 2015-08-31 23:33:40 -04:00
Panel.h new lua API: platform 2015-08-31 23:33:40 -04:00
Point.h new lua API: platform 2015-08-31 23:33:40 -04:00
ProgressBar.cpp fix a ton more errors in the interface code, including all the -Wreorder ones 2015-01-16 19:58:39 -05:00
ProgressBar.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
RichLabel.cpp new lua API: platform 2015-08-31 23:33:40 -04:00
RichLabel.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
SaveButton.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
SaveButton.h Call OnResponseReady with an identifier for the request, add a WebRequest class 2013-07-27 12:38:52 +01:00
ScrollPanel.cpp Auto scroll profile viewer when textbox expands, add 20000 character limit 2015-07-09 22:50:01 -04:00
ScrollPanel.h can change comment pages without the scrollwheel, click and hold scrollbar area to have it scroll to that point 2013-07-21 17:05:55 -04:00
Slider.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
Slider.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
Spinner.cpp Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
Spinner.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
Textbox.cpp new lua API: platform 2015-08-31 23:33:40 -04:00
Textbox.h Auto scroll profile viewer when textbox expands, add 20000 character limit 2015-07-09 22:50:01 -04:00
Window.cpp "Enabled" setting of button is now the old unused "Locked" setting of Components, also fix graphical bug with disabled buttons 2015-07-15 00:49:06 -04:00
Window.h style improvements in Window.cpp / Window.h 2015-07-09 22:59:01 -04:00