Commit Graph

69910 Commits

Author SHA1 Message Date
zeljan1
c82b207c96 Gtk3: implemented SetAlphaBlend(). 2025-02-12 09:47:42 +01:00
zeljan1
5731b3c4cf Gtk3: Make TGtk3WidgetSet.GetKeyState() work for mouse buttons.Example at issue #41340 2025-02-12 09:22:14 +01:00
Maxim Ganetsky
397792d05d IDE: regenerated translations and updated Russian translation 2025-02-12 00:48:09 +03:00
Maxim Ganetsky
fb2a5016f6 IDE: improved i18n 2025-02-12 00:48:09 +03:00
zeljan1
597fe6af9d Gtk3: debug for keypresses. 2025-02-11 21:39:14 +01:00
zeljan1
2feb873d51 Gtk3: more keys implemented, fixed square brackets keys.issue #41425 2025-02-11 21:11:34 +01:00
mattias
f9ebfa5eac opengl: less hints 2025-02-11 20:44:42 +01:00
zeljan1
18d03966ff Gtk3: make keys work with synedit. 2025-02-11 19:51:01 +01:00
mattias
fd115f2c71 codetools: fixed FindSourceNameReferences to check also source name 2025-02-11 16:50:12 +01:00
mattias
f61782fb4a ide: rename references: suggest ampersand for keywords 2025-02-11 16:40:22 +01:00
mattias
e78469d469 ide: find references: fixed order of search results 2025-02-11 16:24:29 +01:00
mattias
8726dd48e7 ide: find/rename identifier: allow conflict and check if FNode is valid 2025-02-11 16:17:22 +01:00
zeljan1
f83078ff61 Qt5,Qt6: do not set QGuiApplication_applicationDisplayName(), since Qt have another meaning about it. issue #41417 2025-02-11 15:53:22 +01:00
zeljan1
8605e5252d Qt5,Qt6: fixed layout of ListView vsIcon and vsSmallIcon. 2025-02-11 15:38:57 +01:00
zeljan1
683afd5cbb Qt5,Qt6: use floating point functions for primitives drawing on scaled displays. issue #41422 2025-02-11 14:44:05 +01:00
mattias
79707cbc54 codetools: find declaration of middle namespace 2025-02-11 14:15:14 +01:00
zeljan1
82f47a7b6f Gtk3: fixed loading smallimages in TistView.ViewStyle = vsSmallIcon 2025-02-11 09:58:54 +01:00
zeljan1
291a9fd3dd Qt5,Qt6: fixed distorted image creation from device (screenshoot) on HiDpi screens. 2025-02-11 09:40:54 +01:00
zeljan1
32c1370c50 Gtk3: fixed TGtk3DeviceContext.GetPixel() so it works on wayland too. Patch by Anton Kavalenka. issue #41413 2025-02-10 19:59:52 +01:00
Maxim Ganetsky
dfb0c3bf81 Merge branch 'LCL/KeyAliasConsts' into 'main'
LCL: Additional key constant aliases VK_LCL_*

See merge request freepascal.org/lazarus/lazarus!409
2025-02-10 16:48:04 +00:00
n7800
bbb52ae727 LCL: Additional key constant aliases VK_LCL_* 2025-02-10 16:15:07 +00:00
Maxim Ganetsky
f1b8d1ece0 Merge branch 'fix-lazbuild-path' into 'main'
ProjectGroups: Fix lazbuild path macro

See merge request freepascal.org/lazarus/lazarus!436
2025-02-10 16:08:06 +00:00
Hendi
9dbc1dbe1e ProjectGroups: Fix lazbuild path macro 2025-02-10 15:59:07 +00:00
mattias
666f72b7f0 codetools: clean up 2025-02-10 16:07:30 +01:00
mattias
87d27af233 ide: save file as: check for pascal keyword in unit name and suggest retry or ampersand 2025-02-10 16:04:05 +01:00
wp_xyz
838a85bc8c LCL/TreeView: Add another sample to the ownerdraw sample project. Improved layout. 2025-02-10 15:57:58 +01:00
Maxim Ganetsky
15ab3afbc6 LazReport, AddFunction addon: don't randomly change compiler directives in frFuncNum.pas, issue #41418.
Align directive affects records, which are not used in this unit.
Also there is no apparent need to explicitly disable range checking,
coprocessor emulation and complete boolean evaluation.
2025-02-10 17:46:33 +03:00
mattias
995c81f4d0 codetools: added IdentifierHasKeywords 2025-02-10 15:31:48 +01:00
zeljan1
04f57de851 Qt5,Qt6: proper set of application title.issue #41417. 2025-02-10 15:28:43 +01:00
mattias
b042ec4560 codetools: RenameSourceNameReferences: apply ascending 2025-02-10 14:43:48 +01:00
Martin
6552d52af2 SynEdit: remove incorrect assert from 211a0a8b90, need to return empty token if skipping off-screen exceeds next markup - only then new next markup can be calculated. 2025-02-10 10:30:17 +01:00
Martin
b1ba753964 SynEdit: remove incorrect assert from 211a0a8b90, need to return empty token if skipping off-screen exceeds next markup - only then new next markup can be calculated. 2025-02-09 23:11:11 +01:00
Martin
3d01335568 SynEdit: Fix detecting combining after white-space (tab). Amend fix from commit ed45ec5224 See Issue #41228 2025-02-09 23:11:11 +01:00
Martin
696cf7c7b5 SynEdit: fixed "DX" (ETO) values for visualized tabs. An extra value was inserted, shifting subsequent values by one (noticeable when "full-width" chars were on the same line) 2025-02-09 23:11:11 +01:00
zeljan1
c50ceb5e64 Gtk3: removed unnecessary check. 2025-02-09 23:09:44 +01:00
zeljan1
9d7bd8fdd8 Gtk3: give some more time to window to configure itself. Sometimes, some forms stay invisible because it need more time to refresh and configure. Related to the issue #41412 2025-02-09 22:48:22 +01:00
dsiders
c26c03b6ae Docs: LCL/extctrls. Updates TCustomSplitter.MinSize topic to reflect valid values. Issue #41414. 2025-02-09 15:13:36 -05:00
Martin
c29347cfc7 SynEdit: Show fold indicator on last wrapped line. 2025-02-09 16:20:17 +01:00
Martin
269f304c2c SynEdit: Fix fold gutter for wrapped line with +/- fold indicator. 2025-02-09 16:20:17 +01:00
Martin
211a0a8b90 SynEdit: Textarea, TokenBreaker, add safety checks 2025-02-09 16:20:17 +01:00
Martin
137485b0ab SynEdit: DisplayView, add token origin/kind indicator 2025-02-09 16:20:17 +01:00
wp_xyz
986cea52b7 TAChart: Minor change in financial demo project. 2025-02-09 15:59:26 +01:00
wp_xyz
328192f456 LCL/TreeView: Add custom drawing demo project. Put existing add_remove demo project into separate folder. 2025-02-09 15:57:40 +01:00
wp_xyz
8f5c0d7288 LCL/TreeView: Improved custom drawing. 2025-02-09 15:56:16 +01:00
zeljan1
19ed12106d Gtk3: fixed loading bitmap from device. 2025-02-09 15:45:25 +01:00
zeljan1
03b43038f3 Gtk3: rewritten TGtk3DeviceContext.getPixel() to return correct pixel e, especially when our surface is not an image. issue #41413 2025-02-09 13:16:21 +01:00
zeljan1
07d34d83e4 Gtk3: fixed TGtk3DeviceContext.getPixel(). Patch by Anton Kavalenka. issue #41413 2025-02-08 17:44:49 +01:00
zeljan1
8e5b458e0b Gtk3: fixed case when window geometry isn't updated yet, so form is malformed or completely block showing. issue #41412 2025-02-08 16:54:54 +01:00
zeljan1
07f655053d Gtk3: hide toplevels by default when handle is created , only LCL should show it. issue #41412 2025-02-07 21:41:12 +01:00
zeljan1
fd83de7f2a Gtk3: fixed rectangle draw. Patch by Anton Kavalenka. issue #41397 2025-02-07 20:42:02 +01:00