Commit Graph

58393 Commits

Author SHA1 Message Date
martin
bbf0971c60 Fixed ecMoveLineUp/Down, ecDuplicateLine for persistent selection
git-svn-id: trunk@62573 -
2020-01-21 19:27:05 +00:00
ondrej
0c33b3e2c7 win32: Allow Child Controls In Native Controls, Issue #36513
git-svn-id: trunk@62572 -
2020-01-21 16:39:47 +00:00
juha
6a5bdbd4f8 IDE: Implement configurable DropDownCount for more ComboBoxes. Issue #36595, patch from Vojtech Cihak.
git-svn-id: trunk@62571 -
2020-01-18 09:37:59 +00:00
juha
146d5408d0 LCL-GTK3: Cleanup for TGtk3Panel. Issue #36586, patch from CudaText man.
git-svn-id: trunk@62570 -
2020-01-17 22:55:34 +00:00
dmitry
5a402d6cdc gtk3: implementation for listview sortindication. Patch by Anton Kavalenka. bug #36596
git-svn-id: trunk@62569 -
2020-01-17 19:36:58 +00:00
dmitry
6758ea533d cocoa: suppressing beeps on windows for unknown key presses
git-svn-id: trunk@62568 -
2020-01-17 13:11:30 +00:00
dmitry
556c5562fe bug #36281. Merged revision(s) 62516-62547 from branches/listviewsortindicator:
lcl: adding sortIndicator to the listview
........
win32: implementation of sortindicator 
........
lcl: adding autosortindicator property for the listview
........
gtk2: sortindicator implementation
........
gtk2: reverting accidental changes (unrelated to sortindicator)
........
qt5: implementing sort indicator  (seems like qt5 allows only 1 indicator per header)
........
cocoa: implementing sortIndicator
........
doc: adding short descriptions for SortIndicator and AutoSortIndicator
........

git-svn-id: trunk@62567 -
2020-01-17 01:49:23 +00:00
maxim
e7ab9b1d39 Docs, LCL: fixed content error, patch from Don Siders, bug #36594
git-svn-id: trunk@62566 -
2020-01-16 22:40:07 +00:00
juha
345161ed31 LCL-GTK3: Rework Frame3d. Issue #36588, patch from CudaText man.
git-svn-id: trunk@62565 -
2020-01-16 16:15:02 +00:00
juha
9a9605685f LCL-GTK3: Fixes for TPanel. Issue #36586, patch from CudaText man.
git-svn-id: trunk@62564 -
2020-01-16 16:15:01 +00:00
juha
6efe880c7b LCL-GTK3: TextOut with filled background. Issue #36569, patch from CudaText man.
git-svn-id: trunk@62563 -
2020-01-16 16:14:55 +00:00
dmitry
4c6c4baf6e cocoa: getting rid of unnecessary text change notifications. bug #36578
git-svn-id: trunk@62562 -
2020-01-16 01:52:04 +00:00
dmitry
c6feb9685a cocoa: assigning callback to a spinedits arrows
git-svn-id: trunk@62561 -
2020-01-16 01:31:07 +00:00
maxim
563565d92f IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@62560 -
2020-01-15 22:49:48 +00:00
maxim
f0bbd9622e IDE: improved 'ANSI codepage is UTF-8' caption
git-svn-id: trunk@62559 -
2020-01-15 22:47:18 +00:00
dmitry
36ff050ad7 cocoa: fix setting a new state for cocoa checkbox.
git-svn-id: trunk@62557 -
2020-01-15 03:44:20 +00:00
martin
1ac14d37b8 IDE, debugger: Reduce unnecessary watches updates
git-svn-id: trunk@62556 -
2020-01-14 20:37:34 +00:00
martin
dee73b2218 IDE, Debugger: Fix inspect dialog. Allow double clicking members of old style objects.
git-svn-id: trunk@62555 -
2020-01-14 17:44:23 +00:00
ondrej
a1a3a98062 LCL: Graphics: DefFontData is to be changed, declare it as var
git-svn-id: trunk@62554 -
2020-01-14 16:37:10 +00:00
ondrej
cb399a6260 revert r62550 #e254ce3acb
git-svn-id: trunk@62553 -
2020-01-14 16:32:58 +00:00
juha
6e3d70b796 LCL-GTK3: TextOut cleanup. Issue #36568, patch from CudaText man.
git-svn-id: trunk@62552 -
2020-01-14 16:26:35 +00:00
ondrej
872fe5d89c win32: fix bitmap menu item transparency. Issue #36490. Patch from Denis Kozlov
git-svn-id: trunk@62551 -
2020-01-14 14:56:23 +00:00
ondrej
e254ce3acb LCL: move IsFontNameDefault from LCLProc to Graphics to resolve the default font name dependency
git-svn-id: trunk@62550 -
2020-01-14 14:37:28 +00:00
ondrej
000aa3e559 win32: TWin32WidgetSet.CreateFontIndirect: correctly resolve default font height. Issue #36571. Patch from Yuriy Sydorov
git-svn-id: trunk@62549 -
2020-01-14 14:34:02 +00:00
ondrej
d3dab158dc Project Options: add "Ansi codepage is UTF8 (Windows 10 1903+)" manifest option, issue #36570
git-svn-id: trunk@62548 -
2020-01-14 12:58:30 +00:00
dmitry
7c70ec7fc5 cocoa: checkbox and radiobuttons initial value are now set without change notification
git-svn-id: trunk@62545 -
2020-01-14 01:31:14 +00:00
mattias
6063c499e5 updated lpl
git-svn-id: trunk@62544 -
2020-01-13 16:35:33 +00:00
wp
259891cf6d Fix compilation of LazHelpHtml for WinCE. Issue #36558.
git-svn-id: trunk@62542 -
2020-01-13 11:46:47 +00:00
dmitry
e7390143f5 cocoa: adding support for small and large change parameters of a scrollbar
git-svn-id: trunk@62541 -
2020-01-13 02:42:51 +00:00
dmitry
35bf787651 cocoa: manual scroller no longer reports any mouse events (to prevent double events). This matches the TCocoaScrollView implementation. Forcefully syncing scroll position with position of scrollers :) before reporting to LCL. bug #36048
git-svn-id: trunk@62540 -
2020-01-13 02:04:08 +00:00
dmitry
f588bfbd67 cocoa: fixes for pattern brush drawing, by Yuriy Sydorov. bug #36565
git-svn-id: trunk@62539 -
2020-01-12 20:21:24 +00:00
dmitry
276621a391 cocoa: updating patrons list
git-svn-id: trunk@62537 -
2020-01-12 20:03:57 +00:00
juha
2cb3973e0e IDE: Add file extension for OS=embedded to GetExecutableExt. Issue #36561, patch from Christo Crause.
git-svn-id: trunk@62536 -
2020-01-12 18:07:46 +00:00
juha
0ea618a03f Docs: New documentation file laztracer.xml for LazUtils. Issue #36560, patch from Don Siders.
git-svn-id: trunk@62535 -
2020-01-12 18:07:45 +00:00
juha
80d2504cd1 IDE: Move code updating Application Title, Scale and AutoForms from Main unit to SourceFileManager.
git-svn-id: trunk@62534 -
2020-01-12 18:07:39 +00:00
ondrej
a496579442 Cocoa: font dialog:
* Make font size dependent on the dialog's Font.PixelsPerInch and not the global CocoaBasePPI because the user can change it.
* Avoid rounding errors by using the real Font.Size value.
Bug #34828

git-svn-id: trunk@62533 -
2020-01-12 01:36:04 +00:00
dmitry
ef8ef84c04 cocoa: not allowing a column of TListView to be selected automatically.
git-svn-id: trunk@62532 -
2020-01-12 01:20:40 +00:00
dmitry
35bf1396b2 cocoa: hiding focus ring, if borderstyle is none. bug #34828
git-svn-id: trunk@62531 -
2020-01-12 01:06:54 +00:00
ondrej
98c349fc08 Cocoa fonts: comments
git-svn-id: trunk@62530 -
2020-01-12 01:01:18 +00:00
dmitry
18ce1577f9 cocoa: updating font dialog initialization. bug #33990
git-svn-id: trunk@62529 -
2020-01-12 00:45:13 +00:00
dmitry
4ac51dd8f4 cocoa: updating font dialog to return the selected font size. bug #33990
git-svn-id: trunk@62528 -
2020-01-11 23:57:57 +00:00
juha
d9fdf6d15e Docs: Updated documentation for DynQueue in LazUtils. Issue #36549, patch from Don Siders.
git-svn-id: trunk@62527 -
2020-01-11 14:22:26 +00:00
juha
740c9232da Docs: Updated documentation for LazUtils files. Issue #36538, patch from Don Siders.
git-svn-id: trunk@62526 -
2020-01-11 14:22:25 +00:00
juha
8887506cf9 Docs: Updated documentation for LCL files. Issue #36535, patch from Don Siders.
git-svn-id: trunk@62525 -
2020-01-11 14:22:23 +00:00
juha
2fb3192e85 IDE: Three new images. Issue #36534, patch from FTurtle.
git-svn-id: trunk@62524 -
2020-01-11 14:22:16 +00:00
maxim
9bf4ff3c18 ProjectGroups: updated Russian translation
git-svn-id: trunk@62522 -
2020-01-09 22:04:26 +00:00
michael
94141e9f91 * Fix from Pascal Riekenberg to fix rendering background with clNone (bug ID #36533)
git-svn-id: trunk@62514 -
2020-01-08 17:43:46 +00:00
ondrej
6d24a7b175 ProjectGroup: confirmation on reload in case of unsaved changes (fix ToDo)
git-svn-id: trunk@62513 -
2020-01-08 17:09:33 +00:00
martin
e1a09a86f4 FpDebug: fix checking for ImageBase (currently not implemented). Issue #0036499
git-svn-id: trunk@62512 -
2020-01-08 16:56:19 +00:00
ondrej
376bf8fdde ProjectGroups: more key shortcuts
git-svn-id: trunk@62511 -
2020-01-08 16:41:25 +00:00