Commit Graph

170 Commits

Author SHA1 Message Date
Martin
106a194305 LCL, Menu: fix ownership of copied menu items. 2024-12-28 20:11:26 +01:00
Bart
e762d9b696 LCL: first try at implementing TMenuItem.AutoLineReduction. Based upon patch by Artem Izmaylov, modified by me. 2024-08-31 13:23:19 +02:00
wp_xyz
987f140c91 LCL/PopupMenu: Make TPopupMenu.PopupPoint a writable property. 2024-07-27 12:12:28 +02:00
Juha
d784606f77 LCL: Fix deprecation warnings. Issue #40918, patch by Don Siders. 2024-04-26 00:59:26 +03:00
Juha
cc4760393b Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
wp_xyz
98f806bb4f LCL: Declare TMenu.FHint as TTranslateString rather than string. Issue #40220. 2023-05-12 23:30:37 +02:00
Ondrej Pokorny
843dc303af win32: DPI-aware menus 2022-11-16 00:44:52 +01:00
ondrej
f6c39c019d LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos, attempt 2
git-svn-id: trunk@62745 -
2020-03-12 09:28:38 +00:00
ondrej
29018d9a1a Revert r62685 #e1838e46a0: LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos
git-svn-id: trunk@62739 -
2020-03-11 05:48:36 +00:00
ondrej
cef1d45559 Reverted revisions r62734, r62733, r62731, r62729, r62728, r62715, r62704 #6343248e4e - changes after MDI commit
git-svn-id: trunk@62738 -
2020-03-11 05:47:23 +00:00
juha
33ed35c417 LCL,IDE: Turn TMenuItem.Delete into a function returning the TMenuItem. Delete+Free unused MenuItems correctly in IDE's code. Issue #36776.
git-svn-id: trunk@62728 -
2020-03-09 21:29:06 +00:00
ondrej
e1838e46a0 LCL: implement MDI for win32. Issue #36582, based on patch by Kostas Michalopoulos
git-svn-id: trunk@62685 -
2020-02-28 19:29:59 +00:00
juha
af1924d230 LCL-GTK3: Implement menu icons. TMenuitem.UpdateImage must be made visible (public). Issue #36607, patch from Anton Kavalenka.
git-svn-id: trunk@62586 -
2020-01-24 19:41:19 +00:00
dmitry
b1accb6937 lcl: missing changes for menus.pp
git-svn-id: trunk@61310 -
2019-06-01 13:03:35 +00:00
juha
78f99157f2 LCL: Rename function NewLineMI back to NewLine for Delphi-compatibility. Issue #34667.
git-svn-id: trunk@59760 -
2018-12-09 15:37:15 +00:00
juha
fac99eb1ea Fix compilation of VirtualTreeView after r58939 #508a89d4af. Add a deprecated NewLine(). Issue #34250, patch from Pascal Riekenberg.
git-svn-id: trunk@58946 -
2018-09-11 08:22:23 +00:00
juha
7183dd5d0b MenuDesigner: Rename a MenuItem when it is changed into a separator.
git-svn-id: trunk@58940 -
2018-09-10 22:27:57 +00:00
juha
508a89d4af LCL: Rename function NewLine -> NewLineMI to avoid name clashes and confusion.
git-svn-id: trunk@58939 -
2018-09-10 22:27:55 +00:00
juha
49e55e3acf LCL: Copy TMenuItem's Name to its Caption after renaming if they were identical. TControl does the same already.
git-svn-id: trunk@58938 -
2018-09-10 22:27:49 +00:00
juha
3574bdfb6d Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
git-svn-id: trunk@58244 -
2018-06-13 13:59:07 +00:00
juha
f440f660a2 Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc.
git-svn-id: trunk@58204 -
2018-06-09 14:39:36 +00:00
juha
7b837567c3 LCL: Support TMenuItem.Assign(TMenuItem) and TMenu.Assign(TMenu). Issue #33345, patch from AlexeyT.
git-svn-id: trunk@57557 -
2018-03-23 10:15:47 +00:00
ondrej
454fc69b9e LCL: High-DPI ImageList: rename *ForImagePPI to *ForPPI
git-svn-id: branches/HiDPIImageList@57068 -
2018-01-13 04:25:01 +00:00
ondrej
90f22ba7fd LCL: High-DPI ImageList: LCL runtime and win32
git-svn-id: branches/HiDPIImageList@57039 -
2018-01-10 12:46:42 +00:00
ondrej
37cd692b1f lcl: menus: add DoDrawItem and DoMeasureItem virtual functions
git-svn-id: trunk@55540 -
2017-07-19 07:28:20 +00:00
ondrej
5b3cd06ae3 LCL: menus: implement StripHotkey (Delphi compatibilty)
git-svn-id: trunk@52307 -
2016-05-15 09:26:48 +00:00
ondrej
61f389ffdb lcl: menus: rename OnAdvancedDrawItem to OnDrawItem and change event call schema
git-svn-id: trunk@51503 -
2016-02-05 19:56:04 +00:00
ondrej
71bb9cf00a lcl: set TMenu.OwnerDrawn default False. Issue #29577, patch by Alexey Torgashin
git-svn-id: trunk@51481 -
2016-02-02 23:01:32 +00:00
ondrej
bd20aff9d3 lcl menus: fix regression and bugs from r51466 #62ef2702b3. remove OnDrawItem and keep OnAdvancedDrawItem only. Issue #26969
git-svn-id: trunk@51467 -
2016-02-01 07:13:06 +00:00
ondrej
62ef2702b3 lcl: add ownerdrawn menu support (for now win32 only). Issue #26969
git-svn-id: trunk@51466 -
2016-01-31 20:11:28 +00:00
maxim
52d72af31a LCL: do not mention in comments no longer existing TMenuBar class, bug #26799
git-svn-id: trunk@46387 -
2014-09-30 23:20:20 +00:00
juha
cda481e98c LCL: add a MainMenu.Height property. Issue #26054
git-svn-id: trunk@44834 -
2014-04-28 12:50:44 +00:00
sekelsenmat
a29c6d9dec Applies patch from bug #17519 to fix regression in WinCE menus
git-svn-id: trunk@42069 -
2013-07-13 05:12:09 +00:00
mattias
9a518d7730 LCL: setting Action.OnExecute no longer changes the TMenuItem.OnClick
git-svn-id: trunk@41416 -
2013-05-26 12:47:37 +00:00
juha
7b162087fd Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41387 -
2013-05-24 18:30:06 +00:00
mattias
e25cb27f70 LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it
git-svn-id: trunk@39783 -
2013-01-06 18:58:47 +00:00
mattias
62fb47e350 LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it
git-svn-id: trunk@39782 -
2013-01-06 18:58:26 +00:00
maxim
ae9b3c702a LCL: reverted changes to menus.pp from r36666 #844e616738 (by Paul's request)
git-svn-id: trunk@36717 -
2012-04-10 21:41:46 +00:00
juha
844e616738 IDE etc.: unify 3 dots in GUI string to have a space ( ...).
git-svn-id: trunk@36666 -
2012-04-09 08:24:59 +00:00
martin
b9adcfa385 ShortCutToKey param as "out" instead of "var"
git-svn-id: trunk@34940 -
2012-01-25 23:25:10 +00:00
marc
a52a38101c lcl: add missing vcl compatible ValidMenuHotkeys
git-svn-id: trunk@34472 -
2011-12-28 17:42:50 +00:00
juha
67081e51b3 LCL: Implement procedure TMenuItem.Add(const AItems: array of TMenuItem), Issue #19889
git-svn-id: trunk@31975 -
2011-08-13 12:31:37 +00:00
juha
5d796b9cbb LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there.
git-svn-id: trunk@29872 -
2011-03-16 16:53:36 +00:00
juha
4e6e7a17b8 LCL: rename Menus.Shortcut function back to its Delphi compatible name.
git-svn-id: trunk@29859 -
2011-03-15 18:16:38 +00:00
juha
4e95f6a390 LCL: Show menu shortcuts also when they are sequencial keys combinations (like Ctrl+Q, B)
git-svn-id: trunk@29853 -
2011-03-15 14:05:55 +00:00
paul
64f66bd4d7 lcl: send CM_MENUCHANGED and CM_TABSTOPCHANGED messages
git-svn-id: trunk@27937 -
2010-10-29 07:28:13 +00:00
mattias
cc6da5151d LCL: added ignore VCL property TMainMenu.AutoMerge, feature 17462
git-svn-id: trunk@27484 -
2010-09-26 21:12:56 +00:00
paul
47c3b8be53 lcl, win32: cleanup
git-svn-id: trunk@26732 -
2010-07-19 05:43:57 +00:00
paul
424162b12c lcl: TMenuItem.Command is a 16bit value, not a 32 bit
git-svn-id: trunk@26731 -
2010-07-19 03:15:45 +00:00
sekelsenmat
29d3c92962 Improvements to the wince menu code
git-svn-id: trunk@26506 -
2010-07-07 14:16:23 +00:00