Commit Graph

6736 Commits

Author SHA1 Message Date
b4449bd3f0 this file is required for producing pascal output
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@386 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-25 08:24:19 +00:00
a7ed40c8ee an update
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@385 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-25 08:19:15 +00:00
8743c9552c an update
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@384 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-25 08:18:55 +00:00
d2181a25d4 more update
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@383 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-25 08:17:24 +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
5011d22782 Improves method adding mechanism.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@379 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-14 01:40:16 +00:00
14130ff8dd Improves the controller of the statusitem example to be a separate objective-c class.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@378 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-14 01:05:09 +00:00
43d2119108 Improves controller of the statusitem example.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@377 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-12 01:29:11 +00:00
d3b0c99a9c Adds automatic closing when last window closes to statusitem example.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@376 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-11 23:52:48 +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
bf11da047e Improves the status item example.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@374 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-10 11:51:50 +00:00
6308ce38ab The statusitem example now works. Adds NSImage.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@373 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-10 11:01:03 +00:00
b839964d8e Improves the statusitem example.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@372 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-07 11:33:19 +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
b0eb94ed80 Adds objective-c parser from Skalogryz.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@370 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-04 23:34:41 +00:00
0a3f2310db Adds status item example.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@369 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-04 09:19:17 +00:00
958baedc78 Many improvements to the examples and Cocoa bindings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@368 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-04 09:16:58 +00:00
8268740b2a Small improvements to objc 1.0 bindings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@367 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-04 09:15:57 +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
edb6551236 Adds the capability to add subviews and adds initial NSTextField and NSStatusBar / NSStatusItem.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@364 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-03-02 02:17:37 +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
a736e0a50d Fixes compilation.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@361 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-24 13:01:05 +00:00
2c2496f08c Adds very initial conversions of various classes for NSStatusItem and NSButton support.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@360 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-24 13:00:13 +00:00
7765a88ee8 Improves the structure of the Cocoa bindings and merges the include files to have only one per .h header.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@359 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-22 22:39:15 +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
e0fa0aa096 Added objective-c and Cocoa bindings to Pascal
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@352 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-17 07:38:48 +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
a44a9bb9b4 Added TLabel.Create to c bindings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@341 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 16:01:04 +00:00
d2a6c32d49 Added initial lcl binding for external languages.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@340 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-03 15:09:24 +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