Commit graph

57 commits

Author SHA1 Message Date
Mirek Fidler
509e32c7f4 Draw: attempt at workaround of iml / clang optimisation bug, cosmetics 2024-10-21 22:48:00 +02:00
Mirek Fidler
852c1f1899 CtrlLib: Label vertical alignment support; EditXXXSpin - SetStyle renamed to SetSpinStyle (to allow EditField::SetStyle to work) 2023-01-31 18:23:08 +01:00
Mirek Fidler
e69b3caacc CtrlLib: Minor EditField fix; autotest fixes 2023-01-20 09:41:07 +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
41203dc72f benchmarks: conflict resolved 2022-05-20 09:56:45 +02:00
Mirek Fidler
84c80d95ff Attributes optimisation 2022-05-01 19:29:59 +02:00
Mirek Fidler
e9d00e6531 Ctrl packed attributes 2022-04-29 18:01:10 +02:00
Mirek Fidler
67f810e0f5 VirtualButtons improvements 2022-04-26 13:13:27 +02:00
Mirek Fidler
5a711f77ae EditXXXSpin sizeof optimised 2022-04-25 00:03:00 +02:00
Mirek Fidler
8b0e370f8a CtrlLib: Button::PaintButton (VirtualButtons preparation) 2022-04-21 13:50:51 +02:00
Mirek Fidler
9fd3d5eb3e CtrlLib, Core: Mitore removed 2022-04-20 11:42:17 +02:00
Mirek Fidler
bd695d2fb1 CtrlCore, CtrlLib: caret handling refactored 2022-04-19 18:04:42 +02:00
Mirek Fidler
a199280088 CtrlLib, Core: Improved float support (EditFloatSpin, Value::operator float) 2022-04-12 13:39:55 +02:00
Mirek Fidler
45440d75b5 Core: ConvertFloat, CtrlLib: EditFloat 2022-04-11 16:48:56 +02:00
cxl
7cd753b5ae CtrlLib: EditWithSpin option to disable mouse wheel action, Core: String::Find fix
git-svn-id: svn://ultimatepp.org/upp/trunk@15934 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-04-22 16:50:11 +00:00
cxl
063f233b39 CtrlLib: Refactored right-aligned EditField behaviour (now stays right-aligned during editation)
git-svn-id: svn://ultimatepp.org/upp/trunk@15883 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2021-03-29 11:59:16 +00:00
cxl
125101ea77 CtrlLib: Refactoring MacOSX chameleon
git-svn-id: svn://ultimatepp.org/upp/trunk@13976 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-02-09 18:05:36 +00:00
cxl
f150a0f8ea CtrlLib: Gtk3 ch, ide: vline now default true
git-svn-id: svn://ultimatepp.org/upp/trunk@13902 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-17 07:48:18 +00:00
cxl
8d058b26b0 CtrlLib: Chameleon now can draw ink masks, EditField look improved
git-svn-id: svn://ultimatepp.org/upp/trunk@13899 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-16 12:18:50 +00:00
cxl
3d0e1db02f CtrlLib: TextCtrl, LineEdit, CodeEditor: view mode
git-svn-id: svn://ultimatepp.org/upp/trunk@11592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-20 12:10:24 +00:00
cxl
7735fef5df CtrlLib: Initial value of Edit*Spin is now zero if Min limit is default; EditIntSpin and EditIntSpin64 now rounding values like EditDoubleSpin
git-svn-id: svn://ultimatepp.org/upp/trunk@11049 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-01 14:53:39 +00:00
cxl
218c4988cc CtrlLib: Edit*Spin::RoundFromMin
git-svn-id: svn://ultimatepp.org/upp/trunk@11047 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-05-01 14:24:12 +00:00
cxl
40bd90c7e1 Core: Fixed issue in ConvertString - Trim (Left/Right) is now performed before doing checks
git-svn-id: svn://ultimatepp.org/upp/trunk@10919 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-07 23:20:12 +00:00
cxl
44037d6a0c 'Event' branch merged into trunk (Callback now deprecated)
git-svn-id: svn://ultimatepp.org/upp/trunk@10260 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:15:05 +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
fdbe1b74b5 CtrlLib: EditField::SetColor
git-svn-id: svn://ultimatepp.org/upp/trunk@8347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-04-14 10:55:01 +00:00
cxl
fff310d330 CtrlLib: EditField::Error now does refresh only if status changes
git-svn-id: svn://ultimatepp.org/upp/trunk@7910 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-20 19:40:00 +00:00
cxl
c5e655f0d2 EditField: Fixed X11 selection issue
git-svn-id: svn://ultimatepp.org/upp/trunk@7588 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-12 21:05:02 +00:00
cxl
d6a1f1e383 *CtrlLib: Fixed issue in TextCtrl::Load
git-svn-id: svn://ultimatepp.org/upp/trunk@7569 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-06 11:56:31 +00:00
cxl
06be3b22ee CtrlLib: Fixed X11 middle mouse button pasting in EditFiled, RichTextView
git-svn-id: svn://ultimatepp.org/upp/trunk@7539 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-24 08:37:28 +00:00
cxl
491b7da91d ide: refining find & replace
git-svn-id: svn://ultimatepp.org/upp/trunk@7510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-07-14 16:27:11 +00:00
cxl
6ad805b04d CtrlLib: EditField: NoInternalMargin
git-svn-id: svn://ultimatepp.org/upp/trunk@6405 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-08 18:29:39 +00:00
cxl
b126ea132d .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@6402 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-07 09:08:31 +00:00
cxl
f0fde76705 CtrlLib: EditField Highlight::underline
git-svn-id: svn://ultimatepp.org/upp/trunk@5931 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-03-29 07:52:14 +00:00
cxl
3691238c72 CtrlLib: EditField ShowSpaces, WhenHighlight, RichEdit: SpellCheck made public
git-svn-id: svn://ultimatepp.org/upp/trunk@5930 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-03-28 10:11:49 +00:00
cxl
07f9521bcf CtrlLib: Spin edit fields now refactored using WithSpin template
git-svn-id: svn://ultimatepp.org/upp/trunk@5438 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-19 10:13:43 +00:00
cxl
3a80e8c6be CtrlLib: EditField now supports 'characters' < 32
git-svn-id: svn://ultimatepp.org/upp/trunk@5415 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-08 08:33:12 +00:00
cxl
37e4c669e7 CtrlLib: EditField now has WhenPasteFilter
git-svn-id: svn://ultimatepp.org/upp/trunk@5321 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-09-06 08:11:20 +00:00
cxl
a71f2a8bdc CtrlLib: EditField now suports limited text highlighting
git-svn-id: svn://ultimatepp.org/upp/trunk@3404 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-05 14:50:43 +00:00
rylek
46f4ce369c .CtrlLib: fixed typo in EditMinMaxNotNull::MinMax
git-svn-id: svn://ultimatepp.org/upp/trunk@3364 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-20 21:50:29 +00:00
cxl
3c5b635f22 .CtrlLib: Various improvements (spin edits, ProgressInfo) - thanks kohait00
git-svn-id: svn://ultimatepp.org/upp/trunk@3343 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-16 18:03:39 +00:00
cxl
dad392def7 .Various minor changes
git-svn-id: svn://ultimatepp.org/upp/trunk@3334 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-11 11:37:41 +00:00
cxl
2a3e8ae207 .Various changes
git-svn-id: svn://ultimatepp.org/upp/trunk@3332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-10 09:46:32 +00:00
cxl
fbe0dc28de EditField:GetCaretRect
git-svn-id: svn://ultimatepp.org/upp/trunk@3275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-03-12 11:51:18 +00:00
cxl
ea92a3c008 .clang related fixed (thanks dolik.rce)
git-svn-id: svn://ultimatepp.org/upp/trunk@2837 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-06 18:52:32 +00:00
cxl
b45651efe2 *CtrlLib: EditFields derivatives fix to compile in GCC (thanks Koldo & Kohait)
git-svn-id: svn://ultimatepp.org/upp/trunk@2805 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-21 20:24:49 +00:00
cxl
35daa5c576 .CtrlLib: Minor fix in EditCtrls (call to Refresh when setting up Min/Max/NotNull)
git-svn-id: svn://ultimatepp.org/upp/trunk@2802 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-20 09:27:45 +00:00
cxl
31254c049f Ctrl: EditField::Error (red background)
git-svn-id: svn://ultimatepp.org/upp/trunk@2147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-24 21:42:15 +00:00
cxl
3086d32357 CtrlLib: EditField::WhenEnter
git-svn-id: svn://ultimatepp.org/upp/trunk@2051 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-11 20:05:15 +00:00
cxl
e25a6be46d CtrlLib: EditField context menu exposed, can be overriden (just like in e.g. ArrayCtrl)
git-svn-id: svn://ultimatepp.org/upp/trunk@1732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-12-03 11:14:10 +00:00