Commit Graph
20 Commits
Author SHA1 Message Date
johni0702 b4ed4fb31b Fix OffsetGuiRenderer swallowing the shadow flag 2015-07-16 16:05:56 +02:00
johni0702 8889f3c340 Add shadows to button and checkbox GUI 2015-07-15 15:54:28 +02:00
johni0702 dccbc99d86 Add option for whether to draw a shadow of string to GuiRenderer 2015-07-13 14:09:35 +02:00
johni0702 a9ded2bc1d Clickable and Draggable now also return booleans for whether they handled the event 2015-07-13 09:42:06 +02:00
johni0702 bd21ed16ae Fix generics in most of the Gui interfaces 2015-07-13 09:42:06 +02:00
johni0702 4476993ca6 Add GridLayout which orders elements in a grid with cells of equal size 2015-07-13 09:35:40 +02:00
johni0702 5c05cd62ce Add GuiTextArea 2015-07-13 09:35:32 +02:00
johni0702 35bc9f7fae Remove preferred size and default button size
Replace alignment data in horizontal and vertical layout with double value
Add convenient size(GuiElement, ReadableDimension) method to custom layout
2015-07-13 08:11:15 +02:00
johni0702 219277f623 Add layers to Gui API so specific elements can be drawn on top of others and react to mouse clicks first 2015-07-13 08:11:15 +02:00
johni0702 824c80d0d2 GuiLabel now auto-breaks when text is longer than canvas 2015-07-11 15:56:31 +02:00
johni0702 117f383ec0 Add Layout to CrashReport when drawing GUI 2015-07-11 15:53:04 +02:00
johni0702 d8a9b8fd2f Fix point conversion for stacked GuiContainers 2015-07-11 15:53:04 +02:00
johni0702 a61c0eb4e5 Add GuiImage 2015-07-11 15:32:36 +02:00
johni0702 843328658a Add text color and setI18nText to GuiTextField 2015-07-11 15:32:36 +02:00
johni0702 dea3f7fc9f Add GuiToggleButton 2015-07-10 12:59:07 +02:00
johni0702 f2ee292119 Add GuiCheckbox 2015-07-10 12:23:33 +02:00
johni0702 2b2bbbf49a Add hint to GuiTextField 2015-07-10 12:23:33 +02:00
johni0702 c66efc91b7 Add GuiProgressBar for new Gui API 2015-07-09 18:30:00 +02:00
johni0702 9e886b6171 Add tooltips to gui elements 2015-07-09 18:24:15 +02:00
johni0702 db8b5a9be0 Add new Gui API 2015-07-09 18:24:15 +02:00