Commit Graph

39 Commits

Author SHA1 Message Date
Martín Lucas Golini
0b8168bfbd Fixed .gitignore parsing in IgnoreMatcher when files new lines are CLRF.
Updated efsw.
2020-12-13 23:39:33 -03:00
Martín Lucas Golini
8495998fe3 Updated efsw. 2020-12-12 18:13:08 -03:00
Martín Lucas Golini
6969443e92 A couple of minor fixes for ecode.
Updated efsw.
2020-12-12 14:01:42 -03:00
Martín Lucas Golini
1250fc9972 Added UIListView.
UIFileDialog now uses UIListView.
UITreeView/UITableView/UIListView allow selecting row by writing its name.
Styling fixes.
2020-08-18 00:35:01 -03:00
Martín Lucas Golini
f58ed98804 Added WidgetTreeModel.
Updated dr_libs.
2020-08-09 14:35:30 -03:00
Martín Lucas Golini
3ea6ab392c Reimplemented TextDocument::load* and save*, now uses IOStream (also fixes some issues with line endings).
String class now uses char32_t as base type, to be compatible with std::u32string.
Some minor refactor: replaced Uint32 type in hashes in favor of String::HashType. Replaced Uint32 type in keycodes in favor of Keycode.
Changed String::hash(String) from CRC32 to std::hash<std::u32string> (many times faster).
And more random refactors and small features in the code editor.
2020-05-30 05:57:27 -03:00
Martín Lucas Golini
2de37d3a45 More improvements to the UICodeEditor and TextDocument.
Improved the SyntaxHighligther.
2020-05-26 05:48:22 -03:00
Martín Lucas Golini
84c40649c8 Removed rx-cpp since it's problematic. Added System::LuaPatternMatcher in replacement. This should fix the Windows and macOS builds.
Fixed UISceneNode size, now it's set in pixels instead of dp to allow to always be the same size as the window.
Fixed styles and layouts not updating in time before calling draw.
Fixed a double delete crash when using UIDropDownList and UIWinMenu.
Now UI elements can be dragged even if the mouse cursor goes out of the window limits.
UIScrollBar slider now can be dragged also from the horizontal edges that are not part of the button slider (this allows to scroll from the edge for example in maximized windows).
Fixed TextDocument on emscripten.
Disabled fullscreen window minimizing on focus loss (SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS).
2020-05-25 05:18:38 -03:00
Martín Lucas Golini
94a2e4a0c3 Syntax Highlighting working.
Some minor refactor.
2020-05-23 23:41:06 -03:00
Martín Lucas Golini
d95f2d8944 Syntax Highlighting WIP. 2020-05-23 06:17:56 -03:00
Martín Lucas Golini
162a7efde9 Updated SDL 2 to version 2.0.12 (used for the Android build).
Minor optimization in UIBackgroundDrawable.
2020-03-18 01:17:33 -03:00
Martín Lucas Golini
04c407077f Several improvements in the CSS Animations.
UITabWidget now acts as a draw invalidator, skipping the draw invalidation if the element invalidating is not visible in the current tab.
premake5 file now supports different architectures.
Updated README.md and docs.
Minor fixes in UIColorPicker.
Updated SOIL2 and efsw.
Added LICENSE file.
2020-02-25 01:15:27 -03:00
Martín Lucas Golini
e788b66543 Updated freetype, zlib, dr_flac and dr_mp3.
Removed openal-soft sources.
2020-02-21 03:23:43 -03:00
Martín Lucas Golini
d371365adf Fixed a regression in TextureAtlasLoder.
Fixed color alpha in UIWidget background and foreground elements.
Updated efsw.
2020-02-11 18:29:48 -03:00
Martín Lucas Golini
6eccb23a73 Android build now uses mojoAL.
Updated SOIL2 and efsw.
2020-01-17 18:44:44 -03:00
Martín Lucas Golini
8812029608 Added mojoAL support. 2020-01-16 13:28:46 -03:00
Martín Lucas Golini
9880829fc5 Migrated to Github (remove hg stuffs, added git submodules).
Fixed compilation (SoundFileReaderFlac needed some updateds).
Updated README.md.
2020-01-13 04:19:37 -03:00
Martín Lucas Golini
9c7837bc01 Added more padding to TrueType glyphs.
Updated dr_libs libraries.
URI now uses implicit constructors.
Improved documentation.

--HG--
branch : dev
2020-01-12 22:37:43 -03:00
Martín Lucas Golini
33f8a2eebb Several bug fixes.
CSS properties now support real CSS properties names.

--HG--
branch : dev
2019-11-03 03:34:02 -03:00
Martín Lucas Golini
78a66ea0fa Some fixes to image resize and Color constructors
--HG--
branch : dev
2019-08-11 18:16:21 -03:00
Martín Lucas Golini
484696e34b Updated mbedtls.
--HG--
branch : dev
2019-07-01 23:24:12 -03:00
Martín Lucas Golini
f1e61c0c77 Updated dr_libs.
Fixed multichannel flac files.
Optimized mp3 read.

--HG--
branch : dev
2019-05-12 02:52:28 -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
c58abee44a Updated libraries.
--HG--
branch : dev-css
2018-12-31 03:50:27 -03:00
Martín Lucas Golini
69612267e3 Fixed Haiku build.
--HG--
branch : dev-stateful-drawable
2018-12-23 06:31:08 -03:00
Martín Lucas Golini
3cf22521f0 Updated dr_libs.
--HG--
branch : dev-functional
2018-09-08 16:49:37 -03:00
Martín Lucas Golini
65b7b45c71 Allow append on FTP uploads.
Font fixes.
Sockets fix.
Updated dr_flac and dr_mp3.

--HG--
branch : dev
2018-06-14 20:53:18 -03:00
Martín Lucas Golini
3dac77762b Updated dr_libs.
--HG--
branch : dev
2018-04-29 20:32:01 -03:00
Martín Lucas Golini
5212ff88d4 Fixed mp3 seeking.
Updated dr_flac.

--HG--
branch : dev
2018-04-24 22:47:34 -03:00
Martín Lucas Golini
0b17abb1d8 Added FLAC read support.
--HG--
branch : dev
2018-04-22 22:42:01 -03:00
Martín Lucas Golini
56129ca9b5 Added mp3 read support.
--HG--
branch : dev
2018-04-22 21:39:04 -03:00
Martín Lucas Golini
923167b9b8 Visual Studio build fixes.
--HG--
branch : dev
2018-03-19 21:35:42 -03:00
Martín Lucas Golini
a3459fa9ef Added mbedtls support. Now TLS is supported on Android.
--HG--
branch : dev
2018-03-18 04:09:50 -03:00
Martín Lucas Golini
feeafde073 Updated Audio module.
--HG--
branch : dev
2018-03-17 18:50:24 -03:00
Martín Lucas Golini
dff099a621 Added rasterized svg support.
--HG--
branch : dev
2018-03-17 01:48:23 -03:00
Martín Lucas Golini
bbfb120564 Updated OpenAL Soft.
--HG--
branch : dev
2018-03-07 21:03:50 -03:00
Martín Lucas Golini
d4e5d84631 Fixed Android build.
Updated SDL2 to SDL 2.0.8 (current dev).

--HG--
branch : dev-2.1
2018-01-26 01:25:11 -03:00
Martín Lucas Golini
c1c3dfb075 Fixed glew includes.
--HG--
branch : dev-2.1
2018-01-01 15:07:54 -03:00
Martín Lucas Golini
77637f71fa Moved "src/eepp/helper" folder to "src/thirdparty".
Also some minor fixes.

--HG--
branch : dev-2.1
2017-12-30 14:29:38 -03:00