Commit Graph

1423 Commits

Author SHA1 Message Date
juha
6e54b75e26 Menu designer: Use theme for Selected state.
git-svn-id: trunk@55223 -
2017-06-04 21:52:33 +00:00
juha
4bd30e3b00 Fix more uninitialized variables and suppress compiler warnings.
git-svn-id: trunk@55222 -
2017-06-04 21:52:26 +00:00
juha
e27232d4cc Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
git-svn-id: trunk@55211 -
2017-06-04 15:14:29 +00:00
michl
ffc5841e9a MenuEditor: Simplify and removed optic bug for icon choose dialog.
git-svn-id: trunk@55081 -
2017-05-25 13:50:47 +00:00
michl
49d6818b67 MenuEditor: High-DPI: Arrow and Cleanup. Issue #31877
git-svn-id: trunk@55075 -
2017-05-24 20:33:18 +00:00
michl
d73ac4f63e MenuDesigner: Showing "Add Submenu" Button at the right position. Fixing breaking commit 54863 #9aefaf534a.
git-svn-id: trunk@55070 -
2017-05-24 07:55:11 +00:00
michl
e4521cc53f MenuEditor: High-DPI: ShadowMenu. Issue #31877
git-svn-id: trunk@55064 -
2017-05-23 20:03:42 +00:00
michl
873c73c12e IDE: High-DPI: MenuEditor Images. Issue #31877
git-svn-id: trunk@55034 -
2017-05-21 19:58:47 +00:00
michl
8b82e27869 IDE: High-DPI: TabOrderDialog
git-svn-id: trunk@55033 -
2017-05-21 19:46:44 +00:00
michl
9a8cf0cdd1 IDE: High-DPI: Move loading of glyphs to ideintf to multiple method use + cleanup.
git-svn-id: trunk@55032 -
2017-05-21 19:44:57 +00:00
juha
61beca02f9 IDEIntf: Restore the backwards compatible event TPropHookModified. Add a new event TPropHookModifiedWithName.
git-svn-id: trunk@55015 -
2017-05-19 17:54:10 +00:00
michl
e2665a6beb MenuEditor: Cleaning up. Remove unneeded GlobalDesignHook.RemoveHandler
git-svn-id: trunk@54961 -
2017-05-18 06:14:47 +00:00
michl
3e154dc287 MenuEditor: AV on closing IDE with opened menu editor. Issue #31816
git-svn-id: trunk@54960 -
2017-05-18 06:02:13 +00:00
michl
c2dcfae499 MenuEditor: If IDE is closed a AV is thrown. Issue #31791
git-svn-id: trunk@54957 -
2017-05-17 20:57:24 +00:00
ondrej
5eb469913c ide: rewrite (simplify) High-DPI icon scaling
+ support _150 and _200 variants for component images

git-svn-id: trunk@54946 -
2017-05-17 09:31:43 +00:00
ondrej
be04a6d474 ide, designer: high-DPI: scale non-visual components. Issue #31812
git-svn-id: trunk@54932 -
2017-05-14 19:42:05 +00:00
juha
dbe072e701 Menu designer: Call GlobalDesignHook.Modified after adding an item. Issue #31791.
git-svn-id: trunk@54874 -
2017-05-11 09:05:07 +00:00
mattias
9aefaf534a IDE: menu designer: do not call ProcessMessages
git-svn-id: trunk@54863 -
2017-05-10 17:25:34 +00:00
mattias
9c8fc2ffde IDE: menu designer: free shadowmenu via releasecomponent
git-svn-id: trunk@54857 -
2017-05-10 15:28:41 +00:00
mattias
b49b4efff4 IDE: menu designer: remove items via normal means
git-svn-id: trunk@54851 -
2017-05-10 14:11:45 +00:00
mattias
2b183faa9b IDE: menu designer: replaced some free with releasecomponent, controls may be still processing events, bug #31791
git-svn-id: trunk@54849 -
2017-05-10 13:02:11 +00:00
juha
efcee25982 Menu designer: cleanup.
git-svn-id: trunk@54826 -
2017-05-07 22:01:19 +00:00
mattias
8143524542 IDE: menu designer: hints for add separator buttons
git-svn-id: trunk@54819 -
2017-05-07 08:07:31 +00:00
michl
25429f9352 MenuDesigner: Fixed adding a line separator at last position. Issue #31744
git-svn-id: trunk@54809 -
2017-05-03 20:08:39 +00:00
ondrej
89b56c31b3 ide: images: anchor editor. Designed by FTurtle, issue #31730
git-svn-id: trunk@54799 -
2017-05-02 16:39:06 +00:00
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
juha
9743e071e7 Menu designer: Remove an unused parameter.
git-svn-id: trunk@54431 -
2017-03-17 10:08:28 +00:00
juha
e542ddbfcd Packager refactoring. Move funcs and methods to IdeIntf. Prepare for PackageLink interface.
git-svn-id: trunk@54405 -
2017-03-15 13:13:36 +00:00
mattias
48545a5054 IDE: less hints
git-svn-id: trunk@54389 -
2017-03-12 19:08:55 +00:00
ondrej
8ea54156de IDE: update edit menu for designer. Issue #31519
git-svn-id: trunk@54382 -
2017-03-10 15:09:31 +00:00
juha
3439d5486e Menu designer: Use generics containers. Move some funcs and props to base classes.
git-svn-id: trunk@54375 -
2017-03-08 20:33:58 +00:00
juha
b77306c3df Menu designer: formatting.
git-svn-id: trunk@54374 -
2017-03-08 20:33:56 +00:00
juha
13a7fe6856 Menu designer: Remove useless info about RadioItems, prevent the GUI position jumping with long MenuItem names.
git-svn-id: trunk@54373 -
2017-03-08 20:33:55 +00:00
ondrej
23412ffff1 IDE: designer: fix AV when deleting components from the designer popup menu. Issue #30900
git-svn-id: trunk@54355 -
2017-03-06 16:07:37 +00:00
ondrej
57d740ca4a IDE: taborderdlg: fix ExpandSignSize
git-svn-id: trunk@54229 -
2017-02-21 18:17:24 +00:00
maxim
1926d5f29d IDE: improved TabOrder dialog i18n
git-svn-id: trunk@54116 -
2017-02-07 22:24:27 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
56a4609632 IDE: In TabOrder dialog sort tab orders for child controls recursively. Issue #31270, patch from Zoran Vučenović.
git-svn-id: trunk@53999 -
2017-01-24 22:53:32 +00:00
michl
37df3d9157 Menu designer: Prevent AV (occurs with SpartaDockedFormEditor) when sub menu is inserted after new menu item was inserted.
git-svn-id: trunk@53852 -
2017-01-03 11:45:19 +00:00
michl
b8e6ac48a0 Menu designer: Prevent AV, if Menu designer is opened and more then one TPopupMenu are edited and selected in Object inspector.
git-svn-id: trunk@53851 -
2017-01-03 09:48:20 +00:00
michl
1cafe8164f Menu designer: Free Shadowmenu at the same moment, when menu designer handler hook is removed.
git-svn-id: trunk@53846 -
2017-01-02 22:52:52 +00:00
michl
227b8222b5 Menu designer: Prevent AV by opening menu designer after deleting menu item in object inspector.
git-svn-id: trunk@53845 -
2017-01-02 22:27:05 +00:00
michl
3b823338c4 Menu designer: deleting a menu item in designer, refreshing object inspector
git-svn-id: trunk@53832 -
2017-01-01 20:41:40 +00:00
zeljko
e5c103cca1 IDE: fixed AV in anchoreditor. Patch by FTurtle. issue #31177
git-svn-id: trunk@53821 -
2017-01-01 10:24:59 +00:00
juha
3fe2624774 Menu designer: Prevent a crash when OI was closed. Issue #31152, patch from AlexeyT.
git-svn-id: trunk@53817 -
2016-12-31 13:11:35 +00:00
juha
8ed63aff69 IDE: Update OI properly when closing a project. Issue #31153.
git-svn-id: trunk@53764 -
2016-12-22 22:29:17 +00:00
juha
fa1813ea1d AnchorEditor enhancements. Issue #31131, patch from FTurtle.
git-svn-id: trunk@53710 -
2016-12-17 22:58:00 +00:00
mattias
9ff6541b70 lcl: added protected TCustomTreeView.CreateNodes, issue #31111
git-svn-id: trunk@53660 -
2016-12-12 21:10:54 +00:00
juha
6e32346069 Improve AnchorEditor title format. Issue #31089, patch from Péter Gábor.
git-svn-id: trunk@53619 -
2016-12-09 10:22:11 +00:00
juha
93cb7dea9d AnchorEditor layout enhancements. Issue #31080, patch from FTurtle.
git-svn-id: trunk@53605 -
2016-12-08 22:46:11 +00:00