Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-24 | * Minor fix in right aligned text. Removing remainder spaces before a linebreak. | graemeg | |
2008-07-24 | * Added some short form utf-8 methods to gfx_utf8utils unit. | graemeg | |
2008-07-24 | * Applied a minor patch from Vladimir renaming the function WrapLine to ↵ | graemeg | |
AddLineBreaks. | |||
2008-07-23 | * Applied Jean-Marc's grid Options property patch. | graemeg | |
* Fixed a minor grid text color issue introduced by a previous patch. * Updated the GridTest example project to show the new Options property at work. | |||
2008-07-23 | * fpgOpenURL() under X11 now tries to use xdg-open first before trying ↵ | graemeg | |
alternative options. | |||
2008-07-23 | Applied patch from Valdimir fixing app crash when mouse wheel is scrolled in ↵ | graemeg | |
application console window. | |||
2008-07-23 | * Applied Vladimir's DrawText patch. Nice work. | graemeg | |
2008-07-23 | * Minor parameter type change in Clipboard classes from String to TfpgString. | graemeg | |
2008-07-22 | Applied Valdimir's modalform patch for GDI backend. | graemeg | |
2008-07-22 | * Applied minor German translation patch from Jörg Braun | graemeg | |
2008-07-21 | * Applied fpgui_mode.diff patch from Luiz Americo. | graemeg | |
2008-07-21 | * Applied ComboBox cleanup patch from Luiz Americo | graemeg | |
2008-07-21 | * Minor scrollbar patch so Windows behaves the same as Linux. Patch by Vladimir. | graemeg | |
2008-07-18 | * Minor fix in the CustomGrid SetRowCount and SetColumnCount methods. Even ↵ | graemeg | |
if those properties are set between BeginUpdate/EndUpdate calls. | |||
2008-07-18 | * Removed unnecessary parameters from DoUpdateWindowPosition. | graemeg | |
2008-07-17 | * Added extra safety in the Grid Scrollbar handling. * Replaced magic ↵ | graemeg | |
numbers with ModalResult constants. | |||
2008-07-17 | * Applied Luiz Americo's resize patch with minor fixes. | graemeg | |
* Fixed up the setting of FDirty. * Fixed up scrollbar handling in Grid and Listbox components. | |||
2008-07-17 | * Small patch for EditCombo from Jean-Marc. | graemeg | |
2008-07-16 | * Added compile fix for Splash Screen demo from MvC. | graemeg | |
* Added the compileall.sh script supplied by Michael van Canneyt for the GUI examples. * Removed all compiler warnings and hints from the GUI examples. | |||
2008-07-16 | * Applied Vladimir's GetClientRect patch. | graemeg | |
2008-07-15 | * Appied gui_edit patch from Jean-Marc. | graemeg | |
2008-07-15 | * GUI Test Runner: Improved the images in the treeview. | graemeg | |
* GUI Test Runner: Progress bar is now activated as tests run. * Treeview: Fixed the horizontal scrolling bug where nodes disappear. | |||
2008-07-14 | * Minor changes to popup menus for Edit and Treeview. | graemeg | |
2008-07-14 | * Applied some of the various patch from Jean-Marc. | graemeg | |
2008-07-14 | * Applied patch no:2014995 EditFload decimal setup. | graemeg | |
2008-07-14 | * Implemented a ModalResult type and related constants. | graemeg | |
* Updated fpGUI framework to use the new TfpgModalResult type and mrXXX constants. | |||
2008-07-14 | * Fixed the blind casting to TfpgWidget done in gui_radiobutton. | graemeg | |
* Fixed a spelling mistake in a function name in gui_radiobutton unit. | |||
2008-07-14 | * Applied GDI Modal Forms patch from Vladimir. | graemeg | |
2008-07-11 | * Fixed the recusion bug in Treeview when searching for a node. | graemeg | |
* Minor improvements to the GUI Test Runner. * Extended the treeview unit tests. | |||
2008-07-11 | * Applied various patches from Jean-Marc. | graemeg | |
2008-07-11 | * Applied patch improving the text drawing and alignment in grids. By Jean-Marc. | graemeg | |
2008-07-11 | Combo resize patch applied from Luiz Americo. | graemeg | |
2008-07-11 | * Applied minor memory leak patch for TfpgPanel. By Vladimir. | graemeg | |
2008-07-11 | Applied mousevents patch from Vladimir. | graemeg | |
2008-07-11 | * Removed many compiler warnings from the gfx_imgfmt_bmp unit. | graemeg | |
* Minor fix in the ImageList class. * Minor fixes in the Tree and TreeNode classes. * GUI Test Runner: Added image support in the test treeview. * Started a project for unit testing fpGUI components - starting with the treeview. | |||
2008-07-10 | * Fixed a minor variable type bug in imagelist unit. | graemeg | |
* Added images for use in GUI Test Runner. | |||
2008-07-10 | * Removed the annoying unit that Lazarus IDE keeps adding to the examples. | graemeg | |
* Updated the build scripts to compile the new package unit. | |||
2008-07-09 | * Applied patch 2013558 from Jean-Marc. Adding a new Currency edit and other ↵ | graemeg | |
mods. | |||
2008-07-09 | * Applied patch from Jean-Marc improving the EditoCombo component. Patch ↵ | graemeg | |
#1991299 | |||
2008-07-08 | * Added a new FindSubNode method to TfpgTreeNode. | graemeg | |
* Implemented more of the FPCUnit GUI Test Runner. We now have a working test runner, but I still have much to do. | |||
2008-07-07 | * Published more events and properties for EditInteger and EditFload components. | graemeg | |
* Now the Min/Max Size is actually applied, the Message Dialogs needed minor attention. * Updated all the example projects to use the newer all-in-one fpgui_toolkit lazarus package. * Did some minor bug fixing in some of the examples. 1-based indexing instead of 0-based indexing etc. | |||
2008-07-07 | * Fixed svn properties on some files. | graemeg | |
* Implemented MaxWidth and MaxHeight properties. * Implemented contraint checks on window/widget sizes. * Fixed the bug with anchor issues inside container widgets. * Fixed the initial state of PrevWidth/Height/Top/Left and Dirty state. | |||
2008-07-03 | * EditTest in the prototypes directory now tests Button ImageLayout property. | graemeg | |
* TfpgBevel has been added to the UI Designer component palette. * TfpgBevel is used in the UI Designer and Shape=Spacer it paints itself different in the UI Designer, so it's more visible. At runtime it doesn't paint like that. | |||
2008-07-02 | * Reverted the previous patch, except for the InvalidateRect() call. | graemeg | |
2008-07-02 | * GDI: Removed the BorderDimension usage in DoUpdateWindowPosition and added ↵ | graemeg | |
a call to InvalidateRect(). This fixed the Splitter and UI Designer redraw issues. The event duplicates still need to be fixed. | |||
2008-07-02 | * Applied Button patch from Michael van Canneyt. Adding ImageLayout property ↵ | graemeg | |
to Buttons. | |||
2008-07-02 | * Removed the RePaint call from HandleAlignments. It's now called from ↵ | graemeg | |
Realign instead. | |||
2008-07-01 | * Applied GDI Resize consistency patch from Luiz Americo | graemeg | |
2008-07-01 | * TfpgButton now contains a new property called Flat which gives it a flat ↵ | graemeg | |
look. As the mouse hovers over the button, it gets the normal look. This property overrides the Default property look. * UI Designer now has support for the Button.Flat property, but the flat behaviour has been disabled in the designer form to make buttons more visible compared to labels. | |||
2008-06-30 | * A quick implementation of the Vista Black button. | graemeg | |
* Minor code cleanup in GDI window title procedure. |