Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-12 | TextEdit: fixed sync between textedit content and scrollbars. | Graeme Geldenhuys | |
2010-06-11 | TextEdit: Ctrl + Up/Down Arrows now keeps the scrollbar in sync too. | Graeme Geldenhuys | |
2010-06-11 | TextEdit: implemented PgUp and PgDn key support. | Graeme Geldenhuys | |
2010-06-11 | Scrollbar: New convenience functions added. | Graeme Geldenhuys | |
These functions set a new scrollbar position and fires the OnScroll event. | |||
2010-06-11 | Updated project settings for TextEdit test app. Now debugging works. | Graeme Geldenhuys | |
2010-06-10 | TextEdit: Implemented Home and End keyboard navigation. | Graeme Geldenhuys | |
2010-06-09 | docs: Explaining the grid layout used by TfpgRect | Graeme Geldenhuys | |
vs the grid layout used by Types.TRect used by the RTL. | |||
2010-06-08 | Some new docs for fpg_widget.pas unit. | Graeme Geldenhuys | |
Important point is the explanation for the Anchors property and how fpGUI uses it. | |||
2010-06-08 | doc scripts: Minor update to run successfully under FPC 2.4.1 | Graeme Geldenhuys | |
NOTE: There are major bugs in fpdoc from 2.4.1 and 2.5.1 which causes all kinds of parsing errors, so some code (classes, procedures etc.) my be left out of the documentation unexpectedly. | |||
2010-06-08 | Updated stdimglist demo. | Graeme Geldenhuys | |
Anchoring of button didn't work because it was created in constructor before complete size of Form was set. Anchoring doesn't work when csLoading is in ComponentState - this is by design (for loading streamed forms, etc). | |||
2010-06-07 | ListBox: Items.Assign() now correctly updates scrollbar status. | Graeme Geldenhuys | |
2010-06-04 | ListBox: internal Items.Exchange now notifies the listbox to redraw. | Graeme Geldenhuys | |
2010-06-04 | Bumped visibility to Published for some properties. | Graeme Geldenhuys | |
This facilitates in the loading of external form files at runtime. | |||
2010-06-01 | Fixed potential division by zero bug. | Graeme Geldenhuys | |
This can occur when component is displayed with no text. :-/ | |||
2010-06-01 | Merge branch 'master' of /media/flash16gig/git_repos/fpgui | Graeme Geldenhuys | |
2010-06-01 | TextEdit Demo: Implemented a very basic syntax highlighter. | Graeme Geldenhuys | |
Implemented a OnDrawLine event handler which does very basic syntax highlighting, just to get a feeling of how things work. Cool fun! | |||
2010-06-01 | Added 3 new properties. FontHeight, FontWidth and OnDrawLine. | Graeme Geldenhuys | |
2010-05-31 | StringGrid: Text was not perfectly centered in each cell. | Graeme Geldenhuys | |
2010-05-31 | Scrollbar: When resized it now triggers a recalc of slidersize. | Graeme Geldenhuys | |
2010-05-31 | Scrollbar: replaced magic numbers with a constant. | Graeme Geldenhuys | |
2010-05-31 | Textedit: scrolling improvements. | Graeme Geldenhuys | |
2010-05-28 | Scrollbar: All painting is now done from inside HandlePaint | Graeme Geldenhuys | |
This is now safer and more consistent with all other fpGUI components. | |||
2010-05-25 | Disable grid smooth scrolling by default. | Graeme Geldenhuys | |
I don't want to alter behaviour of existing fpGUI applications. | |||
2010-05-24 | grids: 90% of smoothscrolling support is implemented. | Graeme Geldenhuys | |
It now needs lots of testing though! | |||
2010-05-24 | grids: Removed todo items that are completed. | Graeme Geldenhuys | |
2010-05-23 | DocView: New 'Open Special' menu option to open environment variables. | Graeme Geldenhuys | |
Environment variables can point to directories containing files or directly pointing to files. | |||
2010-05-23 | New Input Query (text) Dialog and global function fpgInputQuery(). | Graeme Geldenhuys | |
2010-05-23 | Moved the global dialog functions to the fpg_dialogs.pas unit | Graeme Geldenhuys | |
(out of the include files) | |||
2010-05-17 | Splashscreen demo: mention difference between waBorderless and wtPopup. | Graeme Geldenhuys | |
2010-05-17 | GDI: did not handle waBorderLess window attribute. | Graeme Geldenhuys | |
2010-05-15 | Splashscreen Demo: Updated the demo. | Graeme Geldenhuys | |
* Using new coding standards * New Commands implemented * Showing Splashscreen and Borderless Forms in action. | |||
2010-05-15 | Published some new events in TfpgForm. | Graeme Geldenhuys | |
They were available in TfpgWidget, so why not make them available in TfpgForm as well. | |||
2010-05-15 | When using ICommand (aka actions) it takes preferences over OnClick event ↵ | Graeme Geldenhuys | |
handler. | |||
2010-05-14 | added missing extrafpc.cfg file to JPEG demo | Graeme Geldenhuys | |
2010-05-14 | JPEG image loading support | jp anghel | |
2010-05-12 | Project file updates due to new Lazarus IDE version. | Graeme Geldenhuys | |
2010-05-12 | overridden fpgForceDirectories() method implemented which handles OS encoding. | Graeme Geldenhuys | |
2010-05-12 | Moved Check image drawing out of TfpgMenuItem.DrawText() | Graeme Geldenhuys | |
* As the method name indicates, it is only supposed to draw text. The check mark drawing is now done in TfpgPopupMenu.DrawItem(). The same location where submenu arrow etc is drawn. * We also now took advantage of the AItemFocused parameter to draw the check mark in inverted colors when selected. | |||
2010-05-12 | TfpgPopupMenu's DrawItem() and DrawRow() now as AItemFocused property | Graeme Geldenhuys | |
This allows us more flexibility in how to draw menu items. | |||
2010-05-12 | TfpgImageBase.Invert() now takes a boolean property to include the mask or not. | Graeme Geldenhuys | |
Default is not to include the mask. | |||
2010-05-10 | added readme.txt for MSEide template project | Graeme Geldenhuys | |
2010-05-10 | Added an MSEide template project for creating fpGUI apps with MSEide. | Graeme Geldenhuys | |
2010-05-07 | no comment. | Graeme Geldenhuys | |
2010-05-07 | Edit: removed redundant background painting code for BaseNumericEdit. | Graeme Geldenhuys | |
* now read-only and disabled states display correctly. | |||
2010-05-07 | DocView: Added new Quit toolbar button. | Graeme Geldenhuys | |
2010-05-07 | Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui | Graeme Geldenhuys | |
2010-05-07 | Updated MenuTest demo | Graeme Geldenhuys | |
* Reworked the code so the UI is managed by the UI Forms Designer * Added a new View menu with checkitem menus. * Added Toolbar and Statusbar to give basic visual effect when menu check items are toggled. * Added a Memo used as a Log output window. | |||
2010-05-07 | Popup Menu now paints the Checkmark when a MenuItem.Checked = True. | Graeme Geldenhuys | |
* Thanks to JP Anghel for the initial patch. * I added some mods by replacing magic numbers with a constant. * I also removed some old commented code. | |||
2010-05-06 | New image for Checked menu items. | Graeme Geldenhuys | |
2010-05-05 | Minor optimization in property settings order for CreateLabel() | Graeme Geldenhuys | |