Commit Graph

207 Commits

Author SHA1 Message Date
Martín Lucas Golini
69aa3c7419 Added position rules for widgets in the relative layout.
--HG--
branch : dev
2017-03-08 17:12:12 -03:00
Martín Lucas Golini
9c91fece4c Fixes.
--HG--
branch : dev
2017-03-08 16:01:04 -03:00
Martí­n Lucas Golini
454bbf63ee Refactored some UI control names.
Implementing UILinearLayout.

--HG--
branch : dev
2017-03-08 02:28:14 -03:00
Martí­n Lucas Golini
b34e922e70 Some clean up.
--HG--
branch : dev
2017-03-04 20:55:38 -03:00
Martí­n Lucas Golini
a82e6d4086 Minor changes.
--HG--
branch : dev
2017-03-03 18:04:06 -03:00
Martí­n Lucas Golini
3cd48da1ca Fixed nested clippning.
Fixes in tRECT.
OutlineSize is taken in dp.

--HG--
branch : dev
2017-03-03 05:27:11 -03:00
Martí­n Lucas Golini
cab961cbcb Removed all the CreateParams.
Removed all the Theme::create[UIElement]

--HG--
branch : dev
2017-03-03 02:16:00 -03:00
Martí­n Lucas Golini
0e77e5e41d Refactored UITextInput.
--HG--
branch : dev
2017-03-03 00:34:49 -03:00
Martí­n Lucas Golini
6a6b104bac Refactored and cleaned up UISlider and UIScrollBar.
--HG--
branch : dev
2017-03-02 23:09:17 -03:00
Martí­n Lucas Golini
f4b8094aa5 More!
--HG--
branch : dev
2017-03-02 18:28:51 -03:00
Martí­n Lucas Golini
98b4cd35f7 More clean up.
--HG--
branch : dev
2017-03-02 18:19:00 -03:00
Martí­n Lucas Golini
ed605a6a2b More clean up.
--HG--
branch : dev
2017-03-02 17:11:46 -03:00
Martí­n Lucas Golini
cb1e8ae5c5 More fixes and clean up.
PushButton clean up completed.

--HG--
branch : dev
2017-03-02 05:19:33 -03:00
Martí­n Lucas Golini
9742ff2bea PushButton clean up WIP.
--HG--
branch : dev
2017-03-02 03:49:51 -03:00
Martí­n Lucas Golini
e246503ee9 More clean up.
--HG--
branch : dev
2017-03-01 22:09:29 -03:00
Martín Lucas Golini
727a2f6220 Fixes.
--HG--
branch : dev
2017-03-01 18:17:44 -03:00
Martín Lucas Golini
8a1047d022 Some clean up.
--HG--
branch : dev
2017-03-01 15:54:38 -03:00
Martí­n Lucas Golini
fc5c0313fe Clean up.
--HG--
branch : dev
2017-03-01 05:04:42 -03:00
Martí­n Lucas Golini
702015b6c3 UIDropDownList new style config.
UICommonDialog refactored.
Many fixes.

--HG--
branch : dev
2017-02-28 17:41:05 -03:00
Martí­n Lucas Golini
f55fdc65d0 UIWinMenu new style config.
--HG--
branch : dev
2017-02-28 13:47:37 -03:00
Martí­n Lucas Golini
5ddbc69a9f Working on a new way to style the widgets from the themes.
--HG--
branch : dev
2017-02-28 05:35:51 -03:00
Martí­n Lucas Golini
39eb7e8f01 Some fixes and clean up.
--HG--
branch : dev
2017-02-28 01:27:08 -03:00
Martí­n Lucas Golini
7a759fce0b UITab and UITabWidget WIP.
--HG--
branch : dev
2017-02-27 13:24:43 -03:00
Martí­n Lucas Golini
81f496fff5 Small fix.
--HG--
branch : dev
2017-02-27 04:24:42 -03:00
Martí­n Lucas Golini
2048415772 Some fixes.
--HG--
branch : dev
2017-02-27 04:14:21 -03:00
Martí­n Lucas Golini
7638f09aeb More fixes.
--HG--
branch : dev
2017-02-27 03:00:37 -03:00
Martí­n Lucas Golini
c2a12027e0 Many fixes and working on supporting UI components creation without params.
--HG--
branch : dev
2017-02-27 01:59:58 -03:00
Martí­n Lucas Golini
2f0c443857 More Fixes.
--HG--
branch : dev
2017-02-26 16:40:03 -03:00
Martí­n Lucas Golini
5d2758e8fd Reimplemented UIComboBox.
--HG--
branch : dev
2017-02-26 04:42:16 -03:00
Martí­n Lucas Golini
5ba4c8957c Minor details.
--HG--
branch : dev
2017-02-26 00:50:47 -03:00
Martí­n Lucas Golini
f2e495732e Fixed scroll parallax.
--HG--
branch : dev
2017-02-25 17:25:33 -03:00
Martí­n Lucas Golini
58d6d94517 Fixes.
--HG--
branch : dev
2017-02-25 16:07:31 -03:00
Martí­n Lucas Golini
aaef8b1716 Padding fixes.
--HG--
branch : dev
2017-02-25 03:42:24 -03:00
Martí­n Lucas Golini
59d790fbea Texture Atlas now saves the pixel density information of the subtexture.
Created PixelDensity class, moved the PD functions to that class.
Added support for rendering UIThemes with different pixel densities scaled, still WIP.
Added the atlases base textures.

--HG--
branch : dev
2017-02-25 02:36:28 -03:00
Martí­n Lucas Golini
8e514cdac0 Scrollbar improvements.
Minor fixes.

--HG--
branch : dev
2017-02-24 21:07:25 -03:00
Martí­n Lucas Golini
3ef58e62ea More fixes.
--HG--
branch : dev
2017-02-24 16:49:51 -03:00
Martí­n Lucas Golini
a3f951731b Improved UISlider.
--HG--
branch : dev
2017-02-24 14:06:56 -03:00
Martí­n Lucas Golini
aa7ea93d1f More work on the UI elements.
--HG--
branch : dev
2017-02-23 23:33:29 -03:00
Martí­n Lucas Golini
7815dc6511 Pixel density support WIP.
--HG--
branch : dev
2017-02-22 05:42:05 -03:00
Martí­n Lucas Golini
cab7e5cda1 Started working on removing the CreateParams and supporting different pixel densities.
--HG--
branch : dev
2017-02-21 23:18:15 -03:00
Martí­n Lucas Golini
4d7ec31abc Fixed windows build.
--HG--
branch : dev
2017-02-19 18:21:40 -03:00
Martí­n Lucas Golini
54e747ffbc Minor change.
--HG--
branch : dev
2017-02-19 05:13:41 -03:00
Martí­n Lucas Golini
5015469465 Gaming module refactored.
--HG--
branch : dev
2017-02-19 04:03:31 -03:00
Martín Lucas Golini
676162f8ea Physics module refactored.
--HG--
branch : dev
2017-02-18 22:49:28 -03:00
Martí­n Lucas Golini
63ceea60d8 Demo fixes.
--HG--
branch : dev
2017-02-18 16:53:08 -03:00
Martí­n Lucas Golini
d29548d2ee More UI refactoring.
--HG--
branch : dev
2017-02-18 16:17:51 -03:00
Martí­n Lucas Golini
0be137cc5a More UI refactoring.
--HG--
branch : dev
2017-02-18 13:56:20 -03:00
Martí­n Lucas Golini
c5213cd551 UI module more refactoring.
--HG--
branch : dev
2017-02-18 05:19:11 -03:00
Martí­n Lucas Golini
c7a5220c21 UI module refactoring.
--HG--
branch : dev
2017-02-18 05:00:15 -03:00
Martí­n Lucas Golini
8317780a73 More refactoring of the Graphic module.
--HG--
branch : dev
2017-02-18 03:03:01 -03:00