joost
|
566610a9ba
|
FpDebug: Cleanup of several issues introduced in r63899 #539c1f9a2b, in which a lot more was committed then planned. Among others utility functions to allow calling functions with parameters. The ability to set the value of (regvar) variables and some minor bug-fixes. As part of the parameter-support, addresses located in a register are not immediately read and converted to constants anymore. But the location of the actual register is stored. This might have unforeseen side-effects
git-svn-id: trunk@63900 -
|
2020-09-20 21:52:48 +00:00 |
|
joost
|
539c1f9a2b
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
git-svn-id: trunk@63899 -
|
2020-09-20 19:21:53 +00:00 |
|
wp
|
90afc72ac7
|
LCL: Fix TRadiogroup firing OnEnter/OnExit events when its ItemIndex changes. New events OnItemEnter/OnItemExit. Issue #37768.
git-svn-id: trunk@63898 -
|
2020-09-20 17:06:17 +00:00 |
|
juha
|
a3272084cf
|
LCL-GTK2: Improve setting a shaped form. Issue #30385, patch from Anton Kavalenka.
git-svn-id: trunk@63897 -
|
2020-09-20 09:56:39 +00:00 |
|
juha
|
2e27713e66
|
LCL-GTK3: Improve menu position and RadioItems. Issue #37740, patch from Anton Kavalenka.
git-svn-id: trunk@63896 -
|
2020-09-20 09:56:38 +00:00 |
|
juha
|
f9814634a0
|
Packager: Assert that TPackageEditorForm.TraverseSettings really is obsolete.
git-svn-id: trunk@63895 -
|
2020-09-20 09:56:33 +00:00 |
|
jesus
|
2fdd890e2c
|
LazReport: missing deploy.bat script
git-svn-id: trunk@63894 -
|
2020-09-19 19:24:15 +00:00 |
|
martin
|
7b179bcf72
|
SourceEditor, PascalScriptMacro: Add property LinesCount. Issue #37778 Patch by Domingo Galmés
git-svn-id: trunk@63893 -
|
2020-09-19 18:24:26 +00:00 |
|
jesus
|
cb166633f6
|
LazReport: Support for nogui-cgi or otherwise console and web applications.
git-svn-id: trunk@63892 -
|
2020-09-19 17:56:34 +00:00 |
|
jesus
|
58d2132e5c
|
LazReport: Implements other way of dealing with reports that print to specific printer but end using the virtual printer. This catch paper found in predefined list of papers which previous patch didn't.
git-svn-id: trunk@63891 -
|
2020-09-19 07:27:40 +00:00 |
|
maxim
|
4a751eaae5
|
JCF2: moved all resource strings to jcfuiconsts.pas, merged translations accordingly
git-svn-id: trunk@63890 -
|
2020-09-18 23:17:25 +00:00 |
|
jesus
|
cf154ced76
|
LazReport, Fix paper units when a report who use a installed printer have to use the virtual printer.
git-svn-id: trunk@63889 -
|
2020-09-18 16:08:27 +00:00 |
|
juha
|
54661a2a36
|
LCL: Fix changing TForm's bounds and WindowState etc. Issue #36127, patch from Joeny Ang.
git-svn-id: trunk@63888 -
|
2020-09-18 09:33:43 +00:00 |
|
martin
|
b3cbbc6218
|
FpDebug: tests
git-svn-id: trunk@63886 -
|
2020-09-17 23:04:20 +00:00 |
|
martin
|
47bbc252d8
|
FpDebug: Fix QuoteText
git-svn-id: trunk@63885 -
|
2020-09-17 23:04:18 +00:00 |
|
wp
|
b842bf6451
|
TAChart: Fix DataPoint tools not finding stacked TBarSeries values.
git-svn-id: trunk@63884 -
|
2020-09-17 10:41:14 +00:00 |
|
martin
|
1be98b28e2
|
SynEdit: add eoAcceptDragDropEditing / keep state from OnDragOver if eoAcceptDragDropEditing is NOT set. Issue #37724
git-svn-id: trunk@63883 -
|
2020-09-14 12:47:50 +00:00 |
|
juha
|
09aece8f24
|
Revert r63842 #475bc75d3e because of a regression. Issue #37732.
git-svn-id: trunk@63882 -
|
2020-09-11 18:01:55 +00:00 |
|
juha
|
f7701ffbe4
|
Jedi Code Format: Fix compilation with FPC 3.0.4. Issue #37734, patch from BrunoK.
git-svn-id: trunk@63881 -
|
2020-09-11 15:27:25 +00:00 |
|
juha
|
5b2352d8a1
|
Jedi Code Format: Support "public" keyword in advanced records. Issue #37731, patch from Domingo Galmés.
git-svn-id: trunk@63880 -
|
2020-09-11 06:59:25 +00:00 |
|
juha
|
9b23c4ca34
|
Jedi Code Format: Add support for directive {$include %XXX%}. Issue #37730, patch from Domingo Galmés.
git-svn-id: trunk@63879 -
|
2020-09-11 06:59:23 +00:00 |
|
jesus
|
3131bdc11f
|
LazReport: crosstab: more mem leaks.
git-svn-id: trunk@63878 -
|
2020-09-11 06:47:04 +00:00 |
|
jesus
|
84dd5c3fd0
|
LazReport: Fix crosstab mem leaks.
git-svn-id: trunk@63877 -
|
2020-09-11 04:50:19 +00:00 |
|
wp
|
5c23fb28b5
|
TAChart: Avoid crash of TChartListbox when listbox is re-populated after unchecking an item.
git-svn-id: trunk@63876 -
|
2020-09-09 21:55:04 +00:00 |
|
mattias
|
061ab171ab
|
lazbuild: clean up
git-svn-id: trunk@63875 -
|
2020-09-09 11:41:24 +00:00 |
|
juha
|
2f35763ff4
|
LCL-GTK3: Implement Button.OnClick handler. Fix Tab behavior. Issue #37718, patch from Anton Kavalenka.
git-svn-id: trunk@63874 -
|
2020-09-08 14:37:01 +00:00 |
|
juha
|
4c7fde32e9
|
Jedi Code Format: Delete unused units.
git-svn-id: trunk@63873 -
|
2020-09-07 09:27:58 +00:00 |
|
juha
|
18cf55d8a9
|
Jedi Code Format: Improve formatting of a text selection in .inc files. Issue #37705, patch from Domingo Galmés.
git-svn-id: trunk@63872 -
|
2020-09-07 08:46:53 +00:00 |
|
dmitry
|
6910915e33
|
cocoa: avoid using LayoutManager while measuring text for a better performance.
git-svn-id: trunk@63871 -
|
2020-09-07 04:03:49 +00:00 |
|
dmitry
|
c8f3c6f723
|
cocoa: replacing the setting of nil color to controlTextColor to prevent crashes on MacOSX 10.6
git-svn-id: trunk@63870 -
|
2020-09-07 00:14:53 +00:00 |
|
jesus
|
a1dc800a66
|
LazReport: Find dataset when TFrReport has no owner.
git-svn-id: trunk@63869 -
|
2020-09-06 05:28:18 +00:00 |
|
dmitry
|
796f05d611
|
cocoa: fix compilation for fpc 3.0.4
git-svn-id: trunk@63868 -
|
2020-09-05 19:12:43 +00:00 |
|
zoran
|
959c6b9cd3
|
DateTimePicker: Add comments which describe options
git-svn-id: trunk@63867 -
|
2020-09-05 08:29:10 +00:00 |
|
martin
|
03920381a6
|
FpDebugger: amend address/line for exceptions (addr was line after caller)
git-svn-id: trunk@63866 -
|
2020-09-05 00:14:38 +00:00 |
|
michael
|
524b0c28ed
|
* Patch from Sven Barth to include lazdaemonapp unit to enable streaming (bug ID #37700)
git-svn-id: trunk@63865 -
|
2020-09-04 13:51:07 +00:00 |
|
michael
|
ca33492279
|
* Set clean dirs service doAllowStop option, patch from Sven Barth, bug ID #37699
git-svn-id: trunk@63864 -
|
2020-09-04 13:49:01 +00:00 |
|
martin
|
fb4e9603c0
|
FpDebug: Ensure the array for the worker-thread and the main-thread are each unique. Fix occasional search misses. / Small refactor
git-svn-id: trunk@63863 -
|
2020-09-03 16:32:29 +00:00 |
|
martin
|
1a08e0ba34
|
FpDebug: Fix Step-Into - sometimes would step before the end of statement. This happened if a nested call was single step, and a "ret" statement encountered. The "ret" (in the nested) was attributed to the outer code, wrongly indicating the command "stepped out".
git-svn-id: trunk@63862 -
|
2020-09-03 16:32:27 +00:00 |
|
martin
|
c5e7f1e250
|
lazcollections: TLazThreadedQueue refactor into threaded/none-threaded part
git-svn-id: trunk@63861 -
|
2020-09-03 08:21:02 +00:00 |
|
martin
|
144fb11c00
|
lazcollections: TLazThreadedQueue fix ShutDown
git-svn-id: trunk@63860 -
|
2020-09-03 08:21:00 +00:00 |
|
zoran
|
1f21de2207
|
DateTimePicker: code cleanup
git-svn-id: trunk@63859 -
|
2020-09-02 22:11:36 +00:00 |
|
zoran
|
c6843099e5
|
DateTimePicker - refactoring
git-svn-id: trunk@63858 -
|
2020-09-01 22:14:39 +00:00 |
|
wp
|
b4cc95fc28
|
LCL: Fix inability to resize the height of a TCombobox having style csSimple at designtime in order to show the item listbox. Issue #37679. Patch by mgr.inz.Player.
git-svn-id: trunk@63857 -
|
2020-09-01 13:41:11 +00:00 |
|
wp
|
afa0f73049
|
LCL: Fix unchangeable Combobox.DropDownCount when Style = csDropDownList. Issue #37670.
git-svn-id: trunk@63856 -
|
2020-09-01 10:35:55 +00:00 |
|
maxim
|
087020bee2
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #37667
git-svn-id: trunk@63855 -
|
2020-08-31 22:37:04 +00:00 |
|
maxim
|
063c664c39
|
JCF2: removed unused resource string
git-svn-id: trunk@63854 -
|
2020-08-31 22:22:53 +00:00 |
|
juha
|
ef45d65900
|
JediCodeFormat: Use Ctrl-D shortcut for selection and whole unit. Copy right amount of whitespace into selection. Cleanup. Issue #37652, patch from Domingo Galmés.
git-svn-id: trunk@63853 -
|
2020-08-31 19:35:01 +00:00 |
|
juha
|
e0b2abcbe7
|
JediCodeFormat: Clean out Delphi support from our fork. Delphi users get JCF from SourceForge.
git-svn-id: trunk@63852 -
|
2020-08-31 09:02:33 +00:00 |
|
juha
|
6d45177b97
|
JediCodeFormat: Improve formatting of selection on Unix systems.
git-svn-id: trunk@63851 -
|
2020-08-31 09:02:27 +00:00 |
|
juha
|
eff8a039ba
|
JediCodeFormat: Add option to format only selected text. Issue #37652, patch from Domingo Galmés.
git-svn-id: trunk@63850 -
|
2020-08-31 07:10:22 +00:00 |
|