Commit Graph

38120 Commits

Author SHA1 Message Date
martin
5afba5b0fa PascalScript: updated package to include .inc files
git-svn-id: trunk@39420 -
2012-11-30 14:56:24 +00:00
martin
7b8aeed84b PascalScript: import/adjust-to updates from orig GIT
git-svn-id: trunk@39419 -
2012-11-30 14:53:35 +00:00
martin
9ab7bc2b9d PascalScript: Fix stack align for win 64 bit
git-svn-id: trunk@39418 -
2012-11-30 00:54:54 +00:00
martin
163c92dacf PascalScript: Fix stack align on mac
git-svn-id: trunk@39417 -
2012-11-30 00:21:43 +00:00
martin
194524dfa0 EditorMacroScript: Mac workaround for TPoint
git-svn-id: trunk@39416 -
2012-11-29 21:49:41 +00:00
martin
42d3b7b7fa EditorMacroScript: Mac workaround for TPoint
git-svn-id: trunk@39415 -
2012-11-29 21:48:23 +00:00
martin
7abef66276 EditorMacroScript: Mac workaround for TPoint
git-svn-id: trunk@39414 -
2012-11-29 21:46:23 +00:00
martin
d898d7ef4e EditorMacroScript: Mac workaround for TPoint
git-svn-id: trunk@39413 -
2012-11-29 21:45:33 +00:00
martin
49904b6e13 EditorMacroScript: More tests
git-svn-id: trunk@39412 -
2012-11-29 21:35:42 +00:00
martin
a3df269512 EditorMacroScript: Refactor IFDEF
git-svn-id: trunk@39411 -
2012-11-29 20:57:51 +00:00
martin
7d0bac6415 EditorMacroScript: Fix playing ecUserFirst++ commands (IDE commands)
git-svn-id: trunk@39410 -
2012-11-29 20:57:27 +00:00
martin
9c366ba76c SynEdit: LineOverviewGutter, do not cause overflow error on 64 bit
git-svn-id: trunk@39409 -
2012-11-29 19:16:22 +00:00
martin
7c6520e2ae EditorMacroScript: Refactor / Removed all const param / declared local wrappers for all functions
git-svn-id: trunk@39408 -
2012-11-29 18:43:19 +00:00
martin
2ba03b4e6b EditorMacroScript: More tests
git-svn-id: trunk@39407 -
2012-11-28 23:52:53 +00:00
martin
25da242bb8 EditorMacroScript: Workaround for Mac, prevent using edx in result for TPoint
git-svn-id: trunk@39406 -
2012-11-28 23:00:54 +00:00
juha
5c8670cd8a Designer, SizeCompsDlg: Autocheck radiobutton when entering a value in HeightEdit / WidthEdit. Issue #23398, patch from Alexander Strokach
git-svn-id: trunk@39405 -
2012-11-28 22:00:51 +00:00
martin
e3fb445130 EditorMacroScript: Workaround for Mac, prevent using edx in result for TPoint
git-svn-id: trunk@39404 -
2012-11-28 21:58:00 +00:00
martin
f3f3521292 EditorMacroScript: Workaround for Mac, prevent using edx in result for TPoint
git-svn-id: trunk@39403 -
2012-11-28 21:53:32 +00:00
martin
c2891838cf EditorMacroScript: More tests
git-svn-id: trunk@39402 -
2012-11-28 19:28:04 +00:00
martin
a78197d384 EditorMacroScript: Refactor / More tests
git-svn-id: trunk@39401 -
2012-11-28 18:45:15 +00:00
martin
2f88abd1aa EditorMacroScript: Refactor, add some type safety
git-svn-id: trunk@39400 -
2012-11-28 14:50:03 +00:00
martin
55046c6006 EditorMacroScript: More tests
git-svn-id: trunk@39399 -
2012-11-28 14:25:44 +00:00
ask
3c49f286fb Use source color in OHLC series
git-svn-id: trunk@39398 -
2012-11-28 03:24:28 +00:00
maxim
87f1227012 Examles: added SQLdb tutorial from Reinier Olislagers, bug #23389. It shows:
- how to program for multiple DBs
   - use of DB login form
   - how to programmatically load and save from/to databases

git-svn-id: trunk@39395 -
2012-11-27 22:34:52 +00:00
martin
7bea250603 SynEdit: Fixed , make TAction regard ReadOnly state (Allow CanUndo, CanPaste from app-code, even if read only)
git-svn-id: trunk@39394 -
2012-11-27 16:59:23 +00:00
martin
7804a0b9f1 SynEdit: Fixed , make TAction regard ReadOnly state
git-svn-id: trunk@39391 -
2012-11-27 16:21:10 +00:00
martin
4aa05cbcf0 SynEdit: Fixed do not copy/paste with middle mouse, if SynEdit is readonly. Issue #0023392
git-svn-id: trunk@39390 -
2012-11-27 16:08:54 +00:00
martin
d10b8da5cb SynEdit: LineOverviewGutter, reduce calculations, if not visible
git-svn-id: trunk@39389 -
2012-11-27 15:56:30 +00:00
martin
5226f09ad5 SynEdit: LineOverviewGutter, don't clear paintflag, in async hondler.
git-svn-id: trunk@39388 -
2012-11-27 15:51:46 +00:00
martin
826a633fbe SynEdit: Fix hang on Mac, introduced in 39367 (LineOverviewGutter) App.ScheduleAsync during Resize
git-svn-id: trunk@39387 -
2012-11-27 15:23:59 +00:00
martin
0810a9f599 DBG: initial stub for gdbserver (contributed by marius.maximus) http://forum.lazarus.freepascal.org/index.php/topic,19014.0/topicseen.html
git-svn-id: trunk@39386 -
2012-11-27 01:28:22 +00:00
martin
09bd5f53fe Reverted Revision: 39332
Installer, Win: Improved search for inno and svn. Issue #0023084 Patch by Lucas Martín

git-svn-id: trunk@39382 -
2012-11-26 19:00:29 +00:00
martin
4aefdbe1f1 IDE: Update also FPC source dir note after selecting a compiler. Issue #20771 / see also revision 33860 #1aa5eab515
git-svn-id: trunk@39381 -
2012-11-26 13:25:30 +00:00
ask
4b4bc43074 Update 'multi' demo to use OHLC.DownLinePen
git-svn-id: trunk@39379 -
2012-11-26 07:06:18 +00:00
ask
ab8e758c9b TAChart: Add TOpenHighLowCloseSeries.DownLinePen property
git-svn-id: trunk@39378 -
2012-11-26 07:04:34 +00:00
ask
a7744fadc5 TAChart: Update chart upon changes to interval source properties
git-svn-id: trunk@39377 -
2012-11-26 06:12:23 +00:00
ask
77199d2934 TAChart: Start TDateTimeIntervalChartSource intervals from the beginning of month/year
git-svn-id: trunk@39376 -
2012-11-26 06:01:12 +00:00
martin
885412c1fe Updated gdb location in GDBMI for gdb in mingw\$(TargetCPU)-$(TargetOS)\bin\
git-svn-id: trunk@39375 -
2012-11-26 00:43:03 +00:00
martin
03b7bd795b IDE, Hint: Fix malformated hints, if text has ampersand. or <,... Issue #0023320 Patch by Bart Broersma
git-svn-id: trunk@39374 -
2012-11-25 21:55:42 +00:00
martin
10030c45db SynEdit: Teset for case-insensitive search/replace regex. Issue #0023078
git-svn-id: trunk@39373 -
2012-11-25 20:05:08 +00:00
martin
db1bedfb1f SynEdit: Fixed case-insensitive search/replace regex. Issue #0023078
git-svn-id: trunk@39372 -
2012-11-25 19:45:44 +00:00
zeljko
a1a464b0e2 Gtk2: fixed font color changing on TCheckBox when caption is empty. issue #23373
git-svn-id: trunk@39371 -
2012-11-25 12:16:27 +00:00
blikblum
f1869b2f37 lazreport: save Picture in a local variable. This should produce smaller code
git-svn-id: trunk@39370 -
2012-11-25 01:30:29 +00:00
blikblum
db7093818a lazreport: add option roHideDefaultFilter to hide default filter (.frp). Disabled by default. Remove conditional define used previously
git-svn-id: trunk@39369 -
2012-11-25 01:29:31 +00:00
blikblum
f2da5e3ec8 lazreport: cleanup. remove unused code in TfrPictureView.Draw
git-svn-id: trunk@39368 -
2012-11-25 00:52:46 +00:00
martin
9eebd8fcb5 SynEdit: LineOverviewGutter, fix updating after lines inserted/removed. Issue #0022848
git-svn-id: trunk@39367 -
2012-11-25 00:52:03 +00:00
blikblum
b1e8475e3b lazreport: apply scale when drawing not stretched image. This fixes the size of image in printed report
git-svn-id: trunk@39366 -
2012-11-25 00:47:58 +00:00
blikblum
8d49c04d1f lazreport: fix off by one error in calculation of PictureView size. This avoids unnecessary stretch whew pictureview size = image size
git-svn-id: trunk@39365 -
2012-11-25 00:22:15 +00:00
blikblum
115192fcce lazreport: clip image when it's bigger than picture object and not stretched
git-svn-id: trunk@39364 -
2012-11-24 23:48:09 +00:00
maxim
86369c6525 Translations: Czech IDE translation update by Martin Smat
git-svn-id: trunk@39362 -
2012-11-24 16:12:16 +00:00