summaryrefslogtreecommitdiff
path: root/src/corelib
AgeCommit message (Collapse)Author
2008-07-28* Applied the updated images from Vladimir to better support alternative ↵graemeg
color backgrounds. * Added filegrid images for future use. * Updated the stdimages.inc file with the new image data.
2008-07-28* Applied Vladimir's updatestdimgs changesgraemeg
2008-07-28* Removed temp variable when setting up standard images.graemeg
2008-07-24* Added some code comments for the UTF8 utility functions.graemeg
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* fpgOpenURL() under X11 now tries to use xdg-open first before trying ↵graemeg
alternative options.
2008-07-23Applied 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-22Applied Valdimir's modalform patch for GDI backend.graemeg
2008-07-22* Applied minor German translation patch from Jörg Braungraemeg
2008-07-21* Applied fpgui_mode.diff patch from Luiz Americo.graemeg
2008-07-18* Removed unnecessary parameters from DoUpdateWindowPosition.graemeg
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-16* Applied Vladimir's GetClientRect patch.graemeg
2008-07-14* Applied some of the various patch from Jean-Marc.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* Applied GDI Modal Forms patch from Vladimir.graemeg
2008-07-11Applied 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-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* Removed the RePaint call from HandleAlignments. It's now called from ↵graemeg
Realign instead.
2008-07-01* Applied GDI Resize consistency patch from Luiz Americograemeg
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.
2008-06-29Applied path from Vladimirgraemeg
* GDI: Fullscreen support * Minor improvements to TfpgSplitter * GDI: System key combination (Alt-F4) support
2008-06-29* GDI: Minor bug fix in Canvas.DoSetColor. It reset the LineStyle to lsSolid.graemeg
2008-06-28* Forgot to add the actual gui_splitter unit.graemeg
* Updated the fpgui_toolkit.lpk package for X11.
2008-06-28* Committed Vladimir's Splitter component patch.graemeg
2008-06-27* Added a new all-in-one lazarus package for fpGUI.graemeg
2008-06-27* A slight fix for X11 resizing forms with the mouse and alignment processing.graemeg
2008-06-27* Introduced a new property to TfpgWidget, called IsContainer for allgraemeg
components that act like containers (Panel, Form, etc). This optimizes the Component Alignment calls. * All resizing calls now get routed through DoUpdateWindowPosition() so they have a more consistent execution path. * OnResize now get fired when components get resized, and not just for Forms. * HandleAlignments() is now only called when needed. * Fixed the bug where Alignment didn't work when components are resized at runtime. * Removed compiler warnings form gui_mru.pas unit. * Memo's scrollbar now gets adjusted correctly when it's text is modified via code. * Minor bug fix when deleting line in a Memo component. The 'Index out of Bounds' error still occurs though. That will be fixed shortly.
2008-06-23* TfpgListBox now handles the Resize message. This fixes the scrollbar issue ↵graemeg
in the UI Designer and at runtime resizing. * Implemented correct 'lazy refresh' in TfpgWidget when setting the size and position with .SetPostion() method. * Refactored the Combo components removing some code duplication. Some paint methods are now inthe BasicCombobox component.
2008-06-19* Updated the Bevel example so it compiles again. * Updated the EventTest ↵graemeg
example.
2008-06-19* Minor fix with mousewheel support in listbox components.graemeg
2008-06-12* Minor fixes to csUpdating ComponentState in Grids.graemeg
* fpgApplication now closes all forms created via fpgApplication.CreateForm() before the main form when the application terminates. * Minor documentation update for fpgfx.pas unit.
2008-06-09Updated italian translation from Antoniograemeg
2008-06-04* Applied a patch from Luiz Americo which fixes some alignment issues inside ↵graemeg
TfpgPanel. * I implemented more alignment fixes for TfpgGroupBox and TfpgBevel. * I improved the painting of the focus rectangle it TfpgCheckBox and TfpgRadioButton. * UI Designer's Unknown widget can now act like a container component.
2008-06-03Update the language include files. I forgot to do it with the previous commit.graemeg
2008-06-03Applied partial parts of patch [ 1979341 ] gui_editCombo from Jean-Marc.graemeg
* Updated the combobox demo.
2008-06-02* Patch from Vladimir for application icon under Windows.graemeg
2008-05-27* Applied Vladimir's patch so non-resizeable forms can be minimized under ↵graemeg
Windows.
2008-05-27* Applied Vladimir's button flag patch.graemeg
2008-05-26* Applied Vladimir's patch to reduce GDI Objects.graemeg