Commit Graph

59191 Commits

Author SHA1 Message Date
joost
c326b7a628 fpDebug: Fixed endless loop when the debuggee receives an exception-signal. (Calling wstopsig on the signal twice is not the way to go)
git-svn-id: trunk@63282 -
2020-06-03 22:08:16 +00:00
juha
e74792c8d0 IDE: Prevent Access violation in Search result view when exception was raised by search. Issue #37124.
git-svn-id: trunk@63281 -
2020-06-03 08:05:59 +00:00
wp
2e6f771cee TAChart: Fix usage of incorrect axis transformation in FindExtentInterval of rotated TBasicPointSeries (https://forum.lazarus.freepascal.org/index.php/topic,50048.0.html)
git-svn-id: trunk@63280 -
2020-06-02 16:07:32 +00:00
martin
a6dade4123 Debugger: Fix wrong index for linefeed detection, issue #0037167 / fix for r63132 #69cd1abf4a
git-svn-id: trunk@63279 -
2020-06-02 14:23:35 +00:00
juha
73408cac48 Docs: Documentation updates for StdCtrls. Issue #37146, patch from Don Siders.
git-svn-id: trunk@63278 -
2020-06-02 07:28:54 +00:00
juha
9233619fe7 LCL-GTK2: Fix deleting last line of TGtk2MemoStrings. Issue #37166, patch from Joeny Ang.
git-svn-id: trunk@63277 -
2020-06-02 07:14:07 +00:00
juha
9b896ca480 LCL: Support folders in OpenDocument() function. Issue #37157, patch from Joeny Ang.
git-svn-id: trunk@63276 -
2020-06-02 06:56:52 +00:00
juha
fc1e0c535f Docs: Documentation updates for LCL. Issue #37147, patch from Don Siders.
git-svn-id: trunk@63275 -
2020-06-02 06:56:51 +00:00
juha
d8c0fef5d2 IdeIntf: Formatting.
git-svn-id: trunk@63274 -
2020-06-02 06:56:46 +00:00
dmitry
5a3630c919 cocoa: changing the implementation of strings count. (if the last line is empty, don't recognize it a full line. Compatible with Win32. bug #36664
git-svn-id: trunk@63273 -
2020-06-02 02:30:43 +00:00
dmitry
84a3138f6e cocoa: fix compilation for fpc32rc1
git-svn-id: trunk@63272 -
2020-06-02 02:02:48 +00:00
martin
9566494312 SynEdit: Change CaretXPix/YPix to use ScreenXYToPixels, TextXYToScreenXY
git-svn-id: trunk@63271 -
2020-06-02 00:37:19 +00:00
martin
253d7c2d02 SynEdit: Change RowColumnToPixels => ScreenXYToPixels
git-svn-id: trunk@63270 -
2020-06-02 00:37:17 +00:00
martin
f34e69ea4d SynEdit: Change EnsureCursorPosVisible to use ViewedLineCharPos
git-svn-id: trunk@63269 -
2020-06-02 00:37:15 +00:00
martin
0530c0faf1 Add ViewedLineCharPos to caret class
git-svn-id: trunk@63268 -
2020-06-02 00:37:13 +00:00
martin
a5b0880676 SynEdit: Add ViewXYRowToTextXY / TextXYToViewXY
git-svn-id: trunk@63267 -
2020-06-02 00:37:12 +00:00
martin
3d38688687 SynEdit: fix for AddVisibleOffsetToTextIndex
git-svn-id: trunk@63266 -
2020-06-02 00:37:10 +00:00
martin
1ffd1db833 SynEdit: refactor caret, common InternalEmptyLinesSetPos
git-svn-id: trunk@63265 -
2020-06-02 00:37:08 +00:00
zoran
2a396aa137 DateTimePicker: Prevent calling change when user start editing and date was null and not yet updated to valid date
git-svn-id: trunk@63264 -
2020-06-01 22:05:39 +00:00
maxim
5a32b9dc2e Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #37162
git-svn-id: trunk@63263 -
2020-06-01 21:40:02 +00:00
wp
bc73c3cae4 Graphics: Fix misleading parameter names in comment headers of TCanvas.Arc and .RadialPie
git-svn-id: trunk@63262 -
2020-06-01 21:32:57 +00:00
martin
e6702de323 Win32, PageControl: remove white flicker when switching tabs. Issue #0037161 Patch by BrunoK
git-svn-id: trunk@63261 -
2020-06-01 19:05:59 +00:00
maxim
815371c9aa LCL: updated Russian translation
git-svn-id: trunk@63260 -
2020-05-31 22:32:42 +00:00
martin
ec643a2cb2 SynEdit: Clean up compiler hints
git-svn-id: trunk@63259 -
2020-05-31 14:20:57 +00:00
dmitry
a98a4e9c28 cocoa: adding an ability to avoid reordering windows on app actication
git-svn-id: trunk@63258 -
2020-05-31 05:07:37 +00:00
dmitry
1c8f242dab cocoa: cleaning up dialog used units. Hidding Tags selection as unsupported by LCL. using the new resoruce contsant string (for localization). Adding explicit retain and release for a file dialog for OSX10.6 and earlier. As suggested by Apple docs
git-svn-id: trunk@63257 -
2020-05-31 03:47:59 +00:00
dmitry
fb02c076c3 cocoa: adding showsTagField props to NSSavePanel class
git-svn-id: trunk@63256 -
2020-05-31 02:15:51 +00:00
dmitry
5b58a7d20c cocoa: adding a new resource string to display on file open dialog
git-svn-id: trunk@63255 -
2020-05-31 01:49:37 +00:00
dmitry
84daf73dce cocoa: fix the file type selected index reported to LCL
git-svn-id: trunk@63254 -
2020-05-30 22:35:38 +00:00
dmitry
c2955d01ee lcl: reinstating Readonly property for ComboBox with a new meaning of TEdit-like Readonly. Implementation is provided for Win32, Qt5, Gtk2 and Cocoa
git-svn-id: trunk@63253 -
2020-05-30 17:48:43 +00:00
dmitry
3aa1056043 docs: updating combobox.readonly property documentation
git-svn-id: branches/comboboxreadonly@63252 -
2020-05-30 17:42:44 +00:00
wp
102cb0b364 LCL/Win32: Fix drawing artefacts of ComboBox in Windows when style is csSimple and static listbox is visible. Issue #37129, patch by Jamie Philbrook.
git-svn-id: trunk@63251 -
2020-05-30 16:13:11 +00:00
zoran
6e4dbe9fd0 DateTimePicker: change declaration of NullDate - Math.MaxDouble declaration changed in fpc 3.2, and in some corner cases can make problems (mantis #37087). So, we'll just keep using 1.7e+308 (which was Math.MaxDouble in fpc 3.0.4).
git-svn-id: trunk@63250 -
2020-05-30 15:12:22 +00:00
martin
668ee99dd1 FpDocView, SourceEditor: Prevent loosing MouseCapture while user selects text with mouse. Issue #0037150
git-svn-id: trunk@63249 -
2020-05-29 16:52:36 +00:00
juha
03e92d0d2c fpWeb: Remove duplicate resource images.
git-svn-id: trunk@63248 -
2020-05-29 08:45:19 +00:00
dmitry
e5dd3bb2c6 cocoa: update handling of isRunning flag in NSApplication, for the proper modal window passing focus back to the calling window. (partial rework of r62707 #64e40526df)
git-svn-id: trunk@63247 -
2020-05-29 04:46:01 +00:00
dmitry
9ce582e416 cocoa: implementing readonly for combobox
git-svn-id: branches/comboboxreadonly@63246 -
2020-05-29 02:04:04 +00:00
maxim
001d9849ac InstantFPC: added missing periods, regenerated translations and updated Russian translation
git-svn-id: trunk@63245 -
2020-05-28 22:10:44 +00:00
maxim
c5801c4689 FPCUnit: regenerated translations and updated Russian translation
git-svn-id: trunk@63244 -
2020-05-28 21:59:00 +00:00
maxim
20fa70809e FPWeb: changed forgotten resource string, regenerated translations and updated Russian translation
git-svn-id: trunk@63243 -
2020-05-28 21:50:51 +00:00
michl
917aadc2e0 ObjectInspector: Don't clear CompFilterEdit in SetSelection or it will always select the root note in Application.OnIdle. Related to r37349 #2d53c6ccb3. Issue #37149.
git-svn-id: trunk@63242 -
2020-05-28 21:49:21 +00:00
bart
f6a9533a52 Win32: comments regarding issue #0037105.
git-svn-id: trunk@63241 -
2020-05-28 16:44:59 +00:00
dmitry
6c358d11ef qt5: implement combobox readonly
git-svn-id: branches/comboboxreadonly@63240 -
2020-05-28 14:21:42 +00:00
dmitry
02b7d44d7d gtk2: support for combobox readonly
git-svn-id: branches/comboboxreadonly@63239 -
2020-05-28 13:35:12 +00:00
dmitry
dbeeed9c09 win32: implementing combobox readonly property
git-svn-id: branches/comboboxreadonly@63238 -
2020-05-28 12:54:25 +00:00
dmitry
bc8507e6b6 lcl: adding combobox readonly back. The indentation for the property is to work like TEdit.ReadOnly preventing user from editing combobox text field by manipulating the text.
Changes by selecting combobox items are to be allowed

git-svn-id: branches/comboboxreadonly@63237 -
2020-05-28 12:46:33 +00:00
dmitry
b67240c535 feature branch: combobox readonly revise
git-svn-id: branches/comboboxreadonly@63236 -
2020-05-28 12:26:38 +00:00
juha
0d191847d7 LCL: Fix an error in TTreeView mouse selection + some refactoring. Issue #37145.
git-svn-id: trunk@63235 -
2020-05-27 11:58:07 +00:00
juha
1e444d8398 IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134.
git-svn-id: trunk@63234 -
2020-05-27 10:30:19 +00:00
juha
5312403ae8 InstantFPC: Use constant "LineEnding" instead of #13 for Format() call. Issue #37134.
git-svn-id: trunk@63233 -
2020-05-26 23:52:24 +00:00