Commit Graph

564 Commits

Author SHA1 Message Date
Martín Lucas Golini
e6f2cbe155 More fixes.
--HG--
branch : dev-css
2018-12-31 17:19:47 -03:00
Martín Lucas Golini
3962de8e43 More CSS work.
--HG--
branch : dev-css
2018-12-30 03:28:31 -03:00
Martín Lucas Golini
5d3990ecd7 CSS Fixes.
--HG--
branch : dev
2018-12-29 22:49:20 -03:00
Martín Lucas Golini
8094b26310 CSS support WIP.
--HG--
branch : dev
2018-12-29 20:27:31 -03:00
Martín Lucas Golini
f2c45e3f39 Replaced eeTexCoord to Vector2f in BatchRenderer class.
Added BatchRenderer::batchPointList.

--HG--
branch : dev
2018-12-29 14:09:42 -03:00
Martín Lucas Golini
33d0cb5086 Moved StyleSheet classes into classes files.
--HG--
branch : dev-stateful-drawable
2018-12-28 01:28:07 -03:00
Martín Lucas Golini
d37091f643 Simple StyleSheet model WIP.
--HG--
branch : dev-stateful-drawable
2018-12-27 02:33:08 -03:00
Martín Lucas Golini
2468dbe72b Crash fix when closing windows.
--HG--
branch : dev-stateful-drawable
2018-12-26 21:50:23 -03:00
Martín Lucas Golini
cabf3e7f30 Crash fix when frame buffer fails to create.
--HG--
branch : dev-stateful-drawable
2018-12-26 17:21:17 -03:00
Martín Lucas Golini
5449286b04 UIStyle WIP.
--HG--
branch : dev-stateful-drawable
2018-12-26 15:23:55 -03:00
Martín Lucas Golini
3d0c54e1d3 Minor UIWidget creator changes.
--HG--
branch : dev-stateful-drawable
2018-12-24 03:48:18 -03:00
Martín Lucas Golini
8206a8e720 Safer glBlitFrameBuffferEXT implementation.
--HG--
branch : dev-stateful-drawable
2018-12-23 13:44:18 -03:00
Martín Lucas Golini
33ba62193b UIState now is an interface. UISkinState implements Skin states.
Some minor fixes.

--HG--
branch : dev-stateful-drawable
2018-12-22 18:31:18 -03:00
Martín Lucas Golini
dd2bfc083c Moved ActionManager as a global SceneNode action manager, instead of an Action
Manager per Node approach.

--HG--
branch : dev-stateful-drawable
2018-12-22 17:57:38 -03:00
Martín Lucas Golini
db223942ab Fixes.
--HG--
branch : dev-stateful-drawable
2018-12-22 04:32:04 -03:00
Martín Lucas Golini
0bc90c0b7b Clean up.
--HG--
branch : dev-stateful-drawable
2018-12-22 03:34:57 -03:00
Martín Lucas Golini
b6aa5c1e05 Improvements and fixes.
--HG--
branch : dev-stateful-drawable
2018-12-22 02:58:09 -03:00
Martín Lucas Golini
725738091e Added support for combined UI states.
--HG--
branch : dev-stateful-drawable
2018-12-21 22:03:17 -03:00
Martín Lucas Golini
fba7a467e2 Removed UIBorder in favor of stateful UISkin.
--HG--
branch : dev-stateful-drawable
2018-12-21 02:02:41 -03:00
Martín Lucas Golini
ae9f00cf81 Replaced UIBackground in favor of stateful UISkin.
--HG--
branch : dev-stateful-drawable
2018-12-21 01:35:58 -03:00
Martín Lucas Golini
76eb42b8c5 Some clean up.
--HG--
branch : dev-stateful-drawable
2018-12-20 22:26:22 -03:00
Martín Lucas Golini
da7d035a09 UISkinState is now UIState.
--HG--
branch : dev-stateful-drawable
2018-12-20 18:42:37 -03:00
Martín Lucas Golini
6ef328ef31 Added Scene Actions: Enable, Disable, Visible.
Removed all the start[ActionName] functions in UINode in favor of using runAction.

--HG--
branch : dev-stateful-drawable
2018-12-20 13:10:29 -03:00
Martín Lucas Golini
bc50fa5c01 Draw invalidation fix.
--HG--
branch : dev-stateful-drawable
2018-12-20 11:01:57 -03:00
Martín Lucas Golini
3ba966eebd UISkin is now a StateListDrawable
--HG--
branch : dev-stateful-drawable
2018-12-20 03:11:34 -03:00
Martín Lucas Golini
167c2757ba Removed UISkinComplex.
--HG--
branch : dev-stateful-drawable
2018-12-20 01:36:34 -03:00
Martí­n Lucas Golini
3eb6b5c295 Renamed ui states names:
"menter" is now "hover"
"mdown" is now "pressed"

--HG--
branch : dev-stateful-drawable
2018-12-20 00:10:58 -03:00
Martín Lucas Golini
c5bdea14b4 Minor clean up.
--HG--
branch : dev-stateful-drawable
2018-12-19 23:12:35 -03:00
Martín Lucas Golini
f5f6ed577c Reimplementing how skins and skins states are managed.
--HG--
branch : dev-stateful-drawable
2018-12-19 01:45:02 -03:00
Martín Lucas Golini
02cf8773ed Some eeNew replaced with Class::New.
--HG--
branch : dev-stateful-drawable
2018-12-17 22:16:38 -03:00
Martín Lucas Golini
280931e236 Stateful Drawable skeleton.
--HG--
branch : dev-stateful-drawable
2018-12-17 02:13:28 -03:00
Martín Lucas Golini
08bcbe1ca1 UITabWidget padding.
--HG--
branch : dev-widget-padding
2018-12-16 20:30:24 -03:00
Martín Lucas Golini
8c55c37f8e UIScrollView padding.
--HG--
branch : dev-widget-padding
2018-12-16 20:09:51 -03:00
Martín Lucas Golini
1a55a75d0c UITextEdit padding.
--HG--
branch : dev-widget-padding
2018-12-16 19:57:49 -03:00
Martín Lucas Golini
a381a1c783 UILoader padding.
--HG--
branch : dev-widget-padding
2018-12-16 19:20:39 -03:00
Martín Lucas Golini
c183ed90c5 UISpinBox padding.
Some fixes in UIWindow and UIScrollBar.

--HG--
branch : dev-widget-padding
2018-12-16 18:36:50 -03:00
Martín Lucas Golini
a3aeead861 Implemented padding for UIScrollBar, UISlider and UIWindow.
--HG--
branch : dev-widget-padding
2018-12-16 04:45:52 -03:00
Martín Lucas Golini
afd1c3f350 Added foreground support to UINode.
--HG--
branch : dev-widget-padding
2018-12-14 02:02:50 -03:00
Martín Lucas Golini
2aa56c630a Minor clean up.
--HG--
branch : dev-widget-padding
2018-12-13 02:31:22 -03:00
Martín Lucas Golini
3ffb8db85a Node childs now updates they NodeDrawInvalidator no parent change.
Fixed a bug that prevented a correct draw invalidation in Windows.

--HG--
branch : dev-widget-padding
2018-12-11 01:25:13 -03:00
Martín Lucas Golini
95a90eb4d4 Font line centering fix. Selection fixes.
--HG--
branch : dev-widget-padding
2018-12-10 17:49:32 -03:00
Martín Lucas Golini
5c0ad1754c More padding work.
--HG--
branch : dev-widget-padding
2018-12-10 03:02:28 -03:00
Martín Lucas Golini
1f80dcce30 Layouts and widgets padding fixes.
--HG--
branch : dev-widget-padding
2018-12-09 17:29:56 -03:00
Martín Lucas Golini
b7908851b0 UIWidget padding support WIP.
--HG--
branch : dev-widget-padding
2018-12-09 04:59:50 -03:00
Martín Lucas Golini
965e71175c Image format configuration is now done by image, and not globally.
--HG--
branch : dev
2018-12-09 00:54:09 -03:00
Martín Lucas Golini
787e68230c Minor clean up.
--HG--
branch : dev-functional
2018-11-26 10:39:35 -03:00
Martín Lucas Golini
1250eb967b Replacement of PlusCallback in favor of std::functional ( just for lambdas ).
--HG--
branch : dev-functional
2018-07-17 10:31:34 -03:00
Martín Lucas Golini
daef517aa9 Added NodeAttribute, now UIWidgets can setAttribute from attribute name and value.
--HG--
branch : dev
2018-07-14 20:43:29 -03:00
Martín Lucas Golini
3d89add357 Added ActionManager::clear().
Added UILayout::New().
Minor fixes.

--HG--
branch : dev
2018-07-09 18:17:14 -03:00
Martín Lucas Golini
65b7b45c71 Allow append on FTP uploads.
Font fixes.
Sockets fix.
Updated dr_flac and dr_mp3.

--HG--
branch : dev
2018-06-14 20:53:18 -03:00