Zbigniew Rębacz
bfc8421d9c
Core: Fix LaunchWebBrowser on macOS to handle addresses with dolar sign. ( #342 )
2026-01-09 11:42:09 +01:00
İsmail Yılmaz
1c48bd493c
Core: ProcessHasAdminRights() function is added to utility functions. ( #242 )
...
* Core: ProcessHasAdminRights() function is added to utility functions.
* reference/DetectPrivegedProcess: Cosmetics.
* Core: ProcessHasAdminRights() renamed as IsAdmin()
* Core: IsAdmin() renamed as IsUserAdmin().
2025-04-18 12:46:36 +02:00
Mirek Fidler
9c2102cb8e
ide, uppsrc: Main config flags
2025-04-07 10:21:39 +02:00
Mirek Fidler
4c6c1d701c
ide: View log file now supports sandboxing
2025-03-19 10:31:54 +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
546a9995c9
theide, umk: Posix config is now always in .../theide/.. (to share the same .var and .bm files)
2025-01-16 11:46:29 +01:00
Mirek Fidler
b93ee6797b
Core, CtrlCore: Fixed desktop folders (e.g. GetDownloadFolder) in MacOS
2025-01-05 10:44:03 +01:00
Mirek Fidler
462587fb49
In Win32, Ctrl-C on console app does not do leaks check anymore
2023-10-04 20:22:26 +02:00
Tomas Lindquist
0d258e9104
AutoTest does not build on windows due to missing 'setenv', add SetEnv function ( #140 )
2023-01-24 10:54:05 +01:00
Mirek Fidler
5a660ebbde
ide: No assist on '.' in floats
2022-12-10 23:27:27 +01:00
Mirek Fidler
4ffa2e5f11
ide: After crash, next run disables Assist
2022-12-01 20:03:57 +01:00
Mirek Fidler
f344a84f7f
.cosmetics
2022-11-22 20:30:14 +01:00
Mirek Fidler
fafa40162a
ide: --clangdir option
2022-10-07 11:20:15 +02:00
Mirek Fidler
5518f0de21
CtrlCore: Fixed K_DELETE issue in macos
2022-05-19 17:43:52 +02:00
Mirek Fidler
3b08038375
Core, ide: Fixed some warnings
2022-03-06 15:26:36 +01:00
Mirek Fidler
d8d16229d1
Fixed reporting leaks for GLCtrl in Linux with Radeon driver, new memory leaks detection related functions.
2021-12-19 14:53:30 +01: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
cxl
e664ab0c3b
Core: GetArgv0 in Win32
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15919 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-17 13:32:36 +00:00
cxl
9601d6e72a
Core: GetArgv0
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15917 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-17 13:28:24 +00:00
cxl
3c3ad69257
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15889 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-02 09:12:59 +00:00
cxl
fdc1520c6e
Core: Fix in CopyFolder (inside App.cpp)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@15848 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-14 18:11:43 +00:00
cxl
fa09048354
Core: Fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14291 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-10 16:36:14 +00:00
cxl
bb963792f5
MacOS: GetExeFilePath fix
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14290 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-10 15:19:03 +00:00
cxl
c503c52aaa
Core: GetAppFolder (MacOS), ide: Install on MacOS changed to new common sandboxed layout
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14289 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-10 14:49:02 +00:00
cxl
c4cd597211
ide: Fixed sandboxed installation
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14282 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-08 15:09:48 +00:00
cxl
194a6a7864
Core: ConfigFile should now be more robust
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14277 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-08 12:43:18 +00:00
cxl
6a8aff1d74
Core: Fixed issue with LOG before MAIN
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14276 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-08 09:05:44 +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
9746116082
uppsrc: POSIX installation improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14234 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-05 15:40:45 +00:00
cxl
3ca516b511
POSIX installation and configuration issues
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-04 13:12:56 +00:00
cxl
3f432c520f
POSIX install, build and config improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14209 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-02 16:34:58 +00:00
cxl
1c1cb4d5c9
Core: POSIX ConfigFile moved to .cache with sandboxing additional logic, ide: Autosetup now has sandboxing features
...
git-svn-id: svn://ultimatepp.org/upp/trunk@14206 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-01 11:07:16 +00:00
cxl
58e0fdebaf
uppsrc: docs & removed #ifdef MTs
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-21 10:05:16 +00:00
cxl
0b900f0976
Core: Removed CoInitializeEx from AppInit to solve D&D problem
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-13 09:21:32 +00:00
cxl
620ca22bd2
CtrlLib: FileSel .lnk improvements
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13683 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-07 17:40:21 +00:00
cxl
ab712f1a18
Core: LaunchWebBrowser fixed in MacOS
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-25 18:32:47 +00:00
cxl
597798b5dd
Fixed problem with setlocale (missing .utf8 part)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13512 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-29 12:00:30 +00:00
cxl
59960800a6
Core: Detection of non-standard exit (supressing leaks detection)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-23 07:35:01 +00:00
cxl
e2979933c4
Turtle: Fixed to compile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12296 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-23 08:38:24 +00:00
cxl
b5a9f67519
Core: Fixed various issues with unicode characters in commandline
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12288 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-19 17:44:12 +00:00
cxl
da31e9f76f
Core: Now compiles with NODEPRECATED
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12127 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-31 17:04:33 +00:00
cxl
6539d7661a
Core: TempFile
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11946 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-15 08:45:27 +00:00
cxl
ec354b08a6
Core: TempFile, GetTempDirectory
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11945 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-05-15 08:33:42 +00:00
cxl
aae24f1b8f
Core: SetHomeDirectory now available in Win32 too
...
git-svn-id: svn://ultimatepp.org/upp/trunk@11121 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-26 07:21:58 +00:00
cxl
62d921fcb0
ide: Spellchecking comments
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10384 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-30 10:41:05 +00:00
cxl
8ebdcbb0d5
uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
7006e3aacc
Core: CoWork refactored
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10151 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-07 09:32:35 +00:00
cxl
475151a09e
Fixed ambiguity between <<lambda and <<(String&&, T)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9921 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-11 15:55:50 +00:00
cxl
5edae0e110
.reorganizing
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-01 20:21:16 +00:00
cxl
69cad6ab3f
ide: autosetup changes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@9011 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-12 16:11:39 +00:00