summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-16Edit Button components: Improved the look in the UI Designer.Graeme Geldenhuys
2010-04-16New TfpgFontEdit component.Graeme Geldenhuys
Another composite component. TfpgEdit + TfpgButton to select a font.
2010-04-16new standard image: ellipseGraeme Geldenhuys
Using this instead of the text '...' allow developer to center the ellipse on a button.
2010-04-15UI Designer: registered TfpgDirectoryEdit in component palette.Graeme Geldenhuys
2010-04-15TfpgDirectoryEdit: new composite component added to fpg_editbtn.pas unit.Graeme Geldenhuys
2010-04-15Adds new images, updates existing ones for UI Designer.Graeme Geldenhuys
2010-04-15New standard image added: open folder with a fileGraeme Geldenhuys
2010-04-15UI Designer: exposed the ExtraHint property of TfpgEdit and TfpgFilenameEditGraeme Geldenhuys
2010-04-15FilenameEdit: exposed the ExtraHint property of the embedded Edit component.Graeme Geldenhuys
2010-04-15FilenameEdit: Fixed the focus issues in the Edit component part.Graeme Geldenhuys
2010-04-15FilenameEdit: Fixed image alignment on button.Graeme Geldenhuys
It is now painted true center of button.
2010-04-15UI Designer: Adds TfpgFilenameEdit to the component palette.Graeme Geldenhuys
2010-04-15FilenameEdit: Improved initial size.Graeme Geldenhuys
2010-04-15New unit fpg_editbtn.pas: Adds TfpgFileNameEdit component.Graeme Geldenhuys
2010-04-15textedit demo: Add support to toggle TextEdit.RightEdge visiblity.Graeme Geldenhuys
2010-04-15textedit: implements RightEdge line supportGraeme Geldenhuys
2010-04-15textedit: update project unit output directory.Graeme Geldenhuys
2010-04-14tabs: adds support for Left/Right tab position and mouse support.Graeme Geldenhuys
The Left/Right tab look is still not pretty enough, but at least it is now functional.
2010-04-14tabtest: update project settings, unit output directoryGraeme Geldenhuys
2010-04-14updates build script to include docview appGraeme Geldenhuys
2010-04-14adds application icons for fpGUI UI DesignerGraeme Geldenhuys
2010-04-14Edit: When the component is disabled, the ExtraHint should not be shown.Graeme Geldenhuys
The old behaviour was indistinguishable between Disabled state with actual Text. So we had to modify the ExtraHint painting.
2010-04-13Edit: When setting read-only at runtime, the component never repainted itself.Graeme Geldenhuys
2010-04-13UI Designer: Single click in Object Inspector sets focus to actual edit widget.Graeme Geldenhuys
2010-04-13Message Dialog buttons now use translated text.Graeme Geldenhuys
Initializing the cMsgDlgBtnText when it was declared is too early and the translated strings have not yet been loaded. We we update the array a bit later to make sure it is correct.
2010-04-08X11: temporary change to allow compiling under Mac OS - experimentalGraeme Geldenhuys
2010-04-08French translation updateJean-Marc
2010-04-08Updated changelog file.Graeme Geldenhuys
2010-04-08Updated version information to 0.7.rc2Graeme Geldenhuys
2010-04-08Fixed compiler settings to use correct Include path.Graeme Geldenhuys
2010-04-08Changed method parameter name to avoid conflict with FPC 2.5.1Graeme Geldenhuys
2010-04-08Removed old fpc build scriptGraeme Geldenhuys
2010-04-08Updated Afrikaans translation.Graeme Geldenhuys
2010-04-07Added 'Insert from Character Map' menu item for default popup menu in TfpgEditGraeme Geldenhuys
Text can now be inserted into a TfpgEdit via the Character Map dialog.
2010-04-07Localized Character Map dialogGraeme Geldenhuys
* Also added keyboard support for selecting characters.
2010-04-07New resource strings for translation.Graeme Geldenhuys
2010-04-07New resource strings for translation.Graeme Geldenhuys
2010-04-07All sample projects updated so all of them can compile correctly.Graeme Geldenhuys
* Replaced ModalResult magic numbers with enum values. * Updated project unit output directories. * Updated tiOPF examples with latest unit names. * Updated outdated projects still references old fpGUI unit names.
2010-04-07ModalResult changed to a enum typeGraeme Geldenhuys
* Replaced all magic number modal results with actual enum values * UI Designer now uses enum combolist for ModalResult type in Object Inspector. * UI Designer now handles default values of ModalResult property correctly.
2010-04-06memo example: changed code so GUI is managed by fpGUI UI Designer.Graeme Geldenhuys
2010-04-06examples: fixed unit output directory settings.Graeme Geldenhuys
2010-04-06version info file moved to src directory.Graeme Geldenhuys
The VERSION_FILE.inc moved from the root fpGUI directory to the src directory.
2010-04-06fpgSendMessage now calls fpgDeliverMessage() instead of .Dispatch directly.Graeme Geldenhuys
This now causes all messages to touch the fpgApplication's MessageHookList as well - if one exists.
2010-04-06Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpguiGraeme Geldenhuys
2010-04-06memo: Fixed deletion of selected lines.Graeme Geldenhuys
Thanks to JoshyFun <joshyfun@gmail.com> for suggestions.
2010-04-03Introduced new method fpgMatchLocale to compare passed-inGraeme Geldenhuys
locale to what fpGUI detected at startup.
2010-04-03FixLanguageIDs now also take a var paramater instead of hard-coded value.Graeme Geldenhuys
2010-04-01calendar demo: added the TfpgCalendarCheckCombo as well.Graeme Geldenhuys
2010-04-01popup calendar: Set some extra properties for the year and month edits.Graeme Geldenhuys
New AutoSize and IgnoreMouseCursor settings applied to edtYear and edtMonth.
2010-04-01UI Designer: Published three new properties.Graeme Geldenhuys
New properties in Object Inspector for TfpgEdit is: * AutoSelect * AutoSize * BorderStyle