juha
|
16ffa2572f
|
LCL: Improve handling of PageNumber in various Printer classes. Issue #37682, patch from Joeny Ang.
git-svn-id: trunk@64104 -
|
2020-11-04 17:48:46 +00:00 |
|
juha
|
039687aae1
|
LazUtils: Deprecate SpecialCharsToHex. Use LazUtf8.Utf8EscapeControlChars instead. Issue #38029.
git-svn-id: trunk@64103 -
|
2020-11-04 17:31:46 +00:00 |
|
juha
|
5d89968871
|
LazUtils: Fix SpecialCharsToHex output to actual hex. Move code to reusable functions ShortDotsLine and BeautifyLineXY. Issue #38029.
git-svn-id: trunk@64102 -
|
2020-11-03 18:52:30 +00:00 |
|
wp
|
2ebdf2a994
|
TAChart: Fix crash if a series refers to a non-existing chartstyle.
git-svn-id: trunk@64101 -
|
2020-11-03 08:49:01 +00:00 |
|
juha
|
19c695f1d9
|
Jedi Code Format: Add support for generic procedures/functions. Issue #38026, patch from Domingo Galmés.
git-svn-id: trunk@64100 -
|
2020-11-03 08:13:21 +00:00 |
|
juha
|
8fe85cc110
|
TurboPower_iPro: Remove Delphi specific defines and comments. Issue #37990, patch from Zaher Dirkey.
git-svn-id: trunk@64099 -
|
2020-11-02 10:04:43 +00:00 |
|
juha
|
b5c82b66cd
|
Docs: Documentation updates and harmonizing EOL to Unix style in some files. Issue #38016, patch from Don Siders.
git-svn-id: trunk@64098 -
|
2020-11-01 10:51:05 +00:00 |
|
juha
|
d75f2eda2b
|
TurboPower_iPro: Remove Delphi compatibility {$ifdef IP_LAZARUS}. Did not work with Delphi anyways. Issue #37990, patch from Zaher Dirkey.
git-svn-id: trunk@64097 -
|
2020-11-01 10:37:53 +00:00 |
|
maxim
|
9f72483225
|
IDE: regenerated translations
git-svn-id: trunk@64096 -
|
2020-10-31 23:09:53 +00:00 |
|
juha
|
c69bc5fd0d
|
LCL-GTK2: Fix Enter and Escape keys in TCustomSpinEdit. Issue #38015, patch from Joeny Ang.
git-svn-id: trunk@64095 -
|
2020-10-31 14:49:32 +00:00 |
|
juha
|
6a388f1fb5
|
IDE: Improve checks for validity of files and dependencies added to package/project. Issue #27421.
git-svn-id: trunk@64094 -
|
2020-10-31 14:49:30 +00:00 |
|
juha
|
73a9cb8a7a
|
IDE: Select all build modes by default when adding a path of a new project file.
git-svn-id: trunk@64093 -
|
2020-10-31 14:49:27 +00:00 |
|
wp
|
24575cfd7c
|
TurboPower_iPro: Fix IpHtmlPanel ignoring text encoding defined by <meta charset="..."> tag. Patch by Zaher Dirkey, issue #37374.
git-svn-id: trunk@64092 -
|
2020-10-31 09:58:08 +00:00 |
|
juha
|
847d16d3b9
|
Cleanup.
git-svn-id: trunk@64091 -
|
2020-10-30 09:23:50 +00:00 |
|
bart
|
93b66ba3ca
|
TValueListEditor: don't hardcode '=' in r64089 #f7cf091f71
git-svn-id: trunk@64090 -
|
2020-10-30 09:06:37 +00:00 |
|
bart
|
f7cf091f71
|
TValueListEditor: disallow having an equal sign ('=') in the Keys column. See https://forum.lazarus.freepascal.org/index.php?topic=51977.0;topicseen
git-svn-id: trunk@64089 -
|
2020-10-30 08:55:51 +00:00 |
|
wp
|
ba446c3a93
|
TurboPower_iPro: Fix UTF8 issue in a way that ConvertEncoding is not called if text is already UTF8 encoded. Issue #37992.
git-svn-id: trunk@64088 -
|
2020-10-29 23:08:58 +00:00 |
|
mattias
|
f3603ca4db
|
lcl: less warnings
git-svn-id: trunk@64087 -
|
2020-10-29 22:31:29 +00:00 |
|
mattias
|
614fe5d9e9
|
lazwiki: fixed compile with fpc 3.2
git-svn-id: trunk@64085 -
|
2020-10-29 21:19:52 +00:00 |
|
juha
|
6430dcbb60
|
Docs: Documentation updates for LazControls. Issue #38002, patch from Don Siders.
git-svn-id: trunk@64084 -
|
2020-10-29 15:45:44 +00:00 |
|
juha
|
ef47ed145a
|
Docs: Documentation updates for FreeType. Issue #38001, patch from Don Siders.
git-svn-id: trunk@64083 -
|
2020-10-29 15:45:42 +00:00 |
|
juha
|
0ebeb3224a
|
Docs: Documentation updates for LCL and LazUtils. Issue #38000, patch from Don Siders.
git-svn-id: trunk@64082 -
|
2020-10-29 15:45:37 +00:00 |
|
juha
|
4321fbf6e5
|
LazUtils: move procedure ReplaceSubstring from LazUTF8 to LazStringUtils.
git-svn-id: trunk@64081 -
|
2020-10-29 15:45:34 +00:00 |
|
wp
|
1c839c1369
|
TurboPower_iPro: Better fix to encoding issue than r64079 #75bc98773e. Issue #37992.
git-svn-id: trunk@64080 -
|
2020-10-28 11:52:52 +00:00 |
|
wp
|
75bc98773e
|
TurboPower_iPro: Fix another location where IpHtml tries to switch to the system code page.
git-svn-id: trunk@64079 -
|
2020-10-28 11:34:39 +00:00 |
|
wp
|
9c4f8b738e
|
TurboPower_iPro: Use UTF-8 as default encoding of documents without meta tag. Issue #37992, patch by Zaher Dirkey.
git-svn-id: trunk@64078 -
|
2020-10-27 10:50:23 +00:00 |
|
juha
|
93df80a1da
|
LCL: Enable building Darwin for PPC and PPC64. Issue #37987, patch from Alfred.
git-svn-id: trunk@64077 -
|
2020-10-25 17:20:42 +00:00 |
|
mattias
|
26dff51384
|
lazbuild: fixed crash when there is no source loaded, issue #37984
git-svn-id: trunk@64076 -
|
2020-10-25 16:40:59 +00:00 |
|
mattias
|
8e75d658b4
|
lazreport: updated lpl
git-svn-id: trunk@64075 -
|
2020-10-25 16:37:48 +00:00 |
|
juha
|
27805e56a1
|
LazBuild: Prevent a crash in LazBuild. Project.UnitResourceFileformat=Nil. Issue #37984.
git-svn-id: trunk@64074 -
|
2020-10-25 10:52:27 +00:00 |
|
juha
|
419384ae30
|
Jedi Code Format: Add support for managed records operators. Issue #37983, patch from Domingo Galmés.
git-svn-id: trunk@64073 -
|
2020-10-25 10:13:44 +00:00 |
|
juha
|
3b84caaf97
|
LCL: Initialize Printer.PageNumber to 0. Issue #37682.
git-svn-id: trunk@64072 -
|
2020-10-25 08:22:45 +00:00 |
|
juha
|
6ad9a11111
|
IdeIntf: Fix anchors in TFieldsListFrm. Issue #37276.
git-svn-id: trunk@64071 -
|
2020-10-25 08:08:33 +00:00 |
|
juha
|
609f5046d8
|
IDE: Don't cut a dotted TargetFilename when adding an extension to it. Issue #34665.
git-svn-id: trunk@64070 -
|
2020-10-24 19:59:57 +00:00 |
|
juha
|
5ec8bc5d98
|
IDE: A new function for updating TargetFilename.
git-svn-id: trunk@64069 -
|
2020-10-24 19:59:54 +00:00 |
|
jesus
|
1b5356c510
|
LazReport: renamed directory nogui_cgi to console_cgi_http
git-svn-id: trunk@64068 -
|
2020-10-24 17:31:12 +00:00 |
|
juha
|
dc642ae69d
|
LCL-GTK3: Redesign Hint window support. Issue #37351, patch from Anton Kavalenka.
git-svn-id: trunk@64067 -
|
2020-10-24 12:29:35 +00:00 |
|
juha
|
aa176da1c8
|
IDE: Refactoring. Reuse code for global functions GetIdeCmdAndToolBtn and GetIdeCmdRegToolBtn.
git-svn-id: trunk@64066 -
|
2020-10-24 12:15:30 +00:00 |
|
juha
|
70cf0c0bad
|
Revert r64064 #b41c59a13e. Something went wrong.
git-svn-id: trunk@64065 -
|
2020-10-24 11:31:50 +00:00 |
|
juha
|
b41c59a13e
|
IDE: Refactoring. Reuse code for global functions GetCommandAndButton and GetCommandOnly.
git-svn-id: trunk@64064 -
|
2020-10-24 11:19:33 +00:00 |
|
juha
|
572b9293a5
|
ToDoList: Two new ToolButton commands. Issue #37976, patch from FTurtle.
git-svn-id: trunk@64063 -
|
2020-10-24 11:19:30 +00:00 |
|
bart
|
5812e23a64
|
LazUtf8: add some more C-escape strings for the Utf8EscapeControlChars function.
git-svn-id: trunk@64062 -
|
2020-10-24 10:03:39 +00:00 |
|
maxim
|
ab249d8492
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@64061 -
|
2020-10-23 23:16:56 +00:00 |
|
juha
|
02746b9c40
|
IDE: Restore package registration in unit FormEditor. Issue #37973.
git-svn-id: trunk@64060 -
|
2020-10-23 18:05:22 +00:00 |
|
wp
|
daa1794176
|
TurboPower_iPro: Rename TIpHtml.FParent to TIpHtml.FControlParent. Better handling of TIpHtmlNodeBUTTON captions.
git-svn-id: trunk@64059 -
|
2020-10-23 10:14:02 +00:00 |
|
wp
|
d2539a84b0
|
IDE: Draw "state_warning" image in DiskDiffsDialog on a paintbox, instead of using a speedbutton.
git-svn-id: trunk@64058 -
|
2020-10-22 23:25:42 +00:00 |
|
juha
|
cc16851bba
|
IDE: Improve a GUI text in DiskDiffsDlg a little.
git-svn-id: trunk@64057 -
|
2020-10-22 20:44:58 +00:00 |
|
juha
|
551c9ccc08
|
LazReport: Add buttons for printer and page setup into Preview window. Issue #37962, patch from Zdravko Gabrovski.
git-svn-id: trunk@64056 -
|
2020-10-22 20:22:33 +00:00 |
|
juha
|
81e359af9f
|
Packager: Update global link for LazReport to match its current version.
git-svn-id: trunk@64055 -
|
2020-10-22 20:22:31 +00:00 |
|
mattias
|
4fd716a864
|
lcl gtk2: SetWindowRgn realize widget, issue #30385
git-svn-id: trunk@64054 -
|
2020-10-22 18:31:14 +00:00 |
|