Commit Graph

616 Commits

Author SHA1 Message Date
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
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
c8628a0205 Added support for http requests to follow redirections.
--HG--
branch : dev
2019-04-23 00:14:13 -03:00
Martín Lucas Golini
c2b4af21f1 Minor fixes.
--HG--
branch : dev
2019-03-22 23:50:37 -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
Martín Lucas Golini
2cda2304d8 Cursor refactor.
--HG--
branch : dev
2019-01-12 02:22:31 -03:00
Martín Lucas Golini
cbe59866a8 Basic css linear-gradient support.
--HG--
branch : dev
2019-01-11 03:16:56 -03:00
Martín Lucas Golini
4c93e28929 Minor clean up.
--HG--
branch : dev
2019-01-11 01:18:25 -03:00
Martín Lucas Golini
8f4b94ee3d Margin and padding CSS transitions fixes.
--HG--
branch : dev
2019-01-09 02:13:06 -03:00
Martín Lucas Golini
6b05bae813 String::strFormat is now String::formatBuffer.
String::strFormated is now String::format.
Added Actions::ResizeBorderRadius and implemented Border Radius CSS transition.
Renamed BackgroundCorners for BorderRadius.
Renamed ForegroundCorners for ForgroundRadius.

--HG--
branch : dev
2019-01-09 01:13:57 -03:00
Martín Lucas Golini
b16f4b8421 Added support for skin fill color.
Added movement transition support for x and y properties.
Some fixes.

--HG--
branch : dev
2019-01-09 00:42:13 -03:00
Martín Lucas Golini
fa57c2393e Improvements for CSS Transitions.
Reimplemented UINode border.

--HG--
branch : dev
2019-01-07 23:59:19 -03:00
Martín Lucas Golini
d376f6506f Auto size fixes.
Tab initial state fix.

--HG--
branch : dev
2019-01-07 16:46:46 -03:00
Martín Lucas Golini
9f0f5185d7 Added more CSS Transitions.
--HG--
branch : dev
2019-01-07 13:39:01 -03:00
Martín Lucas Golini
ecbf592eb3 CSS Transitions WIP.
--HG--
branch : dev
2019-01-07 03:51:08 -03:00
Martín Lucas Golini
ab1715c9c5 More work in CSS Transitions.
--HG--
branch : dev
2019-01-07 00:10:17 -03:00
Martín Lucas Golini
d9c2a4ec0a CSS Transitions WIP.
--HG--
branch : dev
2019-01-06 20:22:28 -03:00
Martín Lucas Golini
6e46bf9968 Minor clean up.
--HG--
branch : dev
2019-01-06 14:46:20 -03:00
Martín Lucas Golini
c0d69b8446 More clean up.
--HG--
branch : dev-css
2019-01-03 01:57:45 -03:00
Martín Lucas Golini
cd3084295d CSS selectors seemingly working.
--HG--
branch : dev-css
2019-01-02 20:58:53 -03:00
Martí­n Lucas Golini
527f1e9d45 Real CSS selectors WIP.
--HG--
branch : dev-css
2019-01-02 02:58:49 -03:00
Martín Lucas Golini
0e3369da47 Font style clean up.
--HG--
branch : dev-css
2019-01-01 17:02:17 -03:00
Martín Lucas Golini
5f7281e808 More clean up.
--HG--
branch : dev-css
2019-01-01 15:39:18 -03:00