Commit graph

193 commits

Author SHA1 Message Date
Mirek Fidler
ca6d5122c2 ide: Support for io.elementary.terminal 2023-03-20 13:08:01 +00:00
Mirek Fidler
b26ca8b79f ide: Fixed single file building 2023-03-02 10:11:45 +01:00
Mirek Fidler
58e3f59c34 ide: Optimised header handling, RichText::GetWidth fixed 2023-02-27 12:42:20 +01:00
Mirek Fidler
74b0c3f791 ide: Old Hdepend replaced with PPinfo, master file optimisations 2023-02-24 11:10:55 +01:00
Mirek Fidler
ad4b9da966 ide: clang-format improvements and fixed, HostSys function now for routines used internally 2023-02-04 13:46:28 +01:00
Mirek Fidler
2e77d71f12 ide: clang-format integration 2023-02-01 15:27:24 +01:00
BornTactical
21c88c2b61
Console wasn't opening by default for FreeBSD because console apps are stored in /usr/local/bin instead of /usr/bin. (#136)
Co-authored-by: BornTactical <BornTactical@github.com>
2023-01-18 10:29:19 +01:00
Mirek Fidler
d85ef7540e ide: Optimised build system / pkg-config handling 2022-12-20 14:52:04 +01:00
Mirek Fidler
febbbf7f8b uppsrc: Fixed various MSBT warnings 2022-12-11 09:36:58 +01:00
Mirek Fidler
7dc19cdbc9 ide: .c files cannot be master files 2022-11-30 12:08:22 +01:00
Mirek Fidler
2f45699faf .cosmetics 2022-11-28 14:36:44 +01:00
Mirek Fidler
8f9ace029a ide: Indexer pause when building 2022-11-21 16:15:00 +01:00
Mirek Fidler
de72a49067 ide: TODOs, autocomplete utf-8 issue fixed 2022-11-03 19:49:41 +01:00
mirek-fidler
e8035690b9
libclang ide #94
- Assist/Autocomplete refactored to use libclang

Other minor changes:

- Removed CoWork Pipe
- .dli runtime loading of dynamic libraries now supports path to library in access function
- EditField::SetBackground
- RichTextView::GotoLabel variant with Gate for matching
- RichEdit::GotoLabel variant with Gate for matching
2022-09-16 10:31:14 +02:00
Mirek Fidler
433b11db63 ide: namespace agnostic layouts refactored again 2022-05-08 13:36:03 +02:00
Mirek Fidler
340ce65c08 uppsrc: (c) 2022 2022-04-03 20:58:06 +02:00
Mirek Fidler
34ff691308 sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters
This might bring some incompatibilities in the code that expects wchar to be 16 bit, which
  escpecially involves dealing with Win32 (and to lesser extend MacOS) APIs, so if your application
  is doing that, please check all instances of WCHAR (UniChar on MacOS) or even wchar
  especially type casts.

  To support host APIs, char16 is introduced (but there is no 16-bit String varian).

  Use ToSystemCharsetW, FromSystemCharsetW to convert texts to Win32 API.

- Support of drawing non-BMP characters in GUI
- Vastly improved character font replacement code (when drawing characters missing with requested font, replacement font is used)
- Last instances of Win32 ANSI calls (those ending with A) are removed
- UTF handling routines are refactored and their's naming is unified
- RTF is now being able to handle non-BMP characters (RTF is used as clipboard format for RichText)

Other minor changes:

- fixed TryRealloc issue
- improved MemoryCheck
- Removed MemoryAlloc48/MemoryFree48
- In theide Background parsing should less often cause delays in the main thread
2021-12-02 12:03:19 +01:00
Mirek Fidler
563ac57aa8 ide: Builders now declares bmGIT_REVCOUNT macro (similar to former SVN_REVISION), now used in ide itself in the about box. 2021-08-27 18:03:53 +02:00
cxl
fbb02d75f3 ide: Main config is now reading flags from sources
git-svn-id: svn://ultimatepp.org/upp/trunk@16031 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-07-22 13:51:46 +00:00
cxl
2e0a930119 umk: CCJ support
git-svn-id: svn://ultimatepp.org/upp/trunk@15987 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-06-08 21:58:26 +00:00
cxl
a5f628fe6d uppsrc: 2020->2021
git-svn-id: svn://ultimatepp.org/upp/trunk@15857 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-19 14:14:08 +00:00
cxl
ecce4c51ea GridCtrl: Removed Sql dependecy issue, CtrlCore: Win32 pen support improved, ide: NoConvertCharser for Host local process to fix the issue with svn history
git-svn-id: svn://ultimatepp.org/upp/trunk@15850 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-17 11:29:34 +00:00
cxl
e4a0ed6c9d CtrlLib: Local menu at point now moves a bit to avoid mouse position, ide: FindInFiles list of folders fixed to avoid all UppHub folders listed
git-svn-id: svn://ultimatepp.org/upp/trunk@15825 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-09 08:55:22 +00:00
cxl
5ab4810e73 CtrlCore: Fixed issue with Upp::t_
git-svn-id: svn://ultimatepp.org/upp/trunk@15822 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-07 10:16:39 +00:00
cxl
31253bba39 ide: Not creating empty missing packages
git-svn-id: svn://ultimatepp.org/upp/trunk@15801 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-26 23:55:55 +00:00
cxl
94ec3965e7 ide: package should now save CR line endings when needed
git-svn-id: svn://ultimatepp.org/upp/trunk@15781 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-20 12:21:08 +00:00
cxl
697f743842 uppsrc: MacOS 11.2 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@15740 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-06 09:35:47 +00:00
cxl
64d80c069d ide: Repo PutVerbose supressed
git-svn-id: svn://ultimatepp.org/upp/trunk@15725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-02-02 10:50:13 +00:00
cxl
6d5abe9fd7 ide: Removing stalled script files in posix
git-svn-id: svn://ultimatepp.org/upp/trunk@15665 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-14 11:46:34 +00:00
cxl
5b9b4b65b1 ide: Select package fix
git-svn-id: svn://ultimatepp.org/upp/trunk@15658 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-01-08 11:27:59 +00:00
cxl
550e2e7e1a ide: Support for same name main package in different nest
git-svn-id: svn://ultimatepp.org/upp/trunk@15606 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-17 23:25:23 +00:00
cxl
034fefe284 ide: developing git support
git-svn-id: svn://ultimatepp.org/upp/trunk@15590 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-14 08:38:37 +00:00
cxl
d27b750453 ide: Developing upphub
git-svn-id: svn://ultimatepp.org/upp/trunk@15589 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-13 15:56:21 +00:00
cxl
84aae8ed12 ide: LocalHost/Host, urepo refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@15586 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-12 19:27:04 +00:00
cxl
7da67d2a77 Win32: Support for bin git
git-svn-id: svn://ultimatepp.org/upp/trunk@15577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-10 21:27:30 +00:00
cxl
b9ccca948a ide: Open Terminal in Win32
git-svn-id: svn://ultimatepp.org/upp/trunk@15525 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-27 09:42:20 +00:00
cxl
799d6dbc0a ide: Developing UppHub
git-svn-id: svn://ultimatepp.org/upp/trunk@15513 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-25 09:09:17 +00:00
cxl
6234e9adbf ide: Developing UppHub
git-svn-id: svn://ultimatepp.org/upp/trunk@15509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-24 12:05:50 +00:00
cxl
a58eee73bb CtrlLib: LabelBase AlignLeft typo fixed (thanks bozero)
git-svn-id: svn://ultimatepp.org/upp/trunk@15507 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-24 11:44:32 +00:00
cxl
0ebee06f75 ide: Developing uppiverse
git-svn-id: svn://ultimatepp.org/upp/trunk@15485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-22 09:42:57 +00:00
cxl
9293ed2be0 uppsrc: Visual C++ compiler bug [W]StringBuffer workaround
git-svn-id: svn://ultimatepp.org/upp/trunk@15123 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-23 09:37:31 +00:00
cxl
f8b8cbf1eb Copying update
git-svn-id: svn://ultimatepp.org/upp/trunk@14978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-03 14:50:30 +00:00
cxl
3e4b840506 uppsrc: Modernizing code with variadic templates
git-svn-id: svn://ultimatepp.org/upp/trunk@14604 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-17 16:02:45 +00:00
cxl
c6d84d2fd1 ide: GCC builder removed PLATFORM #ifdefs where possible
git-svn-id: svn://ultimatepp.org/upp/trunk@14542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-06-04 08:28:00 +00:00
cxl
820ce4a2aa CtrlCore: Fix of serialization on armhf, ide: lxde terminal support
git-svn-id: svn://ultimatepp.org/upp/trunk@14414 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-01 10:45:02 +00:00
cxl
68fe80d2bb ide: Fixed response files vs pkg-config
git-svn-id: svn://ultimatepp.org/upp/trunk@14371 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-24 15:25:09 +00:00
cxl
cbb168bfcf umk: Can now name makefile, can now execute the binary
git-svn-id: svn://ultimatepp.org/upp/trunk@14303 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-13 16:16:55 +00:00
cxl
a383840404 upp.src: Fixed various POSIX configuration and installation related issues
git-svn-id: svn://ultimatepp.org/upp/trunk@14275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-07 11:34:48 +00:00
cxl
866e4588c5 ide: gnome-terminal now has --window flag, umk: fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@14253 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-06 09:10:54 +00:00
cxl
3a91d662fb ide: Fixed win32 CLANG windres issue
git-svn-id: svn://ultimatepp.org/upp/trunk@14098 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-27 19:04:43 +00:00