wp_xxyyzz
|
b392d8dabf
|
mbColorLib: Compile demos with -Xg
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5759 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-02-20 17:15:34 +00:00 |
|
wp_xxyyzz
|
65b90e7225
|
mbColorLib: add readme.txt
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5690 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-23 10:17:41 +00:00 |
|
wp_xxyyzz
|
0e59425d39
|
mbColorLib: Set version number to 2.2 for release version.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5689 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-23 09:58:27 +00:00 |
|
wp_xxyyzz
|
2b49b563a1
|
mbColorLib: Restore loading of color palettes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5678 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-18 20:41:59 +00:00 |
|
wp_xxyyzz
|
6b0464cfcf
|
mbColorLib: Fix BColorPicker not updating its gradient when R or G are changed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5609 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-08 17:00:42 +00:00 |
|
wp_xxyyzz
|
c18b3d9808
|
mbColorLib: Scale height of RGB trackbars in OfficeMoreColorsDialog with current dpi.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5601 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-06 18:03:30 +00:00 |
|
wp_xxyyzz
|
8c6e9a9f17
|
mbColorLib: Make OfficeMoreColorsDialog HighDPI-aware.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5600 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-06 17:58:20 +00:00 |
|
wp_xxyyzz
|
69b268fa82
|
mbColorLib: Add locking mechanism for OnChange events. Fix OfficeDlg forgetting selected color if picker type is changed on custom page.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5599 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-06 14:02:14 +00:00 |
|
wp_xxyyzz
|
a8a50d3df3
|
mbColorLib: Rename HSVColorPicker to HSCirclePicker for more consistent naming. Remove its old unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5598 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-05 22:51:02 +00:00 |
|
wp_xxyyzz
|
2f0b4db1c9
|
mbColorLib: Remove LColorPicker and VColorPicker from lib (are replaced by LVColorPicker). Remove two forgotten Delphi dfm files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5597 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-05 22:25:03 +00:00 |
|
wp_xxyyzz
|
b24e7d5d2c
|
mbColorLib: Add property BrightnessMode (Luminance or Value) to most pickers to get consistent usage of luminance of value parameters. Add new LVColorPicker (switchable between Luminance and Value). Office dialog working again (still buggy).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5596 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-05 18:49:22 +00:00 |
|
wp_xxyyzz
|
47c45023ca
|
mbColorLib: Introduce MaxHue, MaxSaturation and MaxLuminance as new properties of OfficeColorDialog.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5585 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-02 11:15:19 +00:00 |
|
wp_xxyyzz
|
fe87aadcd8
|
mColorLib: Refactor mouse coordinates (mx, mxx, mdx etc).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5579 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-02 00:34:45 +00:00 |
|
wp_xxyyzz
|
454f0baf7b
|
mbColorLib: Refactor OnChange events. (NOTE: OfficeColorDialog may hang when switching pickers).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5578 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2017-01-02 00:05:26 +00:00 |
|
wp_xxyyzz
|
75eefda013
|
mbColorLib: Some more layout improvements of demo forms
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5567 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-28 23:38:07 +00:00 |
|
wp_xxyyzz
|
d7894b3808
|
mbColorLib: Improved layout of forms
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5566 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-28 22:35:53 +00:00 |
|
wp_xxyyzz
|
054fd3f9f6
|
mbColorLib: Fix endless change loops between RGB ColorPicker and RGB AxisColorPicker. Add axispickers demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5563 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-24 12:47:07 +00:00 |
|
wp_xxyyzz
|
d6e3ba3a4f
|
mbColorLib: Add TmbDeskPickerAction for more flexible picking of colors from desktop.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5559 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-22 14:46:18 +00:00 |
|
wp_xxyyzz
|
77f9d53a72
|
mbColorLib: Fix mouse color tracking of CIEL/A/B pickers in Linux.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5554 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-21 18:50:20 +00:00 |
|
wp_xxyyzz
|
b582b0b78e
|
mbColorLib: Fix mismatch of picked vs displayed color in HSColorTracker (Linux issue)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5553 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-21 13:06:28 +00:00 |
|
wp_xxyyzz
|
e134fd7bbe
|
mbColorLib: Fix GetColorAtPoint in Linux for R/G/B AxisColorPickers.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5552 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-20 22:42:41 +00:00 |
|
wp_xxyyzz
|
db5064590a
|
mbColorLib: Fix painting issues of TmbColorPicker descendents in Linux.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5551 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-20 22:28:49 +00:00 |
|
wp_xxyyzz
|
69886645c6
|
mbColorLib: Fix painting issues of TmbTrackbarPicker-descendents in Linux (did not paint at all).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5550 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-20 22:00:42 +00:00 |
|
wp_xxyyzz
|
f00577f5f4
|
mbColorLib: Delphi support removed. Change version number to 2.1 (standard even/odd numbering scheme).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5549 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-20 15:41:10 +00:00 |
|
wp_xxyyzz
|
8e3f2972ae
|
mbColorLib: Delete *.dcr files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5548 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-20 00:03:32 +00:00 |
|
wp_xxyyzz
|
931211381c
|
mbColorLib: Beginning to remove Delphi support. Cleanup.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5547 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-20 00:01:53 +00:00 |
|
wp_xxyyzz
|
6b7ac652ec
|
mbColorLib: Fix mouse wheel events of TmbTrackbar descendents being shown in Object Inspector as not assigned.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5546 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-19 23:28:29 +00:00 |
|
wp_xxyyzz
|
32710fa5af
|
mbColorLib: Fix keyboard handling of all colorLib components (arrow keys stay within control and don't focus next control any more).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5541 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-19 21:36:01 +00:00 |
|
wp_xxyyzz
|
c75b85e42a
|
mbColorLib: All HSV/HSL controls have a property for MaxHue/MaxSaturation/MaxValue (MaxLuminance). Some refactoring avoiding duplicate storage of H, S, L (V) in the complex pickers.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5540 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-19 16:38:29 +00:00 |
|
wp_xxyyzz
|
8763264447
|
mbColorLib: Beginning to add MaxHue, MaxSaturation and MaxValue properties to HSV ColorPickers
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5535 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-17 21:35:57 +00:00 |
|
wp_xxyyzz
|
c6f55f0fd1
|
mbColorLib: Remove hardcoded font from OfficeMoreColorsDialog. Fix TabOrder in OfficeMoreColorsDialogs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5531 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 22:18:09 +00:00 |
|
wp_xxyyzz
|
8f25373d20
|
mbColorLib: Fix painting of info node of ColorTree
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5524 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 21:26:46 +00:00 |
|
wp_xxyyzz
|
b29d878e22
|
mbColorLib: Fix incorrect background painting of some controls (lost in one of previous commits).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5522 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 21:14:22 +00:00 |
|
wp_xxyyzz
|
de18ef6bad
|
mbColorLib: Fix hints not appearing after re-entry of ColorPalette and HexaColorPicker
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5520 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 18:47:15 +00:00 |
|
wp_xxyyzz
|
90314c0876
|
mbColorLib: Redo hints
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5519 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 18:42:32 +00:00 |
|
wp_xxyyzz
|
f2809fba90
|
mbColorLib: one test forgotten in prev commit...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 15:04:18 +00:00 |
|
wp_xxyyzz
|
0563e04bea
|
mbColorLib: Make sure that Enabled of all properties is working. Minor refatoring of mbColorPalette(Use LCL methods instead of message handlers).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5517 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 14:51:45 +00:00 |
|
wp_xxyyzz
|
8baa12ec3b
|
mbColorLib: Fix painting issues of mbColorPalette
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5516 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 14:22:33 +00:00 |
|
wp_xxyyzz
|
78c00d2240
|
mbColorLib: Fix keyboard handling of HexaColorPicker
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5513 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-16 09:13:01 +00:00 |
|
wp_xxyyzz
|
32ba00392a
|
mbColorLib: Fix MouseWheel in HexaColorPicker
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5511 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-15 23:41:44 +00:00 |
|
wp_xxyyzz
|
8b7b1a7469
|
mbColorLib: Fix flickering and other painting issues of HexaColorPicker
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5510 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-15 23:26:03 +00:00 |
|
wp_xxyyzz
|
2c43f4222c
|
mbColorLib: Apply standard code formatting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5503 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-15 11:27:12 +00:00 |
|
wp_xxyyzz
|
b956e84c19
|
mbColorLib: Rename internal FGradientBmp to FBufferBmp
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5501 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-15 09:05:53 +00:00 |
|
wp_xxyyzz
|
56708190ca
|
mbColorLib: Improved highlighting of selected combs in HexaColorPicker.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5484 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-14 11:06:20 +00:00 |
|
wp_xxyyzz
|
524a3881c6
|
mbColorLib: Fix DeskPickerButton.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5483 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-14 10:35:17 +00:00 |
|
wp_xxyyzz
|
d68a23ef91
|
mbColorLib: Add HSLRingPicker and RGBColorPickers to OfficeMoreColorsDialog, fix hints in OfficeMoreColorsDialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-13 22:51:29 +00:00 |
|
wp_xxyyzz
|
76f6fe2f20
|
mbColorLib: Add SHL picker to and permanently display HSL edits in OfficeMoreColorsDialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5474 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-13 16:36:12 +00:00 |
|
wp_xxyyzz
|
d92495fe69
|
mvColorLib: Improved fix layout glitches in OfficeMoreColorsDialog, activate rgb/hsl edit's OnChange event handlers.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5468 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-13 11:30:41 +00:00 |
|
wp_xxyyzz
|
5795461441
|
mbColorLib: Fix painting of transparent background
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5467 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-13 09:59:28 +00:00 |
|
wp_xxyyzz
|
b1e17ff8fd
|
mbColorLib: Fix drawing of ColorTree nodes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5465 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-12-12 22:44:58 +00:00 |
|