Commit graph

14799 commits

Author SHA1 Message Date
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
Mirek Fidler
f440baf14c CtrlLib: Fixed problem with TextCtrl view mode 2023-10-12 01:18:58 +02:00
Mirek Fidler
6294849dbe Geom: LineSegmentsDistance 2023-10-11 17:25:40 +02:00
Mirek Fidler
d120cad8ff .cosmetics 2023-10-09 10:33:01 +02:00
Mirek Fidler
7bcf542718 Core: Fixed problems with recent XMLParse fix 2023-10-09 10:27:45 +02:00
Zbigniew Rębacz
59f85cc823
Update README.md 2023-10-07 20:10:25 +02:00
Zbigniew Rębacz
243cfb5d67 Ide, Doc: .cosmetics 2023-10-06 17:35:56 +02:00
Mirek Fidler
778a43d88a Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2023-10-04 20:22:28 +02: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
Mirek Fidler
c673c75465 Merge branch 'master' of https://github.com/ultimatepp/ultimatepp 2023-10-03 19:43:53 +02:00
Mirek Fidler
3a24416bd6 .uppbox 2023-10-03 19:43:52 +02:00
Mirek Fidler
79fe8271b0 ide: Improved fix of avoiding menu triggered reparse 2023-10-03 13:29:33 +02:00
Mirek Fidler
867f5e4fea .docs 2023-10-03 12:11:33 +02:00
Mirek Fidler
340359f1d8 RichEdit: Fixed formatting problem in UnitEdit 2023-10-03 11:47:44 +02:00