Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-11 | Allow headerheight setting in grids. | Jean-Marc.Levecque | |
2014-08-22 | Fixes bug #162 (Home/End doesn't move cell focus is smoothscroll StringGrid) | Graeme Geldenhuys | |
2014-08-20 | Fix PageControl bug where left or right tabs are unresponsive to clicks | Graeme Geldenhuys | |
PageControl tabs were on the left or right, and you went over a certain number of tabs, then you couldn't change tabs by clicking with the mouse. The TabSheetAtPos() never took into account the TabPosition, and it always used MaxButtonWidthSum, which is only meant for Top or Bottom postitions. | |||
2014-08-09 | treeview: publish the OnKeyPress and OnKeyChar events | Graeme Geldenhuys | |
2014-07-29 | Merge branch 'release-1.2' into develop | Graeme Geldenhuys | |
So we can get the latest bug fixes in 'develop' | |||
2014-07-29 | Fixes minor compilation error under FPC 2.7.1 | Graeme Geldenhuys | |
FPC Trunk is more strict with language syntax than FPC 2.6.x | |||
2014-07-27 | 2 new units: fpg_CSVParser and fpg_StringGridBuilder | Graeme Geldenhuys | |
fpg_CSVParser contains a class and singleton method to allow parsing CSV files. fpg_StringGridBuilder is a class that allows you to load a CSV file and automatically populate a StringGrid with its content. | |||
2014-07-25 | Set actual grid background color | Jean-Marc | |
2014-07-23 | remove old code comment not needed any more | Graeme Geldenhuys | |
2014-07-23 | Set actual grid background color | Jean-Marc | |
2014-07-21 | toggle: fixes minor bug where selected font isn't used. | Graeme Geldenhuys | |
2014-07-21 | uidesigner: added togglebox widget to the palette bar | Graeme Geldenhuys | |
2014-07-21 | new ToggleBox widget | Andrew Haines | |
Hi I made a Togglebox widget descended from TfpgComboBox. It has button that slides side to side for checked/unchecked with a subtle animation when toggled. Various colors can be changed and the animation disabled. | |||
2014-07-17 | Allows adjusting Listview's scrollbar width | Jean-Marc | |
2014-07-17 | Allows adjusting Listbox's scrollbar width and pagesize | Jean-Marc | |
2014-07-17 | Merge branch 'jml/integer_input_dialog' into develop | Graeme Geldenhuys | |
2014-07-17 | Additional integerinputquerydialog | Jean-Marc | |
Hi, For my own use, I had to create a new specific integer dialog similar to the existing inputquerydialog. Attached is the patch for it. Hope it will be usefull Regards Jean-Marc New integerinputquery dialog Signed-off-by: Jean-Marc <jmarc.levecque@dbmail.com> | |||
2014-07-15 | Make clear what the default values are for two properties in TfpgImagePanel | Graeme Geldenhuys | |
2014-07-15 | Removed redundant code in TfpgScrollbar. | Graeme Geldenhuys | |
The Canvas.BeginDraw/EndDraw calls are not needed. The painting outside the HandlePaint() event was long ago fixed, but these calls were simply not removed. | |||
2014-07-10 | scrollframe: code formatting and design time painting | Graeme Geldenhuys | |
2014-07-10 | Tweak so the TfpgScrollFrame can play nicer with the UI Designer. | Graeme Geldenhuys | |
Basically it allows us to set the Content Frame after the ScrollFrame was created. | |||
2014-06-23 | Added the standard copyright notice to the new unit. | Graeme Geldenhuys | |
2014-06-23 | Merge remote-tracking branch 'demerson/scroll-frame' into 'develop' | Graeme Geldenhuys | |
2014-05-08 | menubar: now set as a container widget | Graeme Geldenhuys | |
Resize messages are now propagated to the child widgets too. | |||
2014-04-27 | treenode: new overloaded constructor and FTree moved to protected section. | Graeme Geldenhuys | |
2014-04-27 | tree node: new TreeView property to show which tree view a TreeNode belongs too. | Graeme Geldenhuys | |
2014-04-01 | When using Lazarus IDE, the image byte arrays should be code-folder | Graeme Geldenhuys | |
Just a convenience thing. ;-) | |||
2014-03-29 | Experimental (work-in-progress) Windows 8 look-alike theme. | Graeme Geldenhuys | |
At least I think it is Windows 8 (I don't own a copy) - I am working of screenshots I found on the internet. I liked the look, so thought I would start on a fpGUI theme for it. | |||
2014-03-29 | ComboBox/EditCombo now uses the new fpgStyles API. | Graeme Geldenhuys | |
2014-03-29 | combobox/editcombo: Internal button painting now only done in HandlePaint | Graeme Geldenhuys | |
Painting outside the HandlePaint() is often a source of problems. | |||
2014-03-29 | checkbox now uses new fpgStyle methods for the painting of the checkbox image | Graeme Geldenhuys | |
2014-03-29 | style: new button state btfEnabled | Graeme Geldenhuys | |
2014-03-24 | Publishes the OnKeyPress event for TfpgButton | Graeme Geldenhuys | |
We had that event all implemented, and it is useful ever for buttons - so I decided to publish it too. | |||
2014-03-17 | spinedit: Allow min and max values to be equal. | Jean-Marc.Levecque | |
Min and max values may be changed at execution, even becoming equal, and the output value may have to follow. | |||
2014-03-17 | scrollbar: removes TODO items already completed. | Graeme Geldenhuys | |
2014-03-17 | scrollbar: bug fix painting shadow (grey) area between slider and arrow buttons | Jean-Marc.Levecque | |
2014-03-10 | Move ShowThousand setting to BaseNumericEdit | Jean-Marc.Levecque | |
2014-02-25 | grid: Final piece of the puzzle. BorderStyle is now fully working. | Graeme Geldenhuys | |
2014-02-25 | grid: Removes last traces of that pesky FMargin variable. | Graeme Geldenhuys | |
2014-02-25 | grid: minor code formatting fix. | Graeme Geldenhuys | |
2014-02-25 | grid: First run through code removing hard-coded border widths. | Graeme Geldenhuys | |
This was mostly the replacement of FMargin field variable usage. Tested and grid still works like before. | |||
2014-02-25 | grid: introduce an overloaded GetClientRect() function. | Graeme Geldenhuys | |
This takes into account BorderStyle and border widths from the theme manager. | |||
2014-02-23 | edit: Remove more hard-coded values for improved themes support. | Graeme Geldenhuys | |
2014-01-25 | hyperlink: Removed hard-coded font name, and make it more cross-platform ↵ | Graeme Geldenhuys | |
friendly. | |||
2014-01-25 | hyperlink: defined a new named color clHyperLink and used in in TfpgHyperLink | Graeme Geldenhuys | |
This makes it easier to customise in themes - without needing to override TfpgCanvas.DrawString() | |||
2014-01-23 | Avoid last item selection when mouse points over last item | Jean-Marc | |
2014-01-21 | updatescrollbar at end of handlepaint | Jean-Marc | |
2013-12-22 | Adds 2 new themes to the fpGUI framework. | Graeme Geldenhuys | |
All are 'dark' themes, but with various looks and color variations. Thanks to Rochdi Abdelilah (aka ROCABDEL) for the fantastic contribution. | |||
2013-12-17 | editcombo: Publish the missing ReadOnly property | Graeme Geldenhuys | |
2013-12-17 | editcombo: Implements painting a ReadOnly state | Graeme Geldenhuys | |