Commit Graph

47417 Commits

Author SHA1 Message Date
sekelsenmat
1fc9cadb0e cocoa: Attempt at fixing event issues in GroupBox, not yet fully working
git-svn-id: trunk@49821 -
2015-09-14 04:46:02 +00:00
bart
9c3d4cb567 SynEdit: TSynEditExporterHtml:
- Use property options to control output of the export
- Deprecate property CreateHTMLFragment (use Options instead)
- Make it possible to include a DocType definitions and a CharSet definition in the output (#issue #0028627)
- Fix wrong values in the Windows header for the ClipBoard (Issue #0028633)
  (These two fixes depended on eachother, so they are in one commit)
- ExportAsText now only affects how the stream is copied to the ClipBoard (as the comments in SynEditExport state)
- Try to make the whole thin less Windows centric
- Don't escape single and double quote, it's not necessary in the body text.
- Refactor

git-svn-id: trunk@49820 -
2015-09-13 12:10:32 +00:00
michael
7dba150a36 * Dependency on FPCUnitConsoleRunner is not needed since a long time, the functionality is in FCL
git-svn-id: trunk@49818 -
2015-09-12 09:41:06 +00:00
sekelsenmat
0d1f9bd856 cocoa: Implements key up/pressed/down for TEdit, but only keyDown is not ideal due to cocoa limitations
git-svn-id: trunk@49817 -
2015-09-12 07:37:40 +00:00
mattias
ff1747c1eb opengl: cocoa: init with attributes
git-svn-id: trunk@49816 -
2015-09-11 15:52:12 +00:00
sekelsenmat
b690381ab0 cocoa: Redesigns the blocking of events during modal to use lclIsEnabled
git-svn-id: trunk@49815 -
2015-09-11 05:16:36 +00:00
mattias
5c6d68e163 lazbuild: added flag --verbose-pkgsearch
git-svn-id: trunk@49814 -
2015-09-10 15:26:08 +00:00
mattias
49c39a1f96 todolist: help button open wiki page, patch #28649 from Alexey Torgashin
git-svn-id: trunk@49813 -
2015-09-10 14:20:04 +00:00
mattias
a85bd20548 anchordocking: clean up
git-svn-id: trunk@49812 -
2015-09-10 14:19:30 +00:00
juha
24978f559e IDE: Enhanced JumpTo* commands for procedure header and begin. Issue #28612, patch from Ondrej Pokorny.
git-svn-id: trunk@49811 -
2015-09-10 13:57:24 +00:00
juha
9572033709 IDE: Enhanced desktops drop-down menu with "Toggle debug desktop". Add icons, actions and shortcuts. By Ondrej Pokorny.
git-svn-id: trunk@49810 -
2015-09-10 13:57:17 +00:00
juha
59d2985bbc New icons for JumpToProcedure* commands, by Ondrej Pokorny.
git-svn-id: trunk@49809 -
2015-09-10 13:42:34 +00:00
juha
5933e509b6 ChmHelp: Use right units from LazUtils.
git-svn-id: trunk@49808 -
2015-09-10 12:12:02 +00:00
mattias
796a5fdd00 IDE+codetools: property completion: options to use a prefixed name as Set mthod parameter, patch #28181 from Ondrej Pokorny
git-svn-id: trunk@49807 -
2015-09-10 11:51:16 +00:00
mattias
c36aa6da8e IDE: load desktops: check file version when loading old data, cleaning up old data
git-svn-id: trunk@49806 -
2015-09-10 11:16:25 +00:00
mattias
aebdc634cf IDE: merged options open last project and last packages
git-svn-id: trunk@49805 -
2015-09-10 10:58:18 +00:00
mattias
6637d69e9a IDE: store open packages when closing and reopen them on next start, added option to disable this, patch from Ondrej Pokorny
git-svn-id: trunk@49804 -
2015-09-10 08:50:39 +00:00
mattias
2d873789da IDE: designer: implemented csDesignInteractive
git-svn-id: trunk@49803 -
2015-09-09 22:34:53 +00:00
mattias
bf21367723 IDE: restore desktop: multiple source editors, from Ondrej Pokorny
git-svn-id: trunk@49802 -
2015-09-09 22:25:57 +00:00
mattias
61f3ca566c IDE: clean up
git-svn-id: trunk@49801 -
2015-09-09 21:15:24 +00:00
jesus
67c31934b5 LazReport: fix mem leak
git-svn-id: trunk@49800 -
2015-09-09 19:19:14 +00:00
juha
eb8f5528e5 Codetools: Extend JumpToImplementation example with a tool button and drop-down-menu. By Ondrej Pokorny.
git-svn-id: trunk@49799 -
2015-09-09 16:47:32 +00:00
mattias
f228ab12a3 IDE: RestoreSimpleLayout: trigger layoutchanged only if something changed
git-svn-id: trunk@49798 -
2015-09-09 15:26:07 +00:00
mattias
5195829561 todolist: added button panel, patch #28649 from Alexey Torgashin
git-svn-id: trunk@49797 -
2015-09-09 15:25:17 +00:00
mattias
8d32bb263f codetools: use camelcase for system unit under Delphi, make ExpressionTypeDescNames a var, patch #28648 from Ondrej Pokorny
git-svn-id: trunk@49796 -
2015-09-09 11:16:09 +00:00
martin
d0a5c5a338 breakpoint dlg: select next item after delete
git-svn-id: trunk@49795 -
2015-09-09 11:02:48 +00:00
juha
a10ce8b8ac LCL: Revert the remaining part of r49534 #091dff42fb.
git-svn-id: trunk@49794 -
2015-09-09 08:25:02 +00:00
juha
ad00be4b12 IDE: Detach desktop selection button from its action by Application.QueueAsyncCall. Prevents an AV. Patch from Ondrej Pokorny.
git-svn-id: trunk@49793 -
2015-09-09 08:24:55 +00:00
sekelsenmat
0da4587e23 cocoa: OpenGL control events were blocked because it thought the control was disabled
git-svn-id: trunk@49792 -
2015-09-09 07:33:08 +00:00
sekelsenmat
5db4341940 cocoa: Fixes SetChecked for radio items
git-svn-id: trunk@49791 -
2015-09-09 05:46:43 +00:00
mattias
95f4ac00c3 IDE: codetools defines editor: clean up
git-svn-id: trunk@49790 -
2015-09-08 22:06:39 +00:00
mattias
b29be5112c IDE: codetools defines editor: added button panel, patch #28643 from Alexey Torgashin
git-svn-id: trunk@49789 -
2015-09-08 22:05:48 +00:00
juha
01fb926e17 AnchorDocking: Fix memory management of FRestoreLayouts between AnchorDockMaster and TAnchorDesktopOpt classes.
git-svn-id: trunk@49788 -
2015-09-08 20:54:36 +00:00
juha
3f0e11a05b AnchorDocking: Refactor and restore some removed methods. Remove IDE dependency added in r49778 #50bc37338d.
git-svn-id: trunk@49787 -
2015-09-08 12:31:06 +00:00
juha
78a3ce2949 New options file for package AnchorDockingDsgn. Refactored out from earlier commit.
git-svn-id: trunk@49786 -
2015-09-08 12:18:39 +00:00
mattias
8ecda32ee4 lazbuild: fixed compilation
git-svn-id: trunk@49785 -
2015-09-08 11:44:52 +00:00
mattias
7c06d1ecd3 IDE: codetools defines editor: nicer layout, wordwrap off, patch #28637 from Alexey Torgashin
git-svn-id: trunk@49784 -
2015-09-08 11:44:04 +00:00
mattias
82f7a21c05 IDE: designer: unbind mediator before freeing
git-svn-id: trunk@49783 -
2015-09-08 10:42:17 +00:00
sekelsenmat
019aa71ce3 cocoa: Implements the new blocking mechanism for disabling controls due to modal
git-svn-id: trunk@49782 -
2015-09-08 07:41:15 +00:00
juha
d92ea0400e AnchorDocking: Replace FileUtil -> LazFileUtils. Reorder units.
git-svn-id: trunk@49781 -
2015-09-08 07:39:51 +00:00
sekelsenmat
0486824ce1 cocoa: Makes the native modal mode selective via a define
git-svn-id: trunk@49779 -
2015-09-08 06:33:52 +00:00
juha
50bc37338d IDE, AnchorDocking: Support desktops also with docked IDE. Move configuration to environment options. By Ondrej Pokorny.
git-svn-id: trunk@49778 -
2015-09-07 22:01:22 +00:00
juha
9e362ab5d4 LCL: Fix a memory leak of GDI handles in image list. Issue #28577, patch from C Western.
git-svn-id: trunk@49777 -
2015-09-07 22:01:15 +00:00
juha
7752d75830 New images for desktop actions, from Ondrej Pokorny.
git-svn-id: trunk@49774 -
2015-09-07 18:40:38 +00:00
juha
f0d8bfadf5 LCL-Win32: Don't cut menu texts when using non-default font. Issue #28622, patch from Ondrej Pokorny.
git-svn-id: trunk@49771 -
2015-09-06 18:11:37 +00:00
juha
1d1bdb5547 IDE: Fix the text shown after adding flags for UTF-8 support.
git-svn-id: trunk@49770 -
2015-09-06 15:02:21 +00:00
zeljko
703b44fded Qt: fixed clientrect sync between lcl and qt for TCustomControls. issue #28596
git-svn-id: trunk@49769 -
2015-09-06 09:56:09 +00:00
zeljko
d737e68a35 Qt: avoid Qt assertions when setting minimum width of statusbar panels.
git-svn-id: trunk@49768 -
2015-09-06 09:12:05 +00:00
juha
fd1ff1055b IDE: Mark project as modified after changing resources. Issue #28625, patch from Anton.
git-svn-id: trunk@49767 -
2015-09-05 22:29:56 +00:00
bart
da9882f5a6 TFloatSpinEdit: don't "eat" Copy/Cut/Paste keyboard shortcuts (issue #0028626)
git-svn-id: trunk@49766 -
2015-09-05 22:06:14 +00:00