Commit Graph

1801 Commits

Author SHA1 Message Date
Martín Lucas Golini
43252db990 Minor fix in Text::setFillColor.
Updated dr_flac, dr_mp3, subprocess.
2022-03-02 01:04:10 -03:00
Martín Lucas Golini
7c6d5d69bc Enabled color emojis in monospaced fonts. 2022-03-02 00:21:26 -03:00
Martín Lucas Golini
5a23e5faf9 Fixed Text::setFillColor with color emojis. 2022-03-01 15:25:51 -03:00
Martín Lucas Golini
99110d6bef Added ConditionalLock.
Fixed a bug in ActionManager.
Fixed some bugs on UITableView and UITreeView.
Fixed a dead-lock un AutoCompleteModule.
2022-02-27 20:29:01 -03:00
Martín Lucas Golini
a54da7d6da Updated github actions windows build.
Updated efsw.
ecode: Minor fix in app title when saving files.
2022-02-27 03:11:06 -03:00
Martín Lucas Golini
36f5fb90bc Joysticks fix. 2022-02-14 14:44:31 -03:00
Martín Lucas Golini
431c61a0d8 Minor fix in README.md. 2022-02-13 20:13:35 -03:00
Martín Lucas Golini
6911c87fa8 Safe-thread ActionManager.
FileSystemModel fixes.
2022-02-13 13:38:02 -03:00
Martín Lucas Golini
5985769082 Forgot to add a file. 2022-02-11 11:06:08 -03:00
Martín Lucas Golini
04aa888427 Added libpng as a dependency for static freetype build.
Upgraded SDL2.
2022-02-11 10:51:22 -03:00
Martín Lucas Golini
5440a2ef77 Some minor fixes and improvements to FontTrueType. 2022-02-10 01:38:26 -03:00
Martín Lucas Golini
623490bc72 Emoji support improvements. 2022-02-09 02:51:33 -03:00
Martín Lucas Golini
7a221d19c1 First steps in supporting color fonts.
Some minor fixes to build with emscripten.
2022-02-08 03:06:35 -03:00
Martín Lucas Golini
4a23c59b46 Some minor accessibility improvements.
Better UIAbstractTableView selection with keyboard input.
2022-02-05 15:58:28 -03:00
Martín Lucas Golini
3d097591fe Updated efsw. 2022-02-05 02:58:13 -03:00
Martín Lucas Golini
619bf51a4d FontTrueType: Use the closed character size available when the requested is not available. 2022-02-05 01:17:51 -03:00
Martín Lucas Golini
50eb244f35 Forgot to remove an assert. 2022-02-04 10:53:43 -03:00
Martín Lucas Golini
9c14d428e4 FileSystemModel fixes.
Debug assert in x86_64 now generates a SIGTRAP.
Minor JoystickManager fixes.
ecode: Initialize mDisplayDPI before loadConfig().
2022-02-04 02:46:23 -03:00
Martín Lucas Golini
da2c522af0 AutoCompleteModule tentative minor fix. 2022-02-03 01:48:45 -03:00
Martín Lucas Golini
763bf1495b Minor bug fix loading ecode icon. 2022-01-29 16:40:53 -03:00
Martín Lucas Golini
10b2831eb7 UIMessageBox and UIWindow minor improvements.
TypeScript language support improvements.
ecode: Context menu on project tree view.
ecode: Save last window position.
2022-01-29 16:28:56 -03:00
Martín Lucas Golini
ea2423a1e4 This should fix the issue. 2022-01-26 18:33:25 -03:00
Martín Lucas Golini
d020d0ec26 Trying luck to fix windows build. 2022-01-26 18:22:04 -03:00
Martín Lucas Golini
a6ad0eb881 Keep views selection/s on file system events. 2022-01-26 18:00:21 -03:00
Martín Lucas Golini
16a17548de Merge branch 'feature/filesystemmodel-handlefsevents' into develop 2022-01-26 01:57:01 -03:00
Martín Lucas Golini
c296dff7a2 Some improvements. Functional. 2022-01-26 01:56:54 -03:00
Martín Lucas Golini
7225d780c7 ecode: Crash fix when loading a new folder when the previous folder is still loading. 2022-01-19 23:36:26 -03:00
Martín Lucas Golini
c3daad6553 ecode: Crash fix when loading a new folder when the previous folder is still loading. 2022-01-19 23:36:12 -03:00
Martín Lucas Golini
ff2fd46638 WIP. 2022-01-18 22:39:00 -03:00
Martín Lucas Golini
7667d58076 UITreeView minor fix.
ecode: Remember last opened folder file.
2022-01-16 17:42:19 -03:00
Martín Lucas Golini
12265f0cac Minor optimization for project/folder unload/load. 2022-01-15 02:44:30 -03:00
Martín Lucas Golini
86f1f1af0e Minor bug fix in Image::resize. 2022-01-09 23:46:30 -03:00
Martín Lucas Golini
82deaf7b9b Minor fix in project directory tree: if a file is added that is not included in the accepted patterns and then renamed to one that actually is, the file will be added to the directory tree. 2022-01-09 21:04:16 -03:00
Martín Lucas Golini
a55728fc0f Improved formatter modelue.
Updated efsw.
2022-01-07 01:47:44 -03:00
Martín Lucas Golini
2d8b3e6b6d ecode: Minor fix in FileSystemListener. 2021-12-09 00:34:23 -03:00
Martín Lucas Golini
95a085e484 Minor fix for onModelUpdate but still pending a couple of fixes to have this working properly in multi-threaded environments. 2021-11-23 18:56:50 -03:00
Martín Lucas Golini
27d1b3722d Added UITreeView::selectRowWithPath.
ecode: Added new option "Synchronize project tree with editor". The watcher now watch for all subdirectories in the project tree.
2021-11-22 01:34:42 -03:00
Martín Lucas Golini
1ac37e1468 ecode: Fixed some crashes. Changed default python linter. 2021-11-21 14:49:50 -03:00
Martín Lucas Golini
13db514511 Revert to gracefully end thread pool. 2021-11-11 18:38:03 -03:00
Martín Lucas Golini
12c539fe9d Update eepp-linux-build-check.yml 2021-11-10 20:11:50 -03:00
Martín Lucas Golini
63d998656d ecode: Added sol format support.
Added new option for the ThreadPool.
2021-11-10 19:54:21 -03:00
Martín Lucas Golini
21e8ae53af Minor fix in the SyntaxHighlighter.
ecode: Improved the FormatterModule. Some minor fixes.
2021-09-25 22:31:20 -03:00
Martín Lucas Golini
4cf65c66bc Changed default text hinting.
Added Dart and Objective-C support.
ecode: Show folder name in window title when opening a folder/project.
2021-09-12 00:42:08 -03:00
Martín Lucas Golini
b9518a4693 Sanitize TextDocument current selection on save. 2021-07-28 01:31:59 -03:00
Martín Lucas Golini
6fb24fe918 GCC11 compitatibility fix.
HTTPStreamChunked fix.
Respect https scheme on http_request example.
2021-07-03 13:13:35 -03:00
Martín Lucas Golini
817fadb8fe Avoid refreshing ProjectDirectoryTree when invisible files are added.
Minor improvements in the SyntaxDefinitionManager.
2021-06-07 02:15:57 -03:00
Martín Lucas Golini
b7c6f55824 A couple of minor fixes. 2021-05-24 10:14:53 -03:00
Martín Lucas Golini
6b28df02b3 premake4 minor fix.
TextDocument minor fix for CLRF.
2021-05-02 13:16:51 -03:00
Martín Lucas Golini
c4d544f0b2 TextDocument: Fixed a crash on remove function.
Faster Node::childsCloseAll.
ecode: Added basic Solidity support.
And some minor changes.
2021-02-16 02:24:31 -03:00
Martín Lucas Golini
faabefeca6 TextDocument: minor fix when saving files retaining undo/redo changes.
ecode: Linter fix when file trimming is active.
2021-01-29 03:00:07 -03:00