Commit Graph

62 Commits

Author SHA1 Message Date
Juha
cc4760393b Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
Juha
1574149093 Customdrawn: Cleanup. Issues #40387 and #40388. 2023-07-19 11:16:27 +03:00
Juha
cdf90a24d6 Customdrawn: Implement multiline for TCDPageControl tabs. Merge request !136 by Andrew Haines. 2023-04-15 10:45:11 +03:00
juha
125e794a87 Remove useless test for X <> Nil when using "is" operator.
git-svn-id: trunk@63779 -
2020-08-18 17:35:21 +00:00
ondrej
0ec8cfcfac lcl: customdrawncontrols: disable DoubleBuffered for TCDControl
git-svn-id: trunk@57269 -
2018-02-07 17:00:23 +00:00
juha
3ed79743c8 Remove the wrapper functions from LazUtils.FileUtil, Lcl.LclProcs and Codetools.FileProcs completely. Simplify code.
git-svn-id: trunk@56693 -
2017-12-11 19:44:37 +00:00
sekelsenmat
b795a254dd customdrawn: Fixes bug #21573 problems in TCDScrollBar slider mouse drag
git-svn-id: trunk@52782 -
2016-08-04 06:57:58 +00:00
sekelsenmat
726931d294 cocoa: Implements basic TSpeedButton look
git-svn-id: trunk@49580 -
2015-08-01 06:28:38 +00:00
sekelsenmat
5d06fc87a9 customdrawn: Implements minimally functional popup menu and combobox item selection
git-svn-id: trunk@48908 -
2015-04-30 08:34:13 +00:00
sekelsenmat
d9b5fc452a customdrawn: Patch from bug #27053
git-svn-id: trunk@48894 -
2015-04-29 10:24:59 +00:00
sekelsenmat
b3ede1ffd0 lcl-customdrawn: Finally fixes the combobox height in non-Android platforms, which was due to lack of a proper PreferredHeight
git-svn-id: trunk@48880 -
2015-04-28 15:05:25 +00:00
sekelsenmat
efbf75076f customdrawn: Expands support to dropdown button
git-svn-id: trunk@48832 -
2015-04-24 11:44:36 +00:00
sekelsenmat
9b4132cbca customdrawn: Starts mac toolbar arrow and starts customdrawn ws theme
git-svn-id: trunk@48829 -
2015-04-24 08:36:08 +00:00
sekelsenmat
8a8c672aa6 customdrawn: Further implements the toolbar buttons and drawing
git-svn-id: trunk@48822 -
2015-04-23 13:12:11 +00:00
sekelsenmat
cb635d6b2a customdrawn: Starts implementing toolbar support
git-svn-id: trunk@48818 -
2015-04-23 11:22:11 +00:00
juha
abe573b42d Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items.
git-svn-id: trunk@48481 -
2015-03-24 17:52:23 +00:00
mattias
b5ef5a6a06 LCL: camel case unit names, patch #27666
git-svn-id: trunk@48338 -
2015-03-14 10:35:43 +00:00
mattias
5ca1ca2bd8 LCL: less hints
git-svn-id: trunk@47614 -
2015-02-07 09:52:51 +00:00
juha
51ab663b7f LCL: Publish events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp for yet more controls. Issue #26781, patch from Sandro Cumerlato.
git-svn-id: trunk@46338 -
2014-09-26 21:40:47 +00:00
mattias
76b41ca24f LCL: clean up
git-svn-id: trunk@45198 -
2014-05-27 13:27:55 +00:00
paul
9c3cd46cff lcl: load button icons from FPC resources instead of Lazarus resources
git-svn-id: trunk@42957 -
2013-09-27 02:48:55 +00:00
sekelsenmat
9b8ffbeb1f LCL-CustomDrawn: Now writing db data via a TDBEdit also works, as I fixed the CM_TEXTCHANGED signal sending
git-svn-id: trunk@39474 -
2012-12-07 15:32:30 +00:00
sekelsenmat
ceaecc704b LCL-CustomDrawn: Improves TEdit features support so that now we can already read data from a database with TDBEdit
git-svn-id: trunk@39473 -
2012-12-07 14:26:39 +00:00
sekelsenmat
8624b78a67 LCL-CustomDrawn: Implements support for TCDEdit.ReadOnly
git-svn-id: trunk@39446 -
2012-12-06 09:46:47 +00:00
sekelsenmat
b6fd6f59e1 Large patch from Giuliano Colla: Adds pallete images to CD controls, improves TCDButton to be more similar to TBitBtn, improves the speed of mouse/resize message handling in LCL-CustomDrawn-X11 and starts implementing MessageDlg in LazDialogs
git-svn-id: trunk@38612 -
2012-09-11 08:04:30 +00:00
sekelsenmat
78e73fc658 LCL-CustomDrawn: Adds support for read/write selection information in TCDEdit, LCL-CustomDrawn and also in the Cocoa accessibility
git-svn-id: trunk@38245 -
2012-08-15 08:02:41 +00:00
juha
a0dc95e9df LCL, TCDComboBox: fix setting ItemIndex, SetItems for Items. Issue #22301, patch from Denis Volodarsky
git-svn-id: trunk@37789 -
2012-06-26 21:14:27 +00:00
sekelsenmat
2b25ebf0b3 LCL-CustomDrawn-Android: Improves the combobox selection further, fixing the case where the item index didnt change but the text did. Starts implementing Clipboard text setting
git-svn-id: trunk@37223 -
2012-05-08 17:04:49 +00:00
sekelsenmat
81d61cbfd7 LCL-CustomDrawn: Improves the item update in the combobox
git-svn-id: trunk@37222 -
2012-05-08 16:33:26 +00:00
sekelsenmat
0b9f2fb271 LCL-CustomDrawn-Android: Starts implementing clipboard support and fixes regressions from previous commits: Fixes Android combobox text and selection. Fixes Android virtual keyboard which was broken by SetFocus.
git-svn-id: trunk@37221 -
2012-05-08 16:15:40 +00:00
sekelsenmat
8da0ccb743 CustomDrawn: Fixes some crashes which show in TEdit inserted inside TDBGrid
git-svn-id: trunk@37047 -
2012-04-27 08:34:35 +00:00
sekelsenmat
98541475a5 TCDEdit: Implements ENTER key handling in multiline mode
git-svn-id: trunk@36935 -
2012-04-20 15:22:53 +00:00
sekelsenmat
9b1fbde31c Starts addding TMemo support to LCL-CustomDrawn and some fixes related to the TCDEdit.MultiLine implementation
git-svn-id: trunk@36931 -
2012-04-20 14:35:33 +00:00
sekelsenmat
eb613379a2 Initial implementation of the multiline TCDEdit
git-svn-id: trunk@36930 -
2012-04-20 14:05:13 +00:00
sekelsenmat
b52ee389ac Fixes the drawing of the checkbox in Android
git-svn-id: trunk@36396 -
2012-03-28 15:30:23 +00:00
sekelsenmat
a9dcdc0c4a Improves the CustomDrawn ComboBox behavior in Android
git-svn-id: trunk@36272 -
2012-03-23 11:51:01 +00:00
sekelsenmat
0ef97f99db LCL-CustomDrawn and CustomDrawn: Advances the migration to TFPCustomCanvas which allowed to support TUpDown and TSpeedButton in LCL-CustomDrawn
git-svn-id: trunk@36155 -
2012-03-18 22:25:18 +00:00
sekelsenmat
11a6c128d9 Minor change in TCDSpinEdit: Double is better then Extended
git-svn-id: trunk@35974 -
2012-03-14 10:35:48 +00:00
sekelsenmat
6d8f89f7ee Initial implementation of TCDSpinEdit (supports both float and integer value)
git-svn-id: trunk@35973 -
2012-03-14 09:39:36 +00:00
sekelsenmat
179972fb78 Starts TCDComboBox implementation, with a native routine for an eventual native item choose popup/dialog
git-svn-id: trunk@35641 -
2012-03-01 15:30:26 +00:00
sekelsenmat
e10dc0f7ea Some improvements to the new TCDTrackBar.OnChangeByUser event
git-svn-id: trunk@35114 -
2012-02-03 14:41:50 +00:00
sekelsenmat
88f38a5ae9 Some minor extensions to TCDTrackBar
git-svn-id: trunk@35113 -
2012-02-03 14:02:49 +00:00
sekelsenmat
2fb60ec76d customdrawn: Patch from lainz to fix some bugs in the checkbox code and added the Enabled property to all final controls
git-svn-id: trunk@34890 -
2012-01-24 06:57:13 +00:00
sekelsenmat
4c304af365 Patch from lainz, fixes all remaining memory leaks in customdrawn
git-svn-id: trunk@34569 -
2012-01-03 23:30:35 +00:00
sekelsenmat
e887732966 Improves the no drawers found message to be more clear
git-svn-id: trunk@34548 -
2012-01-03 12:12:14 +00:00
sekelsenmat
db6767dd05 Patch to fix memory leak from lainz
git-svn-id: trunk@34545 -
2012-01-03 00:59:11 +00:00
sekelsenmat
142d0b4667 Customdrawn: Patch from lainz to fix mem leak and adds dsWindow7 style
git-svn-id: trunk@34481 -
2011-12-28 23:20:04 +00:00
sekelsenmat
c6111bd52c Improves csfSunken for checkbox and radio button
git-svn-id: trunk@34475 -
2011-12-28 18:20:51 +00:00
sekelsenmat
865af6bdac Fixes (again) the doublebuffer in customdrawncontrols
git-svn-id: trunk@34452 -
2011-12-27 22:54:37 +00:00
sekelsenmat
d5c7c05a44 Attempt to fix double buffering in Windows
git-svn-id: trunk@34449 -
2011-12-27 17:35:22 +00:00