Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-27 | treenode: new overloaded constructor and FTree moved to protected section. | Graeme Geldenhuys | |
2014-04-27 | docs: Updated fpg_tree unit documentation with new TfpgTreeNode.TreeView info | Graeme Geldenhuys | |
2014-04-27 | tree node: new TreeView property to show which tree view a TreeNode belongs too. | Graeme Geldenhuys | |
2014-04-27 | Fixes grammar error in code comment | Graeme Geldenhuys | |
2014-04-21 | x11: further improvement to get maxwidth/maxheight fully working. | Graeme Geldenhuys | |
2014-04-21 | x11: Fixes Min[Width|Height] and Max[Width|Height] of top level windows. | Graeme Geldenhuys | |
2014-04-01 | When using Lazarus IDE, the image byte arrays should be code-folder | Graeme Geldenhuys | |
Just a convenience thing. ;-) | |||
2014-04-01 | minor tweak to docview.ipf help file | Graeme Geldenhuys | |
2014-03-30 | Richview resize/render speed | Andrew Haines | |
while testing richview I noticed it's fairly slow, though only if there are font changes in the content. So I added a font cache to the richview fontmanager and now there is almost no delay to render content in the richview. Big, big speed improvement. | |||
2014-03-30 | Adds the new win8 theme unit to the fpgui_toolkit package | Graeme Geldenhuys | |
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 | style: new fpgStyle methods for painting a ComboBox widget | 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 | uidesigner: Align Left button was 2px larger than other align buttons. | Graeme Geldenhuys | |
2014-03-29 | checkbox now uses new fpgStyle methods for the painting of the checkbox image | Graeme Geldenhuys | |
2014-03-29 | style: new style methods for checkbox customisation | 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-24 | fpc_lang_ref.ipf: minor fix to diagram | Graeme Geldenhuys | |
Also placed a note of where I should continue from. | |||
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 | Merge branch 'gridborderstyle' into develop | Graeme Geldenhuys | |
2014-02-25 | Fixes small spelling mistake in code comment. | Graeme Geldenhuys | |
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-24 | fix github bug #8: fpGUI as x11 root window fails. | Graeme Geldenhuys | |
Solution gave by Mohaslan. Checking if AWindow or AProperty actually have valid values resolves the problem. | |||
2014-02-23 | documentation scripts update | Graeme Geldenhuys | |
Updated the scripts by removing missing fpdoc XML files. | |||
2014-02-23 | edit: Remove more hard-coded values for improved themes support. | Graeme Geldenhuys | |
2014-02-04 | uidesigner: surfaced the TfpgTrackBar.SliderLength property in the Object ↵ | Graeme Geldenhuys | |
Inspector | |||
2014-01-25 | Merge branch hyperlink into develop | Graeme Geldenhuys | |
Small branch that contained some improvements to the TfpgHyperLink widget. | |||
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-24 | aggpas: Agg2D Console demo - improve font location constant for FreeBSD | Graeme Geldenhuys | |
2014-01-24 | aggpas: fixes grammar in code comment. | Graeme Geldenhuys | |
2014-01-24 | aggpas: New Agg2D Console demo. | Graeme Geldenhuys | |
See the unit's header comment for more details. | |||
2014-01-24 | aggpas: Makes the agg_2D.pas unit compilable again. | Graeme Geldenhuys | |
2014-01-24 | Fixes a spelling mistake in a code comment. | Graeme Geldenhuys | |
Also removed trailing spaces from some lines. | |||
2014-01-24 | GDI: Fixes mouse wheel scrolling bug on newer Windows versions. | Graeme Geldenhuys | |
For some odd reason under Win7 only downward scrolling was working. This changes fixes it. Tested on Win2000 and Win7 systems. | |||
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 | |
2014-01-20 | Exclude *.exe files from git output | Graeme Geldenhuys | |
We don't need to track EXE files. | |||
2013-12-28 | uidesigner: completed string constants to resource string for vfdforms.pas unit | Graeme Geldenhuys | |
2013-12-27 | uidesigner: More string constants refactored to resource strings. | Graeme Geldenhuys | |
2013-12-27 | uidesigner: unit header comment updated | Graeme Geldenhuys | |