klugier
0f2446b7d1
Check git command statuses.
2025-10-16 21:41:34 +02:00
Mirek Fidler
b572d8be79
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
2025-10-15 07:28:26 +02:00
Mirek Fidler
352b839da9
ide: main configuration flags improvement
2025-10-15 07:28:25 +02:00
Zbigniew Rębacz
71f1fe1b6e
CodeEditor: Remove "thread" as C++ keyword ( #286 )
2025-10-14 19:09:58 +02:00
Mirek Fidler
12216355fa
.DDUMPs
2025-10-14 12:09:46 +02:00
Mirek Fidler
92b6299c9b
CtrlLib: Fixed DisplayPopup issue
2025-10-14 11:49:42 +02:00
Mirek Fidler
ad84ba051f
.DDUMPs
2025-10-14 09:25:43 +02:00
Zbigniew Rębacz
21fabcee53
Added reset button to reference/AnimateCtrlGeometry. ( #283 )
2025-10-14 09:12:41 +02:00
mirek-fidler
7edd654237
Restores "real popups" in display popup
...
These were removed year ago because the placement is imprecise (macos, gtk do not allow odd pixel placement when UHD scaling, so it was a pixel off) and because of Wayland concerns. But the usefulness outweights these glitches...
2025-10-14 09:00:11 +02:00
Zbigniew Rębacz
3a6e3ca22a
Added build-windows workflow to CricleCI ( #306 )
...
* Windows test build
* Update config.yml
* Do not build mac and linux while working on windows variant
* Just one more attempt
* Downloading umk
* Next attempt
* Next attempt
* .fix
* Update config.yml
* Update config.yml
* Build instructions on windows
* Final changes
* Update config.yml
* Update config.yml
2025-10-14 08:57:13 +02:00
İsmail Yılmaz
908ceb5193
CtrlCore: Fix VirtualGui compilation on Windows. ( #300 )
...
This PR aims to fix virtualgui compilation error, stems from the new WinBar support.
2025-10-14 08:56:39 +02:00
Zbigniew Rębacz
2cbb524014
Implement build method recognition in umk. ( #302 )
2025-10-14 08:54:48 +02:00
İsmail Yılmaz
0f44ce32aa
VirtualGui/SDL2GL: Added fullscreen mode. ( #303 )
2025-10-14 08:53:10 +02:00
Mirek Fidler
9fd52f0967
.ide: pdb cosmetics
2025-10-12 19:27:18 +02:00
Mirek Fidler
6a5e363459
.upptst
2025-10-11 19:23:44 +02:00
Mirek Fidler
c6d9106fd2
CtrlCore: HasMouseIn (view), more correct replacement for HasMouse (that sometimes has problem when frame is present, as MouseLeave is triggered when leaving view, not the entire widget)
2025-10-11 17:36:49 +02:00
Mirek Fidler
0068202135
ide: fixed selected package config in main config dialog (now always corresponds to current one)
2025-10-10 19:56:52 +02:00
Mirek Fidler
e2c8be95c4
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
2025-10-10 09:58:20 +02:00
Mirek Fidler
c54d747e2a
CtrlLib: Fixed slider appearance in QHD
2025-10-10 09:58:19 +02:00
klugier
44d8fb015d
UppWeb: adding missing using namepsace Upp in U++ vs Java/Swing.
2025-10-09 20:29:18 +02:00
Mirek Fidler
a3c8233008
.uppbox: upp.bin moved
2025-10-09 13:55:50 +02:00
Mirek Fidler
2d59b2f79b
ide: Bottom pane cosmetics
2025-10-09 09:12:01 +02:00
Mirek Fidler
c2dc0b3617
CtrlLib: Default maximum line len increased to 400000 characters, Core: Fixed to compile with MSVC x86, .scripts
2025-10-08 23:58:11 +02:00
Mirek Fidler
2ff3a99bc8
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
2025-10-08 12:50:36 +02:00
Mirek Fidler
2c799da9e4
Core: CPU_Cores sanity check
2025-10-08 12:50:35 +02:00
Mirek Fidler
9a5b2dcee2
.removed DLOGs
2025-10-08 08:13:48 +02:00
Mirek Fidler
b277c8ee98
Core: CPU_Cores refactored to support >64, Ignoring leaks in new OpenSSL, Stream::Put(const char *s) now allows and ignores nullptr
2025-10-07 16:48:58 +02:00
Mirek Fidler
9bf78f44ab
ide: In Win32, About now has info about clang toolchain and libclang versions
2025-10-05 11:49:34 +02:00
Mirek Fidler
375817a6f5
.cosmetics
2025-10-04 10:12:51 +02:00
Mirek Fidler
836d0f301d
ide: Fixed problem with Alt-C removing std:: from std::vector
2025-10-04 10:12:04 +02:00
Mirek Fidler
67315817d2
ide: 'No warnings' in the main package disable assist errors (red blocks in the text) for the whole project
2025-10-02 14:38:26 +02:00
Mirek Fidler
46201221b8
ide: Insert function parameter list
2025-10-02 11:10:51 +02:00
Mirek Fidler
a9329d1b48
CtrlLib: FileSelButton now remembers last dir
2025-10-01 15:06:44 +02:00
Mirek Fidler
fa325e4a6e
ide: DirDiff minor improvements
2025-09-30 23:53:54 +02:00
Mirek Fidler
1eb4c3f200
ide: Dir Diff extension selection
2025-09-30 13:39:47 +02:00
Mirek Fidler
e53f0b3035
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
2025-09-30 11:45:30 +02:00
Mirek Fidler
a0cf68a315
.CtrlLib: visual cosmetics in FileSel
2025-09-30 11:45:29 +02:00
Mirek Fidler
13ea6293f8
Makefile(s) updated
2025-09-30 11:30:02 +02:00
İsmail Yılmaz
7a8de0b662
Core/SSL: AES module, SSL 1.1 compatibility. ( #296 )
...
* Core/SSL: AES module, SSL 1.1 compatibility.
* Conditional compilation def is removed
2025-09-30 11:23:10 +02:00
Mirek Fidler
eaf8112b15
uppsrc: Fixed new clang warnings
2025-09-30 10:27:39 +02:00
Mirek Fidler
e023fcad2a
CtrlLib: Filesel Cosmetics
2025-09-25 14:00:19 +02:00
Mirek Fidler
a7579b6f4f
Draw: Some image cache function refactored with MakeImage template
2025-09-25 10:30:35 +02:00
Mirek Fidler
49d81333f2
Draw: MakeImage templated version, MakeImage(Image, fn) renamed as AdjustImage
2025-09-25 09:52:17 +02:00
Mirek Fidler
3fa50d27f1
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
2025-09-24 23:49:47 +02:00
Mirek Fidler
243f89c25c
.cosmetics
2025-09-24 23:49:46 +02:00
Mirek Fidler
8ece2dbbd3
Makefile(s) updated
2025-09-24 17:30:02 +02:00
Mirek Fidler
835ad272d1
ide: libclang now using --target instead of redefining macros
2025-09-24 17:28:13 +02:00
Mirek Fidler
14bbbe92f8
Painter: Another SVG fix
2025-09-24 09:09:01 +02:00
Mirek Fidler
201f96bb61
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
2025-09-23 16:44:09 +02:00
Mirek Fidler
de1da82e5c
Painter: Fixed problems with style and path (thanks zouql)
2025-09-23 16:44:08 +02:00