Commit Graph

36 Commits

Author SHA1 Message Date
Juha
e045ba01d2 Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units. 2023-06-18 14:57:06 +03:00
Juha
5f4aa96422 LazControls, FilterEdits: Improve setting the filter programmatically. Invalidate after properties change. 2022-12-22 20:50:05 +02:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
ondrej
a711fb97c0 IDE: remove redundant glyph assignments
git-svn-id: trunk@57723 -
2018-04-26 10:02:59 +00:00
juha
c5c014abf9 Packager: Remove a useless line. Formatting.
git-svn-id: trunk@55991 -
2017-10-06 21:38:39 +00:00
michl
6f5300c1e9 IDE: High-DPI: Fixed image sizes of in IDE used TTreeFilterEdits and TListFilterEdits.
git-svn-id: trunk@55498 -
2017-07-13 19:32:16 +00:00
juha
4c7dc1b89b Use Delete() instead of Copy() where appropriate.
git-svn-id: trunk@55311 -
2017-06-10 16:30:27 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
michl
5d03c243b5 IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
2017-05-21 20:59:29 +00:00
juha
1539bf8ab0 IDE: Modeless dialogs clean-up. Issue #28354, patch from Ondrej Pokorny.
git-svn-id: trunk@49460 -
2015-06-28 12:27:53 +00:00
maxim
80ea45ac3c IDE: improved i18n
git-svn-id: trunk@48467 -
2015-03-23 22:28:26 +00:00
mattias
1021bbb19a IDE: docking: restore: keep autosizing disabled during restore
git-svn-id: trunk@46859 -
2014-11-15 12:39:26 +00:00
juha
2a4cc692f8 IDE: close source editor window manager with Esc key. Issue #25684.
git-svn-id: trunk@43944 -
2014-02-07 23:15:40 +00:00
paul
7f4caeb374 ide, components: move images related code to use FPC resource instead of Lazarus resources
git-svn-id: trunk@42984 -
2013-09-27 12:27:04 +00:00
juha
6baa075aab IDE: New options page for re-ordering component palette entries. Requires define "EnableComponentPaletteOptions".
git-svn-id: trunk@42574 -
2013-09-03 12:04:16 +00:00
mattias
6426218e58 IDE: renamed Manage Source Editors
git-svn-id: trunk@41976 -
2013-07-02 18:30:32 +00:00
mattias
036500ffba IDE: editor file manager: dockable
git-svn-id: trunk@41969 -
2013-07-02 16:07:39 +00:00
juha
4c1213e99f LazControls: Replace property Data with property Items in ListFilterEdit. Issue #22100
git-svn-id: trunk@37394 -
2012-05-22 18:24:49 +00:00
juha
709b6f1834 IDE: Make Help button work in Editor Window Manager, issue #21961.
git-svn-id: trunk@37312 -
2012-05-17 21:25:42 +00:00
juha
ca3cbe03f4 IDE: make Close button work in Window Manager
git-svn-id: trunk@37285 -
2012-05-15 07:42:35 +00:00
mattias
5f3801e1ee codetools: nested types: Self and inherited
git-svn-id: trunk@37103 -
2012-04-30 13:37:41 +00:00
martin
0af026b91f SourceEditor-Window-Manager: make none modal
git-svn-id: trunk@36356 -
2012-03-26 20:05:54 +00:00
martin
bf130773b8 SourceEditor-Window-Manager: make none modal
git-svn-id: trunk@36354 -
2012-03-26 19:43:35 +00:00
juha
f7140e5cea IDE: Fix an index out of bounds error in Editor Window Manager, issue #21455
git-svn-id: trunk@35877 -
2012-03-10 23:02:21 +00:00
juha
50f53f00a1 IDE: improve EditorFileManager
git-svn-id: trunk@35857 -
2012-03-10 08:23:40 +00:00
juha
467acb1ea9 IDE: fix the order of file names added to list in EditorFileManager.
git-svn-id: trunk@35777 -
2012-03-06 19:14:07 +00:00
juha
b644d7d6d8 IDE: improve EditorFileManager, show '*' for modified, save before closing, update list after closing files.
git-svn-id: trunk@35773 -
2012-03-06 16:20:23 +00:00
juha
a0fb17b27e IDE: Unite duplicate (single word) resourcestrings and name them consistently.
git-svn-id: trunk@35486 -
2012-02-19 15:50:48 +00:00
juha
4310d040e2 IDE: add IDE command for the Editor Window Manager. Improve some strings.
git-svn-id: trunk@35479 -
2012-02-19 12:59:49 +00:00
juha
2b9b562c24 IDE: make procedure TSourceNotebook.MoveEditor() public. Fix EditorFileManager behavior with many editor windows.
git-svn-id: trunk@35476 -
2012-02-19 11:30:46 +00:00
juha
9ec7f6d914 IDE: Improve GUI layout in EditorFileManager and add sorting feature
git-svn-id: trunk@35443 -
2012-02-18 14:04:32 +00:00
juha
228beff757 IDE: Add Move Buttons to EditorFileManager + other fixes.
git-svn-id: trunk@35435 -
2012-02-18 09:24:43 +00:00
juha
e8124edb78 IDE: Saving editor file now works in EditorFileManager
git-svn-id: trunk@35428 -
2012-02-17 16:38:10 +00:00
juha
088114e24b IDE: Fix bugs in EditorFileManager, make the popupmenu functional.
git-svn-id: trunk@35419 -
2012-02-17 14:51:32 +00:00
juha
63cc0a9ac2 IDE: Replace "Select All" with "Check All" in EditorFileManager
git-svn-id: trunk@35418 -
2012-02-17 12:54:15 +00:00
juha
baaab46a82 New files for a new EditorFilemanager feature
git-svn-id: trunk@35415 -
2012-02-17 12:38:58 +00:00