Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
|
|
This forms part of the fpg_dialogs.pas unit. There is aslo
a easy access method called fpgShowCharMap and returns the
text selected by the user.
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
|
|
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
|
|
|
|
- Added new resource strings for True/False
- Translated new resouce strings for all languages
- On application initialization the RTL true/false strings are
set according to the current active translation so BoolToStr()
method will be localized.
|
|
|
|
|
|
* Moved DebugLn() implementations from fpg_pofiles to fpg_main
* DebugLn() should now work even on Windows GUI applications
without throwing IO errors.
* Implemented 3 new UTF-8 file methods in fpg_utils.
|
|
|
|
in the Form Designer. It's not perfect, but workable. ;-)
|
|
* Minor changes to copyright dates to test git commits.
|
|
reading file username and groupname values.
|
|
* Named internal components
* Introduced TfpgBaseCheckbox class.
* Refactored text drawing in ComboBox to a method that can be overridden in descendants.
* Implemented a new (experimental) Calendar Combo with Checkbox for optional date selection.
* Added Calendar Combo Check component to UI Designer.
* Fixed some missing properties from Calendar Combo component in UI Designer.
|
|
|
|
property which is separate from the Hint property.
|
|
|
|
|
|
* Replaced all lang_xxx.inc files with auto generated ones.
* New constant for Hint Window time.
|
|
|
|
BeginUpdate..EndUpdate requests.
* StringGrid now has a Clear method.
|
|
* prevent AV when tooltip owner window is released.
* language update
|
|
|
|
* Select Dir Dialog can already display some directories, but still far from complete.
|
|
* More work on the Select Directory dialog.
|
|
stach make sure to remove themselves when destroyed
* Added 2 new attributes to TWindowAttributes waUnblockableMessages, waX11SkipWMHints
* waUnblockableMessages is useful for allowing certain windows to still respond when other windows are modal
|
|
hint pause at all.
* By default the Hint Windows now doesn't have a shadow. More consistent with desktop environments.
* Removed some compiler hints from UI Designer.
|
|
* Renamed EditXXX's DecimalSeparator and ThousandSeparatar properties to not conflict with the global variables in SysUtils.
* Added EditCurrency, EditFloat and EditInteger to the UI Designer palette. I still have issues with TfpgChar type, so you have to use the 'unknow' memo in Object Inspector.
* Minor changes in edits demo to compile again after the above changes.
|
|
* Changed the AChar parameter of UTF8CharAtByte to a out parameter.
|
|
write to the console (which might not exist).
* MessageDialog displayed wrong icon for Critical errors.
* Removed compiler hint from tiListMediators'
|
|
widgets in any applications. This will get extended over time to include more window information.
|
|
application event queue, the event queue must be made thread safe. I think this is how it is done. Please test or advise of a better idea - I am new to TThreads.
|
|
* X11: Rewrote the eventloop timeout code with extra comments.
|
|
the new FPC build system can be used with fpGUI.
* Removed some compiler warnings.
|
|
* Added a few more bug fixes to SpinEdit unit.
|
|
|
|
* Added a new unit fpg_extgraphics.pas with extensive shape drawing methods
* Added a new conversion method called fpgRectToRect()
* Replaced the implementation of TfpgStyle.DrawDirectionArrow to use the
new fpg_extgraphics.PaintTriangle() method instead.
* Adjusted ComboBox painting of internal button to accomodate the new
fpg_extgraphics unit.
* Added Jean-Marc's new fpg_spinedit unit.
* Made some further improvements and minor fixes to the SpinEdit
and SpinEditFloat components.
* renamed the fpdoc file fpgfx.xml to fpg_main.xml as per the new unit names.
|
|
* I made some changes and minor bug fixes to the SpinEdit and highlighted some todo items in the header of the unit.
|
|
library path. This allows you to cross compile without having to delete the old compiled units.
|
|
* Fixed the TfpgCanvas.CopyRect method
* Implemented a overloaded SortRect() method using TfpgRect.
|
|
|
|
* UI Designer has been updated to reflect the new gui unit names.
|
|
changes.
|
|
* Updated the UI Designer to use the new unit names.
|
|
|
|
instead of standard integers.
|
|
|
|
* Added some inline documentation for TfpgButton. Later this will move to fpdoc documentation.
|
|
Hint Help not displaying in modal forms.
|
|
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties.
* Updated the ShowHint property in TfpgWidget to use the stored property specifier.
|