Commit graph

14812 commits

Author SHA1 Message Date
Mirek Fidler
867efb4927 Core: memset8__ micro-optimisation, Painter: Clear fix and co support, new benchmarks 2023-11-11 14:09:10 +01:00
Mirek Fidler
3d4911c266 ide: Full block caret 2023-11-09 19:32:10 +01:00
Zbigniew Rębacz
a7acd4ef1e Ctrl, Doc: Fix issue with broken documenetation link to Ctrl::SetTimeCallback and Ctrl::KillTimeCallback. 2023-11-07 16:18:50 +01:00
Mirek Fidler
83063d24b1 ide: RepoConsole fixed issue with wrong tips 2023-11-06 18:16:46 +01:00
Mirek Fidler
50e7a41559 ide: 'Copy hash' button in commit comparison tool 2023-11-06 16:06:50 +01:00
Mirek Fidler
5eefc7e90f .cosmetics 2023-11-06 12:02:54 +01:00
Mirek Fidler
c01bc4b7d5 Core: CoWork docs and fixes, CtrlLib: MenuItem Rescale -> CachedRescale 2023-11-03 10:18:48 +01:00
Mirek Fidler
9339be0aab Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2023-11-02 17:25:55 +01:00
Mirek Fidler
757ce8f1b0 .warnings and cosmetics 2023-11-02 17:25:53 +01:00
Mirek Fidler
7176be522f .upptst 2023-11-02 17:23:23 +01:00
Mirek Fidler
55de293517 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2023-10-31 13:52:04 +01:00
Mirek Fidler
11c79492fd ide: LayDes removed MaxIconSize from widget menu 2023-10-31 13:52:03 +01:00
Zbigniew Rębacz
09fef8fcbd
Bump CircleCI image to 2023.10 2023-10-30 21:12:28 +01:00
Mirek Fidler
a159fdc805 Core: Minor fix of Value::GetOther * 2023-10-30 13:37:09 +01:00
Mirek Fidler
a01c1a30f4 HexView: Optimised 2023-10-30 11:47:48 +01:00
Mirek Fidler
cb32981c04 Core: ScanFloat 2023-10-30 10:23:26 +01:00
Mirek Fidler
12183f73dd Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2023-10-29 20:58:56 +01:00
Mirek Fidler
5cb246126f Core: Value float support 2023-10-29 20:58:52 +01:00
Zbigniew Rębacz
12400ceedd .cosmetic 2023-10-28 21:30:08 +02:00
Zbigniew Rębacz
21816d69e7 Tutorial: small rework of Gui23. 2023-10-28 21:20:29 +02:00
Zbigniew Rębacz
80a3237686 UppWeb: update information about release in various places. 2023-10-28 19:07:04 +02:00
Zbigniew Rębacz
fe0f373f01 .cosmetic 2023-10-27 23:48:05 +02:00
Zbigniew Rębacz
e029af614f CtrlLib, Doc: added tutorial about time callback (23). 2023-10-27 23:44:46 +02:00
Zbigniew Rębacz
42a65fc354 Doc, readme cosmetic 2023-10-25 00:29:15 +02:00
Zbigniew Rębacz
7e1f265249 Updated README.md #2 2023-10-25 00:15:58 +02:00
Zbigniew Rębacz
c4dd0c9f80 Updated README.md 2023-10-25 00:13:46 +02:00
Mirek Fidler
642b265eed .upptst 2023-10-24 17:35:08 +02:00
Mirek Fidler
e6d8f90f42 CtrlLib: Removed BarCtrl::GetSize (name clash) 2023-10-24 13:36:08 +02:00
Mirek Fidler
0464c181c5 .uppweb 2023-10-24 11:10:25 +02:00
Mirek Fidler
364140f3d8 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2023-10-24 11:08:42 +02:00
Mirek Fidler
d00694ae0f MenuBar::MaxIconsSize fix, uppweb 2023-10-24 11:08:37 +02:00
Martin Schut
ddf30d1f9f
Update PopUpList.cpp (#163)
The height of the listitems in the dropdown shouldn't be determined by the font-size. It should be taken from the list it encapsulates.
2023-10-24 10:21:58 +02:00
Martin Schut
8f06bfd538
Fix compile error if LNGMODULE is defined (#167)
* Fix compile error if LNGMODULE is defined
2023-10-24 10:12:27 +02:00
Zbigniew Rębacz
9b877c653d Tutorial, Doc: Added second chapter for network tutorial. It is about building RESTful server. 2023-10-23 01:21:21 +02:00
Zbigniew Rębacz
ec34605fee Tutorial: Removed unneeded file from Network01 tutorial. 2023-10-21 20:49:37 +02:00
Zbigniew Rębacz
f99a21a5c0 Doc: added initial version of network tutorial. 2023-10-21 20:45:51 +02:00
Zbigniew Rębacz
f4d9ef4389
core.upt should have an option for ssl (#170)
SSL is requiered for all modern network application. For example today most of the http resources are available through https not http. When creating core package there should be an easy way to add SSL support to it
2023-10-21 20:01:19 +02:00
Mirek Fidler
adae538466 ide: RepoDiff hash now 6 chars in commit list 2023-10-18 12:50:20 +02:00
Mirek Fidler
77384994e4 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2023-10-18 11:25:16 +02:00
Mirek Fidler
4e28164ebf ide: repo diff fixes 2023-10-18 11:25:15 +02:00
Martin Schut
95b225866e
Convert value before showing in popup if it doesn't fit in multibutton (#166)
The SyncInfo() of a MultiButton uses the unconverted value to show in the display. This change makes sure the value is converted first (as probably was the intention as a convert->Format() was included, but the converted value was never used).
2023-10-17 23:36:18 +02:00
Mirek Fidler
bf9b09b8af Draw: StdDisplay now directly understands and renders Image 2023-10-17 16:29:37 +02:00
Mirek Fidler
6003edf13e Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2023-10-16 19:39:33 +02:00
Mirek Fidler
d163a65f03 ide: Fixed clang warnings 2023-10-16 19:39:32 +02:00
Mirek Fidler
30fd6bfb24 Makefile(s) updated 2023-10-13 15:00:04 +02:00
Mirek Fidler
b4ba9e068e Makefile(s) updated 2023-10-13 14:50:03 +02:00
Mirek Fidler
f94017dcac Makefile(s) updated 2023-10-13 14:40:03 +02:00
Mirek Fidler
f63582454a Makefile(s) updated 2023-10-13 14:33:00 +02:00
Mirek Fidler
f7923c2274 ide: Separator file properties disabled 2023-10-13 14:23:28 +02:00
Mirek Fidler
87ddd12ec2 ide: Fixed rare problem of duplicities in autocomplete 2023-10-12 10:40:06 +02:00