Commit Graph

634 Commits

Author SHA1 Message Date
Martín Lucas Golini
c3b368ee76 UI bug fixes and minor changes.
--HG--
branch : dev-css
2019-05-22 00:35:01 -03:00
Martín Lucas Golini
120f277a7f Texture modifications are thread-safe with shared OpenGL contexts.
--HG--
branch : dev-css
2019-05-21 01:47:13 -03:00
Martín Lucas Golini
61c9a10361 Minor bug fix.
More css and xml clean up.

--HG--
branch : dev-css
2019-05-21 00:33:34 -03:00
Martín Lucas Golini
8b6ba8920a Added get/set volatile for StyleSheetProperty. Flag used for properties from
non-cacheable selectors. This fixes pseudo-classes events.
Removed unused functions.
Cleaned up CSS code.

--HG--
branch : dev-css
2019-05-20 21:24:30 -03:00
Martín Lucas Golini
59e2ca8038 CSS Improvements and tests.
--HG--
branch : dev-css
2019-05-20 00:19:44 -03:00
Martín Lucas Golini
3a43043fe5 Initial support for non-cacheable CSS styles.
Some minor colors refactor.
Some minor bug fixes.

--HG--
branch : dev-css
2019-05-19 04:00:24 -03:00
Martín Lucas Golini
7d4d53fae0 Minor UIStyle clean up.
--HG--
branch : dev-css
2019-05-19 00:27:52 -03:00
Martín Lucas Golini
6bf721ef2f Fixed skin set color.
--HG--
branch : dev-css
2019-05-16 00:59:25 -03:00
Martín Lucas Golini
f30ee4fb3e Minor changes.
--HG--
branch : dev-css
2019-05-15 00:38:51 -03:00
Martín Lucas Golini
c6fb632aaf Merge with dev
--HG--
branch : dev-css
2019-05-11 01:01:48 -03:00
Martín Lucas Golini
a0711c15a4 Renamed TSafeDataPointer to TScopedBuffer.
--HG--
branch : dev
2019-05-11 00:58:55 -03:00
Martín Lucas Golini
46af3b4e1f More detailed request progress information.
Minor optimization.

--HG--
branch : dev
2019-05-10 01:49:47 -03:00
Martín Lucas Golini
cf281eaa12 Added continue / resume download support for HTTP Requests.
--HG--
branch : dev
2019-05-10 00:40:43 -03:00
Martín Lucas Golini
f028f7b2b9 Http clean up.
--HG--
branch : dev
2019-05-08 02:13:07 -03:00
Martín Lucas Golini
9a42b7606a Added IOStreamDeflate.
--HG--
branch : dev
2019-05-07 00:36:22 -03:00
Martín Lucas Golini
73f2c57a14 Added setSendTimeout and setReceiveTimeout to TcpSocket and UdpSocket.
--HG--
branch : dev
2019-05-06 22:16:59 -03:00
Martín Lucas Golini
5204e31228 Minor changes.
--HG--
branch : dev
2019-05-05 19:16:32 -03:00
Martín Lucas Golini
70dd741491 Added Compression class with gzip and deflate support.
Added IOStreamInflate and IOStreamString.
Added support for compressed response in HTTP requests.

--HG--
branch : dev
2019-05-01 22:00:40 -03:00
Martín Lucas Golini
f664f89d34 HTTP Proxy Tunneling support.
--HG--
branch : dev-proxy
2019-04-28 19:25:56 -03:00
Martín Lucas Golini
9e20da4bff HTTP Proxy without tunneling.
--HG--
branch : dev-proxy
2019-04-28 16:57:35 -03:00
Martín Lucas Golini
ebc5f49b4a HTTP improvements.
--HG--
branch : dev
2019-04-28 03:00:59 -03:00
Martín Lucas Golini
af033b2fd0 Minor improvements on http requests and minor bug fix.
--HG--
branch : dev
2019-04-27 22:56:45 -03:00
Martín Lucas Golini
3b88ca10a1 Added:
Http::Request::setProgressCallback to add a progress callback for the current request.
Http::Request::cancel() to allow current request being cancelled.
And some improvements in Http requests.

--HG--
branch : dev
2019-04-24 23:53:25 -03:00
Martín Lucas Golini
1293958039 Merge with dev
--HG--
branch : dev-css
2019-04-24 21:57:03 -03:00
Martín Lucas Golini
8acc2bb39c Network improvements and fixes.
Added more Requests::Method.
Added Http::downloadAsyncRequest with writePath.
Http::downloadRequest now follows redirections.

--HG--
branch : dev
2019-04-24 20:11:17 -03:00
Martín Lucas Golini
a636cfcc8f Merge with dev
--HG--
branch : dev-css
2019-04-23 00:14:47 -03:00
Martín Lucas Golini
c8628a0205 Added support for http requests to follow redirections.
--HG--
branch : dev
2019-04-23 00:14:13 -03:00
Martín Lucas Golini
4cd44dddcd Minor clean up.
--HG--
branch : dev-css
2019-04-16 00:14:59 -03:00
Martín Lucas Golini
c2b4af21f1 Minor fixes.
--HG--
branch : dev
2019-03-22 23:50:37 -03:00
Martín Lucas Golini
de4545b3a0 Minor fixes.
--HG--
branch : dev-css
2019-03-22 23:50:37 -03:00
Martín Lucas Golini
afd979bb20 Minor fixes.
--HG--
branch : dev-css
2019-02-01 21:56:49 -03:00
Martín Lucas Golini
5eab4ab11a Working on orienting the UI to CSS states, and removing states from the base UIWidget.
--HG--
branch : dev-css
2019-02-01 21:30:08 -03:00
Martín Lucas Golini
6e317ea1bf String::hash now is a constexpr.
Some minor fixes.

--HG--
branch : dev
2019-01-28 00:12:51 -03:00
Martín Lucas Golini
f426f9c61b More CSS clean up and fixes.
--HG--
branch : dev
2019-01-27 19:00:23 -03:00
Martín Lucas Golini
6d9b6936b1 Minor fix in UITextView.
--HG--
branch : dev
2019-01-27 17:38:24 -03:00
Martín Lucas Golini
1322dc77ec More CSS and UIStyle clean up.
--HG--
branch : dev
2019-01-27 13:47:05 -03:00
Martín Lucas Golini
b7528cc1cc Another CSS minor refactor.
--HG--
branch : dev
2019-01-27 03:39:16 -03:00
Martín Lucas Golini
6e746afa98 Some minor CSS refactor.
--HG--
branch : dev
2019-01-22 01:49:38 -03:00
Martín Lucas Golini
eea0f6dfbc CSS clean up.
--HG--
branch : dev
2019-01-21 00:51:27 -03:00
Martín Lucas Golini
7e6e07099b Minor improvements in CSS selector parsing.
Some minor bug fixes.

--HG--
branch : dev
2019-01-20 01:51:01 -03:00
Martí­n Lucas Golini
b86338ce75 Minor fixes.
--HG--
branch : dev
2019-01-19 19:14:31 -03:00
Martín Lucas Golini
41e1fbf2fc Added TSafeDataPointer<T> and now SafeDataPointer implements TSafeDataPointer<Uint8>.
Renamed: Node::onMouseEnter and Node::onMouseExit in favor of: Node::onMouseOver and Node::onMouseLeave.
Renamed events NodeMessage::MouseEnter and NodeMessage::MouseExit for: NodeMessage::MouseOver and NodeMessage::MouseLeave.
Renamed events Event::MouseEnter and Event::MouseExit for: Event::MouseOver and Event::MouseLeave.
Node::onMouseOver and Node::onMouseLeave now reports the message to its parent tree.
Node flags now all passed as `const Uint32&`.

--HG--
branch : dev
2019-01-19 04:13:25 -03:00
Martín Lucas Golini
343d386d7a UI Scene Node now uses scheduled update by default.
--HG--
branch : dev
2019-01-17 20:11:42 -03:00
Martín Lucas Golini
02c8afee20 Allow parse CSS from string.
--HG--
branch : dev
2019-01-17 02:42:25 -03:00
Martín Lucas Golini
388bcdfbc9 Fix.
--HG--
branch : dev
2019-01-14 04:56:20 -03:00
Martín Lucas Golini
6e4fb306b3 Working on some optimizations and bug fixes.
--HG--
branch : dev
2019-01-14 04:34:00 -03:00
Martín Lucas Golini
b2b6aca4b9 Fixes from last commit.
--HG--
branch : dev
2019-01-13 18:42:55 -03:00
Martín Lucas Golini
7839a95f77 Node::getRealSize is now Node::getPixelsSize.
Node::writeCtrlFlag is now Node::writeNodeFlag.
Const correctness in some Scene and UI classes.

--HG--
branch : dev
2019-01-13 16:00:04 -03:00
Martín Lucas Golini
b050e39d30 Windows and Visual Studio compilation fixes.
--HG--
branch : dev
2019-01-12 15:22:56 -03:00
Martín Lucas Golini
1e1ace05f7 Text tint css transitions.
--HG--
branch : dev
2019-01-12 03:55:39 -03:00