Commit Graph

1257 Commits

Author SHA1 Message Date
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
Martín Lucas Golini
8793becd32 Allow HiDPI for emscripten.
--HG--
branch : dev
2019-01-12 19:19:35 -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
023f00167e emscripten fixes.
--HG--
branch : dev
2019-01-12 05:44:26 -03:00
Martín Lucas Golini
7f01b9ee85 Updated efsw.
--HG--
branch : dev
2019-01-12 04:18:49 -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