Martin
048aa12384
IDE: Move units to IdeDebugger package.
2023-01-26 18:26:31 +01:00
Martin
2972581f05
IDE: Move some units to IdeConf package.
2023-01-26 14:47:42 +01:00
Martin
448bb20ba6
FpDebug: Refactor TBreakLocationMap, so that "OrigValue" is no longer exposed. Move some functionality from TProcess to TBreakLocationMap.
2023-01-25 20:54:59 +01:00
Martin
2a67f6ec76
Renamed LazarusCommonStrConst to IdeIntfStrConsts
2023-01-25 16:51:48 +01:00
Martin
80ef1fb668
FpDebug: Testcases, increase some timeouts
2023-01-24 18:03:16 +01:00
Martin
ad9a460928
FpDebug, Linux: Improve stepping over breakpoint.
...
When the signal for a newly launched thread was received while the single-step was still in progress, then "RestoreTempBreakInstructionCodes" failed (as the thread was still running), and the breakpoint (int3) ended up missing (no longer stopping at the breakpoint).
2023-01-24 18:03:16 +01:00
wp_xyz
4650dfa54a
fpvectorial: Fix compilation if USE_LCL_CANVAS is not defined.
2023-01-24 13:40:06 +01:00
wp_xyz
1b3379213d
fpvectorial: Fix doubling of rounded rectangle corner radius after svg reading.
2023-01-23 23:29:17 +01:00
wp_xyz
cd60db2407
fpvectorial: Fix misplaced rounded rectangle painted on canvas.
2023-01-23 23:17:01 +01:00
wp_xyz
f26def2c25
fpvectorial/visualtest: Fix usage of image directory in macOS.
2023-01-23 20:00:42 +01:00
wp_xyz
ebcffd6ca1
fpvectorial: Fix writing of rotated rectangles and ellipses to wmf. Fix corners of rotated rounded rectangles.
2023-01-23 19:07:51 +01:00
wp_xyz
03193dbf6d
fpvectorial: Cleanup. Some additional comments.
2023-01-23 17:01:35 +01:00
wp_xyz
6fcd0a3784
fpvectorial: Fix some bugs in wmf writer. TvPage.CalculateDocumentSize does not change TvPage.Width and .Height any more.
2023-01-22 17:31:27 +01:00
mattias
9cc1d1622d
datetimectrls: added convenient TDateTimeHidePart
2023-01-22 14:26:21 +01:00
Maxim Ganetsky
30249915fc
IDE: regenerated translations and updated Russian translation
2023-01-22 03:22:25 +03:00
Maxim Ganetsky
194b2acc39
IDE: fixed 'Apply' button i18n in Dependency Graph Options dialog
2023-01-22 03:22:25 +03:00
Maxim Ganetsky
a5625f3c5e
ExternHelp: Updated help URLs for Windows, PostgreSQL, and GTK2. Patch by Don Siders, issue #40096 .
2023-01-22 02:48:02 +03:00
wp_xyz
f27a9ad86f
fpvectorial: Improvements in visualtests, wmf format.
2023-01-22 00:36:56 +01:00
Juha
9b0f2fd0fd
ExamplesWindow: Improve moving focus to EditSearch control. Issue #40095 , patch by dbannon.
2023-01-21 22:50:04 +02:00
wp_xyz
a3e63f4fa4
fpvectorial: Fix rendering of wmf files in visualtest application.
2023-01-21 13:48:46 +01:00
Martin
dd4626b9ea
FpDebug: better detection of prologue in Win-SEH finally handler. (fix step into finally for fpc > 3.3.1)
2023-01-21 12:26:52 +01:00
dsiders
6fa902b4ff
Docs: LazControls/spinex. Corrects inaccurate/incomplete content in the TSpinEditBaseEx.Orientation topic.
2023-01-21 06:09:12 +00:00
dsiders
4c13ea4bdc
Docs: LazControls/spinex. Adds TSpinEditExBase, TSpinEditEx, and TFloatSpinEditEx
...
topics for changes in 117df60b
.
2023-01-21 00:43:35 +00:00
wp_xyz
1d5178fc7b
fpvectorial: Classification the visualtest results as "pass"/"fail".
2023-01-20 23:46:29 +01:00
wp_xyz
117df60bf4
T(Float)SpinEditEx: Add property Orientation for horizontal arrangement of spin buttons.
2023-01-20 22:11:06 +01:00
wp_xyz
61618c1b9f
Images: Improved images (adjusted green tone, improved "close", "run without debugger" and "reset debugger"). By Roland Hahn.
2023-01-20 16:06:20 +01:00
wp_xyz
04bac79cc7
fpvectorial: Support winding rules for non-gradient polygon fills.
2023-01-20 13:22:03 +01:00
wp_xyz
89b047a06c
fpvectorial: Fix rendering of radial gradients
2023-01-20 00:54:00 +01:00
wp_xyz
e4e48d6ab8
fpvectorial: Some explanatory comments.
2023-01-20 00:05:23 +01:00
wp_xyz
502ddd5d42
fpvectorial: Fix rotation of shapes. Add rotation tests to visualtests.
2023-01-19 23:49:40 +01:00
wp_xyz
803d10d016
Images: Two reworked icons by Roland Hahn (debugger current line, restriction browser)
2023-01-18 18:49:45 +01:00
mattias
4c53c90895
codetools: test CheckLFM: parse unitname
2023-01-18 10:00:42 +01:00
dsiders
112a42d2d3
Docs: LCL/comctrls. Adds content for Heigh, Left, Top, and Width topics in TTabSheet.
2023-01-18 04:27:12 +00:00
wp_xyz
b05560e6e5
fpvectorial: Add 2-lines-text test to visual tests.
2023-01-18 00:18:46 +01:00
wp_xyz
020d5d64ad
fpvectorial: Fix text position when rendering svg files.
2023-01-18 00:15:55 +01:00
mattias
2db4892771
codetools: lfmtree: parse unitname and nested class
2023-01-17 22:41:57 +01:00
mattias
09c3e47a45
codetools: test CheckLFM child component
2023-01-17 22:41:17 +01:00
mattias
029f775a85
codetools: started testsuite for CheckLFM
2023-01-17 21:50:16 +01:00
wp_xyz
fad8ac5227
fpvectorial: Less hints and warnings in wmf reader/writer units.
2023-01-17 17:25:19 +01:00
wp_xyz
ae2450bb4f
fpvectorial: Fix misc issues in wmfviewer demo project.
2023-01-17 16:38:43 +01:00
wp_xyz
bfc81e3972
fpvectorial: Fix crash in GuessDocumentSize
2023-01-17 14:09:31 +01:00
wp_xyz
0f3f2a8575
MruMenu: Do not exchange found and first items.
2023-01-17 13:17:41 +01:00
dsiders
21761a63c4
Docs: LazUtils/masks. Removes invalid See Also link.
2023-01-17 02:21:43 +00:00
balazs
0a637e613b
Opkman: Change version support.
2023-01-16 10:00:03 +02:00
Maxim Ganetsky
be7ffd8d1c
CharacterMap: regenerated translations and added Russian translation
2023-01-16 03:04:32 +03:00
Maxim Ganetsky
8e9a050ab6
CharacterMap: show ANSI symbol code in more language neutral and compact form
2023-01-16 03:02:21 +03:00
Maxim Ganetsky
a65bcf5d15
CharacterMap: Do not extract translations from form. Such translations won't be automatically loaded for Lazarus package anyway and in this particular case largely duplicate already existing resource strings.
2023-01-16 03:00:56 +03:00
Maxim Ganetsky
f615c02f73
IDE: regenerated translations
2023-01-16 02:32:39 +03:00
dsiders
809f3a702f
Docs: LazUtils/masks. Reduces cuteness factor.
2023-01-15 19:34:26 +00:00
dsiders
4dea7ea47a
Docs: LazUtils/masks. Updates content in the TMasklist.Matches and TMasklist.MatchesWindowsMask topics.
2023-01-15 19:27:25 +00:00