Commit Graph

1271 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
39ec343096 Minor optimization in HTTP requests.
--HG--
branch : dev
2019-05-08 22:06:08 -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
48a31680e4 Fixed chunked transfer encoding (for real?).
--HG--
branch : dev
2019-05-02 02:03:17 -03:00
Martín Lucas Golini
b53c820c56 Fixed chunked encoding.
--HG--
branch : dev
2019-05-01 22:35:26 -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
73c60719a4 Increased packet buffer size for HTTP requests.
--HG--
branch : dev
2019-04-28 23:46:01 -03:00
Martín Lucas Golini
3b1900c25e Merge with dev-proxy
--HG--
branch : dev
2019-04-28 19:27:37 -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
46f6b40207 Http response parse minor fix for chunked transfer encoding.
--HG--
branch : dev
2019-04-25 01:35:55 -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
ece833dd43 Some minor improvements to the http request demo.
--HG--
branch : dev
2019-04-24 21:56:44 -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
ad07d57349 Fixed typo.
--HG--
branch : dev
2019-04-23 00:18:33 -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
37c76ff90c Domain update.
--HG--
branch : dev
2019-03-24 20:43:34 -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
066ad513ff Minor optimizations.
--HG--
branch : dev
2019-01-20 22:02:53 -03:00
Martín Lucas Golini
81540d34ea Minor build fix in Haiku.
--HG--
branch : dev
2019-01-20 13:20:26 -03:00
Martín Lucas Golini
2a936fe7eb More UIEditor improvements.
--HG--
branch : dev
2019-01-20 02:27:34 -03:00
Martín Lucas Golini
9de37a61a7 Minor UIEditor fixes.
--HG--
branch : dev
2019-01-20 02:02:30 -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
104cf048f1 Minor fixes in UITextEdit.
--HG--
branch : dev
2019-01-20 00:32:44 -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
22b1d76c47 Some fixes.
--HG--
branch : dev
2019-01-17 17:28:02 -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
98b9467c4d Crash fix when scrolling a listbox.
--HG--
branch : dev
2019-01-17 02:28:26 -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
58ec9717c1 Minor fixes parsing padding and layout_margin attributes.
--HG--
branch : dev
2019-01-14 02:17:04 -03:00
Martín Lucas Golini
e9aa905e5f Always create UIStyle instances for UIWidgets.
--HG--
branch : dev
2019-01-13 19:04:54 -03:00
Martín Lucas Golini
5df2ec9703 Widget "background" attribute fix.
--HG--
branch : dev
2019-01-13 18:47:06 -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
bccc4b0766 Fixed eetest release build.
--HG--
branch : dev
2019-01-13 04:51:01 -03:00