Commit Graph

377 Commits

Author SHA1 Message Date
c42a0a1751 * Fix draw glitch when using animated toggle
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@419 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-12 19:02:31 +00:00
a1db697566 * Fix a draw glitch when using a rounded rect selection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@418 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-12 18:33:34 +00:00
c79dac2aa1 * Fix header drag image paint
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@417 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-12 15:23:12 +00:00
2fc903ef44 * Fix scanline calculation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@416 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-12 10:54:05 +00:00
b92338853e * Fix selection rectangle draw when header is visible
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@415 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-12 10:23:51 +00:00
efee47543f * Initializes check images when toCheckSupport option is set
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@414 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-12 00:36:13 +00:00
881de4fd3a * Fix scrolling position when navigating with the arrow keys
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@413 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-10 04:15:34 +00:00
40fa686aa4 * Fixed compilation and cleaned the demos applications
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@412 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-10 03:06:03 +00:00
4c622efc11 * Fixed drawing when header height is bigger than node height.
* Fix drawing with fixed columns

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@411 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-10 03:04:40 +00:00
016163dc64 * Pass parameters as reference where possible
* Comment and clear all points where header offset is take into account

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@410 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-08 14:00:00 +00:00
6c6bdbe86a * Fix drawing trees with more nodes than 2000 nodes (CacheThreshold) by moving the header offset adjust from GetNodeAt to GetHitTestInfo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@406 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-06 16:06:13 +00:00
03ad773153 * Fix GetNodeAt when header is visible
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@405 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-06 13:39:04 +00:00
ad5806519e * Renamed copy and paste messages to match recent LCL changes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@388 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-26 02:11:11 +00:00
2e98ee47a3 replace message LM_PASTEFROMCLIP to LM_PASTE and etc...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@382 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-20 08:59:49 +00:00
08c7a1f3a5 change records to packed records
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@381 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-17 17:04:56 +00:00
bba8f3d864 Release 0.1.9 (20080316): Recent changes to LCL broke Orpheus compilation. This release can now be compiled.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@380 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-16 23:01:04 +00:00
9543a52367 - fixed some Memory Leaks
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@375 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-10 14:42:14 +00:00
a713a91bd9 Renamed LM_*TOCLIP and LM_*FROMCLIP according to the new LCL defines
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@371 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-05 10:08:39 +00:00
e08f7104d0 20080301 release: Minor adjustments to converters; expanded notes to help users who are new to Lazarus.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@366 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-02 20:26:09 +00:00
aa59048ed7 Release 0.1.8 (20080301): Recent changes to LCL broke all Orpheus property editors and test apps; this release fixes those problems.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@365 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-02 19:11:02 +00:00
6cc8ac045d maked ActiveEvent writeable
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@363 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-29 21:39:52 +00:00
4f04afdb1c Initial commit of fpspreadsheet.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@362 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-24 13:18:34 +00:00
68a637e733 fix error with empty sring in TRxDateEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@358 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-22 09:41:18 +00:00
9c08448885 + TDBDateEdit inherited from TRxDateEdit, for old style use DBDateEdit_OLD compiller directive
(see rx.inc). 
  + In RxDBGrid property FixedHotColor now published


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-21 11:51:39 +00:00
56479a1b4b - reverted canvas utils
- corrected dismiss of repeated events

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-21 11:50:30 +00:00
fd643c44c7 changed standard bk color of alarm dlg
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@355 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-20 21:13:06 +00:00
7ea09c8293 + new procedure in module dbutils - FillValueForField
+ editor for property TRxColumnFooter.FieldName


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@354 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-19 15:55:07 +00:00
2306ec28fd TRxSpeedButton and TRxClock
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@353 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-18 07:52:11 +00:00
b8a3e18a72 more working on the dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@351 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-13 00:13:01 +00:00
125389bf37 reworked alarm notification dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-12 06:51:55 +00:00
75305bbd3c first try to make the components unicode aware on win
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@349 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-11 01:09:19 +00:00
160abc712d some small fixes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@348 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-10 19:17:45 +00:00
e5b5a76b68 aaddet forgotten lrs files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@347 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-08 15:36:48 +00:00
d9e7625cf7 fixed some dialogs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-08 15:07:26 +00:00
946b2b11c4 cleaner message handling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@345 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-07 23:08:26 +00:00
07ffdaab39 try to fix some problems with vpdayview
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@344 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-07 16:22:04 +00:00
ee3296a1cd Event editor reworked
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@343 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-05 23:55:30 +00:00
69c418ad78 fix draw column title in RxDBGrid, publishing property Text in TRxDateEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@342 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-05 11:26:11 +00:00
d43ab07cd5 Deleted wrong commited files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@339 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 13:42:28 +00:00
c1641e380d Initial import
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 12:05:55 +00:00
9056129a0b Initial import
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@337 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 11:54:28 +00:00
1635eb7b77 * Correctly set scroll page size
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@335 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 01:17:52 +00:00
9365ca1df5 + New component - TRxDateEdit
+ In RxDBGrid create editor for field with type ftDate, ftDateTime - based on TRxDateEdit
    (see Demos/RxDBGrid)
  - minor fix in filter combobox in RxDBGrid for GTK and GTK2


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@334 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-31 13:23:03 +00:00
dc54158a3e fix compile with lazarus v0.9.25 r13922M
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@333 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-30 12:52:56 +00:00
b46d30d9bb cancel button for close popup calendar for TRxDateEdit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@332 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-29 18:17:55 +00:00
53d593d66d TRxDateEdit in linux (gtk2)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@331 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-29 00:13:44 +00:00
b1ecbb3004 minor fix in RxDBGrid and TRxDBLookupCombo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@330 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-28 20:37:35 +00:00
a559cb6c4a - Fix error in TRxLookupEdit
+ In RxDBGrid published new property from DBGrid


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@329 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-28 05:21:43 +00:00
54d663b3da - Increased release build
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@328 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-26 20:03:08 +00:00
26824d4a01 removed-Facthreads from package
maked 64 bit compatible


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@326 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-17 19:21:36 +00:00