Commit graph

218 commits

Author SHA1 Message Date
Mirek Fidler
9e33f8fb66 uppsrc: asan and ubsan fixes 2025-03-22 09:26:17 +01:00
Mirek Fidler
4315ff493b ide: Fixed case (in)sensitivity issue in dependencies 2025-03-14 09:13:03 +01:00
Mirek Fidler
c878fefd22 .comment 2025-03-04 15:27:50 +01:00
Mirek Fidler
d7b2fe5f91 Copying 2025 2025-02-20 16:30:02 +01:00
Mirek Fidler
e21ecf2de6 ide: Resolved problems with blitz, build_info.h and additional includes 2025-02-18 16:37:17 +01:00
Mirek Fidler
7b23c67a77 ide: Experimental CUDA support 2025-02-14 13:47:58 +01:00
Miroslav Fidler
152f359e84 ide: xfce terminal support in setup 2025-02-09 20:51:01 +01:00
Mirek Fidler
bd32e179ca .DDUMP 2025-02-04 16:24:36 +01:00
Mirek Fidler
08d5e19fdd ide: GLSL fixed dependencies 2025-02-04 15:04:49 +01:00
Mirek Fidler
0284fd198c ide: glslc support 2025-02-03 14:41:05 +01:00
İsmail Yılmaz
8077bb9c86
Ide: Bobcat is added to the supported terminals list (linux, bsd, flatpak) (#229) 2025-02-02 11:24:07 +01:00
İsmail Yılmaz
5b1eecd275
Umk: Git exe file path fix for windows builds. (#230) 2025-02-02 11:23:00 +01:00
Mirek Fidler
d26f78650b Core: In Posix .log files moved to .local/state/u++/log 2025-01-19 20:56:16 +01:00
Mirek Fidler
4ab7087d6b ide: Fixed some MSBT warnings 2024-10-15 12:34:34 +02:00
Mirek Fidler
4f79424b90 ide: GetUppOut now defaults to initial value and can be empty (and is by default) 2024-06-27 11:56:56 +02:00
Mirek Fidler
63919f87dc upp: 2024 2024-05-10 14:38:15 +02:00
Mirek Fidler
0c3376dc06 ide: Invalid compiler error now reported when building (thanks Klugier) 2024-02-25 21:01:50 +01:00
Zbigniew Rębacz
e65af45fa8
IDE changes for Flatpak sandbox (#177)
ide: Flatpak support
2023-12-20 11:05:00 +01:00
Mirek Fidler
ef6d9db3de ide: Assist: Proper fix of speculative include files problem 2023-12-11 21:01:53 +01:00
Mirek Fidler
65aa953b29 u++: Copying updated to 2023 2023-09-17 15:00:44 +02:00
Mirek Fidler
31c1a5fcea ide: Fixed ASSIST issues with using VC++ 2023-09-05 12:33:29 +02:00
Mirek Fidler
62c89883ba fixed problem with UppHub and umk 2023-05-18 11:31:28 +02:00
Mirek Fidler
06b25db00a ide: Fixed clang-format in MacOS, upgrade theide function implemented for macos 2023-04-19 09:03:31 +02:00
Mirek Fidler
74471235a2 ide: fixed clang-format in macos 2023-04-19 08:22:40 +02:00
Mirek Fidler
ea40198dd1 ide: MacOS build fixes (BSD does not recognize ar response file) 2023-04-13 15:38:52 +02:00
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