b4cb2a0de2
SpkToolbar: Add new pane property "Style". Update appearance editor. Minor refactoring of pane drawing code.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-14 16:13:10 +00:00
812b1db7f8
SpkToolbar: Use new property InactiveTabHeaderFontColor when painting inactive tabs.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5349 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-14 12:05:14 +00:00
36650b5004
spktoolbar: Use application icon in appearance editor. Put preview to the top of the appearance editor.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5348 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-14 11:53:05 +00:00
f5e3227e71
spktoolbar: Improved layout of Appearance editor. Add new tab appearance property .InactiveTabHeaderFontColor.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5347 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-13 23:42:13 +00:00
0c39438e61
SpkToolbar: Remove outdated custom license header in most files and add a modified LGPL license header (with linking exception, according to "license.txt" and http://forum.lazarus.freepascal.org/index.php/topic,13463.msg70814.html#msg70814 )
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-13 19:05:46 +00:00
a7a1a1158c
spkToolbar: Fix appearance fonts not being changeable (undo part of r5073 - High-DPI code for fonts must be put into application, not in component).
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5345 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-13 18:55:17 +00:00
d92ca27508
CalLite: Improve selection of workdays per week; remove support of ALT key.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5344 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-13 11:58:11 +00:00
cf244f31f5
CalLite: Remove unnecessary comments (old commented code). Avoid calling "Draw" outside a paint method (hint by HowardPC).
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5343 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-12 09:25:22 +00:00
479d7fbea9
CalLite: Use binary search in TCalDateList (patch by howardpc). Some cleanup.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5342 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-11 21:52:31 +00:00
a7f21d2f4c
CalLite: Fix streaming of TCalColors
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5341 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-11 21:19:03 +00:00
6fec96e71d
CalLite: Add event OnMonthChange.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5340 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-11 16:45:49 +00:00
a6a39e32de
CalLite: Add MultiSelect support (ctrl: add single date, shift: add date range, alt: add week)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5339 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-11 15:04:34 +00:00
ea7c88cc0e
CalLite: Undo change of the text delimiter of r5336 because it breaks existing code.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-11 09:05:18 +00:00
d724556826
CalLite: Always use DisplayTexts.DelimitedText instead of CommaText.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5337 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-11 08:34:36 +00:00
78680407f8
CalLite: Change delimiter in predefined text lists. Remove memory leak in DrawCell event handler of demo2.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5336 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-10 12:25:01 +00:00
548fd7a97a
CalLite: Add event OnGetDayText to add additional texts to the days of the calendar (e.g. holiday names, birthdays etc).
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5335 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-10 09:56:43 +00:00
0500280dad
CalLite: More logical order of parameters of OnDrawCell and OnHint events. ARect in OnDrawCell is a var parameter now.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5334 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-10 09:18:09 +00:00
17d3179c3d
CalLite: Add Hint support for individual days.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5333 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-10 09:13:03 +00:00
47c73e266c
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5332 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-09 11:04:06 +00:00
de0d021d4d
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5331 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-09 11:03:45 +00:00
b2bf9f90cb
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5330 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-09 11:03:20 +00:00
0c18e2e1f5
Latest version.0.1.28
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5329 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-09 09:33:28 +00:00
b964e60f22
V 0.0.14.0
...
Compiles OK: Win32/64 Linux 32/64 Laz 1.7 fpc 3.1.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5328 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-09 07:37:49 +00:00
5f5b39c621
updatehm Companion to Lazautoupdate component (see wiki page)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5327 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-08 12:52:00 +00:00
480ebaed8b
To 0.1.28
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5326 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-08 12:34:14 +00:00
3d9a5c0e95
Fixed sourceforge download problems
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5325 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-08 12:33:29 +00:00
30626980e7
RxFPC: new property for RxDBGrid - SearchOptions - options for quick search in RxDBGrid
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5324 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-08 08:10:02 +00:00
4d79b47a51
CalLite: Add event OnDrawCell to override complete painting of date cells. Add example of its usage to demo2,
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5323 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-07 14:44:08 +00:00
7d38a1fa62
fpspreadsheet: Improved handling of default cell format in ods.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5322 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-07 13:47:57 +00:00
e36f26bc92
CalLite: Add event OnPrepareCanvas to override day formatting.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5321 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-06 22:29:40 +00:00
4ac2ecd5ec
CalLite: Add colors to demo2. Fix positioning issue for bold TodayRow.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5320 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-06 17:28:04 +00:00
0dd55ed594
fpspreadsheet: Fix conversion of rich-text parameters to html
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5319 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-06 16:07:29 +00:00
53062a527e
fpspreadsheet: Fix detection of common row heights.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5318 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-06 08:37:07 +00:00
5d1c8de578
fpspreadsheet: Fix unit reference error in spreadtestgui.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5317 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-06 08:36:37 +00:00
f0d908f280
fpspreadsheet: Fix SpreadsheetInspector not displaying cell properties and values any more.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5316 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-05 22:02:31 +00:00
eb29f677d7
fpspreadsheet: Improved interpretation of text-position attribute by ods reader (see forum http://forum.lazarus.freepascal.org/index.php/topic,34687.msg227906.html ).
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5315 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-05 16:49:34 +00:00
1d40bd7687
CalLite: Add keyboard support. Some refactoring.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5314 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-04 10:43:52 +00:00
f83799d4a3
CalLite: Add readme.txt. Less hints.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5313 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 23:56:02 +00:00
7ffd37fa20
CalLite: Initial commit
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5312 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 23:42:04 +00:00
63a02c34cb
V 1.1.2
...
Licensing now ModifiedGPL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5311 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 17:20:04 +00:00
83a96c4a1b
V 1.0.4
...
Licensing now ModifiedGPL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5310 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 17:19:37 +00:00
65a2e6ec78
V 0.0.6
...
Licensing now ModifiedGPL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5309 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 17:19:01 +00:00
344e78ffb7
V 0.0.3
...
Licensing now ModifiedGPL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 17:18:34 +00:00
9ad4cd2fd4
V 0.1.27
...
Licensing now ModifiedGPL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5307 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 17:17:51 +00:00
5f6efe8bb8
richmemo: based on the patch by Andrey Korol ( #30618 ), receiving ZoomFactor from widgetset (if hot keys were used to zoom the editor, w/o notifications to LCL). Win32 implementation added.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5306 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 15:25:28 +00:00
936d249789
richmemo: modified patch by Silvio Clécio ( #30852 ). (removed the use of Default() intrinsic, since it's not available in FPC 2.6.4. It's also a responsibility of GetTextAttributes function to fully initialized TFontParams structure).
...
* added SaveRTFFile function to utilities
* modified IDE RTF editor to allow saving a file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5305 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 15:04:42 +00:00
07d34de44c
First Commit. Tested Laz1.7 fpc 3.1.1
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5304 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 14:15:54 +00:00
188e680f94
Added OnClick event. Can be used to toggle Active property.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5303 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 13:26:48 +00:00
4ca7a5e80b
Nov 2016
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5302 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 12:59:44 +00:00
1e7013f67b
Nov 2016
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5301 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-03 12:59:21 +00:00