blikblum
33ab479866
* Avoid sigsegv when destroying VTEditor
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@616 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-12-07 14:20:42 +00:00
blikblum
f96225429b
* Fix compilation and clean up OLE Demo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@615 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-12-07 14:18:52 +00:00
jesusr
8ca84f58b5
RX: use access class to call protected methods, fix compilation due to lazarus r17564
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@611 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-11-24 16:30:21 +00:00
christian_u
69a8145509
fix the access violation on exit
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@608 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-11-22 20:13:51 +00:00
christian_u
efc79ebb36
- Some fixes to Event Edit Dialog
...
- extra SetLanguage for Week,Month and Dayview to change Language while Program is running
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@603 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-11-10 13:54:49 +00:00
alexs75
5324bbc6fb
try to fix loading TToolBar in Windows Vista
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@602 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-11-06 08:36:09 +00:00
brandysb
c8b07b57d1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@601 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-31 21:18:20 +00:00
eugene1
6741150b9a
added PopupMenu to the ScrollButtons
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@596 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-18 11:10:39 +00:00
eugene1
24627399e9
ScrollToTab-Issue solved
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-17 15:35:14 +00:00
eugene1
ef371ad0d4
ImageList Support, Popup-Properties, ScrollToTab(unstable), LongTabs, fixed some issues
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@592 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-13 16:35:25 +00:00
eugene1
170b2a730f
fixed issues, added events
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@589 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-08 20:15:45 +00:00
jesusr
87fdff01a2
PowerPDF Check In
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@585 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-06 15:02:30 +00:00
eugene1
07b9c83841
fixed TabPosition-change issue
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@582 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-05 17:29:37 +00:00
eugene1
7320cca41f
some fixed issues by Luiz Americo Pereira Camara =)
...
first working TGradTabControl
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@581 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-10-04 23:45:02 +00:00
alexs75
a317af5e6a
ToolBar setup window
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@580 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-30 11:21:55 +00:00
alexs75
d4e8ab5c27
for draw button on ToolPanel used theme service if ToolBarStyle=tbsNative
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@577 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-29 12:11:20 +00:00
blikblum
744eece50d
* Declare DelphiCompat after LCLIntf in uses clause
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@568 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-21 17:35:20 +00:00
alexs75
31f8a1a541
property OnUTF8KeyPress now published
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@563 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-17 11:18:28 +00:00
tomb0
59640eecea
Improved clipping rect handling.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@553 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-11 08:14:25 +00:00
alexs75
b78fd41e93
rewrite code for align button on TToolPanel
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-01 13:30:17 +00:00
eugene1
c469f3a322
fixed glyph display issue and Luiz Americo Pereira Camara
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@534 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-25 13:07:22 +00:00
eugene1
1a7f321de7
improved font handling and updated demo by Luiz Americo Pereira Camara
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@529 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-15 19:28:55 +00:00
eugene1
e8f965bb06
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@528 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-13 06:41:59 +00:00
eugene1
3c3e91c992
GradButtonExample Compilation-Error Solved
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@527 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-13 06:41:30 +00:00
eugene1
92d9a5bf49
initial import of TGradButton and TGradTabControl
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@526 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-10 18:23:45 +00:00
MacPgmr
25a4ed79d5
20080720 release: updated list of controls for DfmToLfm converter.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@510 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-20 20:44:11 +00:00
MacPgmr
9f181dc51d
Release 0.2.0 (20080720): Important update with many bugs fixed and workarounds found.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@509 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-20 20:24:35 +00:00
blikblum
216c8bf089
* Fix compilation with fpc 222 under Linux
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@508 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-06 13:40:05 +00:00
blikblum
4fc41c632f
* Renamed TScrollBarStyle to TVTScrollBarStyle
...
* Fix compilation with fpc222rc1 under win32
* Move the call to SetMapMode to the places where the buffer bitmap is resized
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@507 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-05 10:55:45 +00:00
alexs75
1552b81bc9
if try edit closed TRxMemoryData in error message display TRxMemoryData.Name
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@506 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-05 06:55:49 +00:00
Julianus
8d29e2bcbc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@499 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-29 20:28:07 +00:00
Julianus
041fb415d0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@498 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-29 20:13:54 +00:00
Julianus
0300212c14
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@497 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-29 20:12:52 +00:00
tomb0
24c0de27b9
fixes after bitmap rewrite TBitmap -> TRasterImage
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@494 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-28 14:24:08 +00:00
alexs75
00b3ba15a6
fix create resource from XPM image
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@490 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-24 15:19:56 +00:00
tomb0
4ef7cfd8d1
- fixed after Lazarus bitmap rewrite
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@486 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-21 12:46:05 +00:00
tomb0
e87ec306f4
- fixed Handle deprecation
...
- removed unused units from uses
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@485 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-16 15:01:08 +00:00
jesusr
d59d809574
richview, automatically rebuild as needed, version 0.5.3.0
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@484 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-16 03:00:25 +00:00
jesusr
d9c175bb6e
richview, fixed demo default target
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@483 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-16 02:48:46 +00:00
tomb0
2b43ff98cb
- added CreateFromData constructor
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@482 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-14 11:26:36 +00:00
tomb0
cd26fb9591
- added implementation for Qt
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@481 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-06-13 10:53:58 +00:00
alexs75
3747542709
TToolPanel on TFrame now work
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@457 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-05-31 17:58:24 +00:00
alexs75
d13467856e
draw shadow on button image in TToolPanel
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@456 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-05-26 17:04:27 +00:00
alexs75
1abc2db855
Fix error in TDBComboBox.EditingDone if DataSet = nil
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@455 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-05-26 14:01:11 +00:00
alexs75
87df2fb58e
new version - 2.0.0.136
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@454 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-05-22 17:05:47 +00:00
sekelsenmat
bfef8f4584
Adds epiktimer
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@453 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-05-22 12:20:58 +00:00
alexs75
c5ecd1b28f
In PopUpFormOptions add editor for property Collumns[x].FieldName
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@451 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-05-14 18:28:14 +00:00
vsnijders
df1408e52b
svn component: more verbose exception if svn command fails.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@443 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-28 09:37:16 +00:00
blikblum
d8013165ac
*Remove workaround to LCL bug 11187
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@442 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-27 02:44:46 +00:00
blikblum
3527b17383
* Manual clip nodes with negative target coordinates under Qt. Workaround to LCL bug 11187
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@437 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-23 02:07:10 +00:00
alexs75
a2ed931905
fix error in TRxDBLookupCombo after set value for DataField and LookupSourse.Active=false
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@434 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-21 14:17:43 +00:00
alexs75
ddc5de0ac1
fix compile for last lazarus
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@433 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-19 12:49:00 +00:00
blikblum
7dbf9255af
* Fixes to advanced demo
...
- Fix header draw in advanced header demo
- Reload image lists to better transparency
- Change to borderstyle = bsSingle where appropriate
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@432 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-18 21:15:16 +00:00
alexs75
2c7d207ed5
In TRxDBLookupCombo property DropDownCount now work
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@431 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-18 09:54:37 +00:00
alexs75
2b355e456b
new version of rxpopupunit.pas
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@430 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-18 07:30:22 +00:00
blikblum
7eba9e2d01
* Fix crash under gtk/gtk2/qt in advanced example
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@429 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-18 00:51:27 +00:00
blikblum
f1a883be87
* Add workaround for bug in gtk2 that lead to focus being lost after arrow key is pressed
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@428 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-18 00:50:13 +00:00
alexs75
2b2f2a581a
Cleanup code in TRxDBLookupCombo.Paint
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@427 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-17 19:34:47 +00:00
alexs75
aae8d060c4
In property TRxDBLookupCombo.PopUpFormOptions add field AutoFillColumns. Used in dropdown list.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@424 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-15 20:49:20 +00:00
blikblum
a9e804419f
* Avoid access violation when destroying at design time
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@422 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-13 14:19:07 +00:00
blikblum
fa09cca65a
* Make the target output dir different for each widgetset
...
* Workaround to buggy ScrollWindowEx under Qt and Gtk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@421 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-12 22:07:46 +00:00
blikblum
46fd53ba72
* Fix av when destroying a instance that created a drag manager under qt
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@420 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-04-12 21:45:28 +00:00
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
blikblum
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
alexs75
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
alexs75
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
macpgmr
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
christian_u
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
christian_u
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
macpgmr
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
macpgmr
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
christian_u
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
sekelsenmat
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
alexs75
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
alexs75
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
christian_u
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
christian_u
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
alexs75
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
alexs75
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
christian_u
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
christian_u
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
christian_u
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
christian_u
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
christian_u
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
christian_u
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
christian_u
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
christian_u
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
christian_u
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
alexs75
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
christian_u
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
christian_u
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
christian_u
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
blikblum
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
alexs75
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
alexs75
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
alexs75
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
alexs75
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
alexs75
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
alexs75
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
christian_u
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
christian_u
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
christian_u
ed26831b3c
Added lpr
...
Fixed design a bit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@325 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-13 10:25:01 +00:00
christian_u
9f7887ddc8
Fixed Suspend bug (OnDone is called endless)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@324 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-13 10:11:50 +00:00
blikblum
297f3e8217
* Fixed compilation of ole demo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@309 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-04 11:00:20 +00:00
blikblum
9b31b7f638
* Code cleanup
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-02 20:25:57 +00:00
blikblum
7be94078d0
* Change drag and drop code to adapt to LCL changes
...
* Use TFpList instead of TList
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@307 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-01-02 18:10:02 +00:00
blikblum
b5310c5151
* Fixed inline editor auto size feature
...
* Removed references for TnT components
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@302 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-25 17:15:45 +00:00
blikblum
b14e3dc633
* Fix compilation
...
* Sort mark with transparency
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@301 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-23 16:13:44 +00:00
blikblum
c0ad9cab57
* Remove intf_uses.inc file
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@300 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-23 14:56:03 +00:00
vsnijders
84309985e3
svn classes: fixed getting properties for files with spaces
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@297 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-22 15:29:54 +00:00
christian_u
b8d679e94e
Added Icons from Bee
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@294 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-22 08:09:13 +00:00
christian_u
ce299bdb3a
Changed Icons from Bee
...
Removed Comctrls
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@293 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-22 08:08:16 +00:00
blikblum
3f6e0d1e2a
* Removed unneeded lrs files
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@291 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-16 11:46:33 +00:00
blikblum
0143490fd7
* Implemented draw ghosted images
...
* fix compilation of Advanced demo
* remove some lrs files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@290 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-16 11:42:45 +00:00
tomb0
7f599c8e95
fixed loading, saving and copying as suggested by Jesus Reyes A.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@289 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-12-01 12:19:48 +00:00
jesusr
b24f96de7b
fixes compilation and prepares gtkroutines for gtk post 0.9.24
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@287 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-11-23 07:43:29 +00:00
alexs75
03259ab9d6
add file tooledit.lrs
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@284 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-11-08 20:17:08 +00:00
alexs75
730b082bf0
new editor in RxDBGrid for lookup fields from dataset
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@283 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-11-06 11:15:05 +00:00
alexs75
aaf09b3fb1
minor fix in TRxDBLookupCombo, TRxLookupEdit. New procedure in rxstrutils
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@282 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-30 11:43:24 +00:00
blikblum
d635a63cbb
* Fixed compilation
...
* Work around to scroll problem under Qt
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@281 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-25 19:29:11 +00:00
blikblum
9922c15c55
* Fixed header glitch under gtk
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@280 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-24 23:28:02 +00:00
alexs75
48ee758121
In TCurrencyEdit property BorderSpacing now published
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@279 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-24 09:26:59 +00:00
alexs75
c76f26feea
+ In TRxCustomDBLookupCombo add check for CircularDataLink
...
+ in TRxCustomDBLookupCombo accelerated drawing data
- In TRxCustomDBLookupCombo fix select first record if DataField is emty
+ In RxDBGrid are published missing events from DBGrid
+ New component TRxCalendarGrid - simple calendar without heading.
- fix error compile module rxappicon.pas in Windows for GTK2 (thx ViruZ)
+ add new module rxiconv.pas (original module iconv.pas from A.Voito)
+ minor fix in drawing button caption in setup form TToolbar
+ fix draw disables state for TRxCustomDBLookupCombo
- fix compile rxctrls in fpc 2.2
+ TPopUpColumnTitle used define NEW_STYLE_TITLE_ALIGNMENT_RXDBGRID
+ in RxDBGrid images of markers moved to rxdbgrids.lrs (Petr Smolik)
+ add module for autosort in RxDBGrid exsortzeos.pas for ZeosDB (Petr Smolik)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@276 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-17 10:19:26 +00:00
alexs75
a920685c91
images for new components
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@275 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-17 09:56:16 +00:00
alexs75
87f4d70fb8
new images for components, scripts for compile component images to lazarus resource
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@274 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-17 09:48:13 +00:00
ssamayoa
f1b2e22789
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@273 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-10-03 14:30:38 +00:00
ssamayoa
f8cb554d29
Initial import.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@272 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-29 00:59:44 +00:00
blikblum
d6fdbce0da
* Fixed memory leaks
...
* Code cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@268 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-11 13:10:27 +00:00
blikblum
180090dcea
* Fixed crash in non windows targets
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@267 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-11 11:30:53 +00:00
blikblum
f6bd5278ab
* Added dummy include files and units for carbon/qt/gtk/gtk2
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@265 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-10 01:08:08 +00:00
blikblum
4c0ee502c7
* Moved OLE code to include files
...
* Cleaned defines
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@263 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-09 13:27:06 +00:00
blikblum
e1a93f2c6a
* Added include directories
...
* Removed unnecessary code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@262 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-09 12:26:20 +00:00
blikblum
eb49466d3a
* Use optimal pixel format
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@261 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-06 18:04:49 +00:00
blikblum
c3bc3cc808
* Fix: Selection is not cleared when focus change is not allowed
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@260 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-06 17:41:35 +00:00
blikblum
2a100b7b09
* Fixed System* check buttons
...
* Optmized painting of CheckButtons and TreeButtons
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@259 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-06 11:19:23 +00:00
blikblum
872a08506e
* Added missing files
...
* Fix transparency of node buttons (plus/minus)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-04 15:02:15 +00:00
macpgmr
e043736652
Release 0.17 (20070903): Recent changes to LCL broke Orpheus compilation; this release provides workaround so it can be compiled.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@257 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-04 01:50:14 +00:00
christian_u
4b3d8c0c5e
fixed some things
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@255 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-02 19:13:23 +00:00
christian_u
55d828ec76
Make compatible to actual svn, Mac OSX Compatibility
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@253 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-02 19:04:07 +00:00
tomb0
5d38e0badc
Removed example image.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@252 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-02 17:43:14 +00:00
tomb0
4ee0dd740f
- implementation for Carbon interface
...
- fix compilation after graphics rewrite
- improved example application
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@251 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-02 15:12:14 +00:00
vsnijders
1be18f4bcc
rx: updated to 1.1.5.98
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@250 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-09-01 11:39:17 +00:00
vsnijders
c1d156080c
svn classes: don't call svn proplist to get the properties of an empty file list
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@249 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-31 21:04:08 +00:00
vsnijders
c927a15a50
rx component: fixed compilation with Lazarus trunk as suggested by Marc Weustink
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@248 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-28 22:21:31 +00:00
vsnijders
8a0899c0a1
rx component: added new files from 1.1.4.93 release
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@247 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-28 22:02:24 +00:00
vsnijders
fdc71696d7
rx corx component: updated to version 1.1.4.93
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@246 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-28 21:55:23 +00:00
vsnijders
8e9785fc48
svn classes: fixed bug in reading properties
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@237 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-12 18:04:25 +00:00
vsnijders
84af5e672b
rx: fix memleak
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@235 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-11 21:11:20 +00:00
vsnijders
38fdedb1cc
rx component: updated to version 1.1.3.86 from http://alexs75.narod.ru/fpc/rxfpc/RxFPC.rar
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@234 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-10 22:15:51 +00:00
vsnijders
3b3bbb969c
rx component: fixed compilation with fpc 2.3.1 and lazarus 0.9.23.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@233 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-09 21:53:05 +00:00
vsnijders
a3d4d0d2fd
initial import of the rx component version 1.0.12.38
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@232 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-08-09 21:36:59 +00:00
christian_u
d420a2d542
corrected compilation with latest versions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@230 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-29 16:50:48 +00:00
vsnijders
fd67d975fe
* fixed parsing of multiline properties
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@228 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-28 22:00:46 +00:00
blikblum
0e95629552
* Backported changes done in main svn tree up to svn rev 143 (version 4.5.4)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@223 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-23 14:43:56 +00:00
blikblum
f36c59e625
* Check images are loaded at demand
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@218 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-20 01:17:03 +00:00
blikblum
d5bf30839b
* Replace StrechMaskBlit by BitBlt in XP header painting
...
* Cleanup check images draw code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@211 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-09 13:10:37 +00:00
blikblum
3c652269a1
* Created system images to TBitmap
...
* Removed ConvertImageList
* Removed TVTVCriticalSection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@208 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-06 03:16:27 +00:00
blikblum
87532a5c91
* Check images are now stored as TBitmap instead of TImageList
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@207 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-06 01:33:07 +00:00
blikblum
7c5b6de4f1
* Fixed transparency in System* check images
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@206 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-05 17:20:30 +00:00
blikblum
3fac361565
* Removed StopTimer
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@205 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-05 15:20:33 +00:00
macpgmr
990d5a299f
Release 0.1.6 (20070704):
...
Fix for TO32TCFlexEdit validation;
3 new example programs (TestSpinner, TestSimpField, TestTblEdits);
updated OrphStatus.html notes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@204 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-04 22:17:49 +00:00
macpgmr
08e8c19500
Updated notes after additional testing of gtk2 and qt widgetsets.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@203 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-01 16:48:23 +00:00
blikblum
aa3508f66f
* Updated package description
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@202 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-07-01 01:41:55 +00:00
macpgmr
b6098dba58
Release 0.1.5: Most Orph controls now work with latest Carbon widgetset.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@201 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-30 18:40:18 +00:00
blikblum
dbf7549b0d
* Enabled calling of inherited WMMouseWheel
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@199 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-30 01:22:18 +00:00
blikblum
f1d4319067
* Implemented transparent buttons under win32
...
* Fixed advanced demo compilation in win32
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@196 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-28 02:14:18 +00:00
blikblum
93b437494c
* Fixed cursor after stop the panning window
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@193 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-25 18:17:31 +00:00
blikblum
1eda83ee33
* Fixed paint glitch when resizing
...
* fixed images demo compilation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@185 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-21 21:43:03 +00:00
blikblum
1143b36810
* Enabled ContexMenu/PopupMenu
...
* Code cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@184 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-18 23:21:14 +00:00
blikblum
2b755d51cf
* Fived cursor when using the panning window
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@183 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-18 19:51:36 +00:00
blikblum
3887d4ba32
* Fix compilation using EnableAdvancedGraphics define
...
* Fix objects demo project file
* Remove lcltypes.inc file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@182 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-18 14:57:33 +00:00
macpgmr
1ca9c64f5e
Updated notes following testing with latest 20070615 Laz snapshots.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@181 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-16 21:20:21 +00:00
blikblum
568a2ec9d5
* Fix Node position when expanding a node with a TotalHeight > ClientHeight ehrn header is visible
...
* Publish BorderSpacing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@180 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-14 12:44:16 +00:00
macpgmr
9077a895ca
20070415 revision of XDev Toolkit - initial commit to SVN.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@179 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-08 20:50:29 +00:00
blikblum
35e60b6fc2
* Fixed compilation of Advanced demo in gtk
...
* Fixed compilation with fpc 214 under gtk
* Disabled screen store in hint activation under gtk
* Removed VirtualTrees.DrawTextW
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@177 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-03 15:13:22 +00:00
blikblum
341b29c6dc
* Use TControl.BidiMode property instead of the homebrew
...
* Remove unnecessary assignment of TBitmap.Height to zero
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@176 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-06-03 01:43:26 +00:00
blikblum
26c090ebf4
* Fixed bug when using AddChild to add nodes, that was preventing a node to be selected
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@175 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-30 12:05:35 +00:00
blikblum
02aec68d04
* Fix compilation using UseExternalDragManager undefined
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@174 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-28 19:01:57 +00:00
blikblum
f8fa44c048
* Fix compilation using UseExternalDragManager undefined
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@173 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-28 19:01:37 +00:00
blikblum
9310413daf
* Fix compilation using UseExternalDragManager undefined
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@172 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-28 12:40:08 +00:00
blikblum
5e810ef02b
* Workaround to fpc bug leading to an interface memory leak
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@171 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-26 18:25:42 +00:00
blikblum
197173a5e8
* Started to remove dependency of Windows in advanced demo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@170 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-26 13:09:35 +00:00
blikblum
c81ad25465
* Use Lazarus resources instead of Windows resources
...
* Added script to build resource file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@169 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-26 02:05:17 +00:00
blikblum
9d6a33dbe9
* Added advanced demo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@168 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-24 23:52:34 +00:00
blikblum
1456413285
* Fixed regression: accessing Font would cause a access violation
...
* Fixed compilation of VtHeaderPopup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@167 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-24 12:05:51 +00:00
blikblum
ca1ebaca2b
* Fixed regression: accessing Font would cause a access violation
...
* Fixed compilation of VtHeaderPopup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@166 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-24 12:05:16 +00:00
blikblum
3e832dda5c
* Fixed compilation in 2.1.4
...
* removed Compilers.Inc
* Remoced unused variables and units
* adapted TWriterHack to fpc definition
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@165 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-21 01:10:19 +00:00
blikblum
2411bee5e1
* Skip animation in Gtk due to poor timeGetTime implementation
...
* Dont cancel edit in WMKeydown under gtk1 (LCL bug 8865)
* Cleanup of objects and minimal demos
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@164 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-14 12:18:53 +00:00
blikblum
2843f3cd0c
* Gtk - Draw dotted line using a bitmap brush like win32
...
* Workaround to LCL bug 8823
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@163 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-07 02:20:44 +00:00
blikblum
7e4a4bb440
Fixed ide pixmap files (was causing a crash under gtk)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@157 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-01 12:57:47 +00:00
blikblum
636993e3ff
Added ide icons
...
Removed Register procedure from main unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@156 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-01 01:41:35 +00:00
vsnijders
3b1dfd7245
fpsvnsync: fixed adding new directories (or files) with properties
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@154 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-27 20:31:57 +00:00
macpgmr
74c0b234d6
Version 0.1.4: Workaround for recent Lazarus LCL changes that broke Orpheus compilation.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@152 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-26 12:59:21 +00:00
blikblum
9a6c72fb15
Removed unused FPanningCursor
...
Restore cursor when Panning is stopped
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@150 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-23 20:28:11 +00:00
blikblum
49b4ab00f4
Fixed HeaderSplit and Panning cursors
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@149 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-23 20:23:37 +00:00
blikblum
04b3d1fb7a
Workaround to LCL bug 8626
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@147 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-21 21:08:37 +00:00
blikblum
a7da3fa782
Initial GTK2 support
...
Started workaround to horizontal scrolling bug
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@146 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-21 19:56:33 +00:00
macpgmr
98a3f13377
Updated status notes.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@143 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-08 14:43:49 +00:00
blikblum
213e0cc3b1
Fixed Panning window draw
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@141 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-06 00:57:17 +00:00
blikblum
28313808a3
Started PanningWindow implementation
...
Fixed some resource files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@140 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-04 18:09:47 +00:00
macpgmr
77d87602b6
20070401 release (0.1.3): Fixes TO32FlexEdit tabbing and validation problems on win32 widgetset.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@138 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-01 19:59:51 +00:00
vsnijders
479926d209
svn classes: fixed test
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-30 13:18:56 +00:00
blikblum
2bb98d8d9a
Workaround to LCL bug 8553
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@134 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-22 15:17:42 +00:00
blikblum
fbcb3d0030
isolated threading functions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@133 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-19 17:46:44 +00:00
blikblum
6a072baafc
Workaround to crash under GTK
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@132 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-19 15:02:31 +00:00
blikblum
394413dee2
Added dataarray and images demos
...
Fixed header click when HeaderStates is empty
Depends of lclextensions package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@131 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-18 22:38:02 +00:00
macpgmr
64cde2cf2a
Updated status.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@130 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-18 21:33:12 +00:00
blikblum
ae87723676
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@129 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-17 18:50:48 +00:00
blikblum
825b15d142
Missing code from last commit - Fixed compilation under gtk
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@128 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-15 19:15:51 +00:00
blikblum
4e70efbfe3
Added dummy MMSystem unit to linux/gtk
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@127 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-15 13:12:20 +00:00
blikblum
21bf88d824
added dummy dragmanager unit to gtk
...
fixed compilation under gtk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@126 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-15 12:22:59 +00:00
blikblum
5d6e5c7558
Moved code from lclfunction.inc to DelphiCompat
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@125 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-15 09:49:29 +00:00
blikblum
28532757f9
Cleaned Delphi specific defines
...
Removed dependency from Compilers.inc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@124 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-14 20:25:25 +00:00
blikblum
dd83bd49fe
Finished isolation of WinApi functions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@121 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-07 14:24:30 +00:00
blikblum
48d8f6864c
Started to isolate specific windows functions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@120 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-06 20:33:09 +00:00
blikblum
e7a96e5b6b
Removed direct dependency of ActiveX and OleUtils
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@119 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-06 12:16:42 +00:00
blikblum
553c1325ac
Started to isolate OLE functions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@118 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-05 23:28:47 +00:00
vsnijders
93fd07caa5
added TLogEntry.DisplayDate
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@117 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-05 16:16:17 +00:00
vsnijders
280e661bef
TLogEntry.GetFileList takes an optional parameter BaseDir
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@116 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-05 07:29:39 +00:00
blikblum
7a193d82da
Fixed crash when using ole functions
...
Fixed drawing when using drag and drop
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@115 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-05 01:29:44 +00:00
vsnijders
099366f18b
added TSvnPropInfo.LoadForFiles
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@114 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-04 23:27:28 +00:00
vsnijders
e1c9c30365
added test date for TSvnPropInfo class
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@113 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-04 23:00:54 +00:00
vsnijders
ac626de964
added TSvnPropInfo class to hold svn proplist output
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@112 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-04 22:59:58 +00:00
blikblum
db352a016a
Added ole demo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@111 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-03 14:56:24 +00:00
blikblum
7287d9f1f5
Fixed column position
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@110 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-03 14:48:36 +00:00
christian_u
66a38b30a9
corrected some unit names
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@106 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-02 09:24:51 +00:00
christian_u
6b93ddb7a0
renamed opbitmap units to avoid problems with the original package installed
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@105 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-02 07:30:16 +00:00
christian_u
2948115530
Published StartDrag
...
Fixed some Drag&Drop related stuff
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@104 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-02 06:47:20 +00:00
christian_u
2e04d5fa84
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@103 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-01 21:00:32 +00:00
blikblum
21beb2fec8
Implemented SetTimer/KillTimer
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@102 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-28 21:39:33 +00:00
christian_u
4041d373d1
New version for CCR
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@101 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-27 17:30:59 +00:00
christian_u
13200829e9
Corrected patch by Theo
...
fixes checkboximage issues.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@100 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-27 17:27:59 +00:00
vsnijders
c1e34e90a8
svn: added unit for executing svn commands and capturing the output
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@99 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-27 15:55:11 +00:00
vsnijders
0280be7f26
svnclasses: implemented reading svn log output
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@98 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-27 14:09:02 +00:00
blikblum
aaa1e2cc6a
Implemented column resize
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@97 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-27 13:32:54 +00:00
blikblum
52de3d399d
Started handling of Header messages
...
Made TVTHeaderPopupMenu.Popup virtual
Added wokaround to drawing when scrolling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@91 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-27 01:52:56 +00:00
blikblum
2535b81940
Fixed memory leak (SystemBitmap)
...
Fixed Header Draw when a fixed column exists
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@90 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-27 00:51:19 +00:00
vsnijders
e66f989df8
finished parsing svn info xml
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@89 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-26 23:36:16 +00:00
vsnijders
f62ba9ec2d
started classes to interpreted svn commands
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@88 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-26 23:04:58 +00:00
christian_u
0a4411699c
patch by theo temporarily revert it is problematic on windows
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@87 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-25 21:29:19 +00:00
christian_u
e8515ca089
Patch by Theo for checkbox drawing and xp button style
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@86 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-25 20:18:33 +00:00
christian_u
d5cbd2af14
published DragMode
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@85 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-25 17:37:42 +00:00
christian_u
78a311d958
file case and package fixed
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@84 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-25 10:02:18 +00:00
blikblum
ac1d2e0d17
Fixed header draw
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@83 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-25 01:24:00 +00:00
christian_u
a02764b662
renamed
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@82 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-24 14:29:44 +00:00
christian_u
339046579d
deleting for renaming
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@81 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-24 13:52:56 +00:00
christian_u
2e22880921
patch for horizintal scrolling bug by Theo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@80 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-24 13:46:12 +00:00
blikblum
eca7e1c6e1
Updated log calls
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@79 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-24 00:48:24 +00:00
blikblum
dee17ada0d
Started header implementation
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@78 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-24 00:20:46 +00:00
blikblum
a2f68f3eaf
Added vtbasic demo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@77 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-22 13:09:12 +00:00
blikblum
a82be98ef4
Implemented BorderStyle
...
Fixed editord position while scrolling
Fixed DoubleClick event
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@76 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-22 12:57:35 +00:00
jesusr
ffb8a94c7c
rtfview: version 0.5.2->0.5.3, now it requires lazrichview>=0.5.3
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@75 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-21 18:10:07 +00:00
jesusr
88a1c9d090
richview: internal restructure to easily do descendant components (for example rtfview needs this), version upgrade 0.5.2.3->0.5.3
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@74 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-21 18:06:02 +00:00
jesusr
99f838537c
added: richview 0.5.2.3 component
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@73 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 22:47:04 +00:00
christian_u
1972afaf1c
added resource file
...
used ConvertImageList from unstable Tree
updated some scrolling stuff
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@72 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 21:03:34 +00:00
christian_u
5e87c24957
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@71 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 18:57:22 +00:00
christian_u
abc1c6203f
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@69 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 18:20:07 +00:00
christian_u
1c584a0262
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@68 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 18:17:47 +00:00
christian_u
7feab987a9
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@67 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 18:16:46 +00:00
christian_u
d31574efbf
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@66 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 18:11:50 +00:00
blikblum
aa5df44190
Finished implementation of MapWindowPoints (the interface in win32 compatible now)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@65 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-19 19:30:20 +00:00
blikblum
e607006dd8
Renamed virtualtreview to virtualtreeview-unstable - Finish
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@64 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-19 18:39:10 +00:00
blikblum
cf38e876cc
Renamed virtualtreview to virtualtreeview-unstable
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@63 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-19 18:37:25 +00:00
blikblum
e40928982c
Fixed bug when CreateWnd is called
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@62 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-19 18:27:29 +00:00
blikblum
fab62d9664
Added objects (MVC) demo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@59 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-19 01:16:21 +00:00
blikblum
af76131300
Added resources for check buttons
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@58 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-19 01:04:50 +00:00
blikblum
522da1e090
Fixed drawing problem when using scrollbars or mouse wheel
...
Implemented checkbuttons
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@57 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-19 01:02:31 +00:00
blikblum
4d30d1b397
Import from old repository
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@56 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-17 21:09:58 +00:00
jesusr
b1f0ba6dc2
missing readme for TRTFView component
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@55 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-17 00:13:42 +00:00
jesusr
4039fd171b
initial commit of rtfview component
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@54 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-16 22:55:05 +00:00
macpgmr
b3008eec23
Updated notes with recent Lazarus fix for custom cursors.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@52 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-11 21:43:18 +00:00
macpgmr
ae8aa2ccaa
Release 0.1.2: workarounds for recent Lazarus changes that broke TOvcTable Columns and Rows property editors and recent FPC 2.1.1 change that broke compilation of ovcvlb.pas.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@51 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-05 03:21:13 +00:00
macpgmr
9e709906f5
Updated notes and added example program for TO32FlexEdit.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@50 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-01-28 20:57:21 +00:00
macpgmr
a1f5653217
Updated notes after testing with 20070126 snapshots and latest Qt and Carbon widgetset code.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@49 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-01-27 18:57:45 +00:00
macpgmr
03e814e00a
Updated OrphStatus.html with SVN note.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@46 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-01-16 03:33:51 +00:00
macpgmr
e9369c1b42
Added GTK2 status notes to OrphStatus.html on 20070114.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@45 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-01-16 02:23:56 +00:00
macpgmr
8037f9f23a
20070107 release of Orpheus - initial commit to SVN.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@44 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-01-16 02:17:08 +00:00
tomb0
12ee386f39
Initial import.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@35 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2006-11-03 15:58:07 +00:00