Age | Commit message (Collapse) | Author |
|
the Lazarus IDE.
* Added extrafpc.cfg files in each of the examples directories.
* Added a examples/readme.txt file explaining how to compile the examples from the
command line.
|
|
* Added some basic scripts and instructions on how to compile fpGUI
from the Command Line and Lazarus IDE.
|
|
* Added some basic menu items to the docedit project.
|
|
* Published some missing properties in TfpgTrackBar.
* TfpgEdit now correctl fires off the OnChange event.
* A new Text property has been implemented in TfpgComboBox.
* Minor fixes to the generic Edit mediators used for tiOPF.
* Added a Edit Mediator demo which tests the implementation. It works!
|
|
* Minor changes to other gui controls like missing published properties etc.
* Added a Hint property to TfpgWidget, but it is not usable yet.
|
|
See the readme.txt file for more details.
|
|
* Minor changes to TfpgCustomGrid to make it more flexible for descendants
* Rewrote the TfpgCustomStringGrid basing the design on TfpgCustomGrid
* Extended the GridTest example to exercise both grids.
|
|
not complete yet.
|
|
* Added some documenation comments explaining the File Dialog Filters property.
* Extended the FileDialog example using custom Filters.
|
|
* After a Double Click event occurs, the Mouse Up event also occurs. The previous revision did not
let the Mouse Up fire, which was wrong.
|
|
* Manually implemented OS independent Double Click support in TfpgWidget.
|
|
|
|
|
|
* Improved menu painting with a bit of optimization.
* GDI: Implemented OnDoubleClick in TfpgWidget.
* Implemented DoubleClick in FileDialog (tested under Windows only)
* GDI: Fixed minor bug in DoWindowToScreen which prevented
popup windows from working.
|
|
* GDI: Finally fixed the implementation of modal window
support.
|
|
more to fix in the future.
* Change menu accelarator key painting from a Bold style to the more
traditional Underline style.
* Fixed a minor bug in the Canvas.DrawString with Underline style enabled.
|
|
* Testing UTF-8 text support in menus.
* Removed the bluecurve theme and started implementing a more Win2000 look.
|
|
* Extended the Menu Example
* Changed Popup menus to be activated on MouseUp and not MouseDown.
* Implemented a Bluecurve theme look in the menu. See the first point for reason.
|
|
* Improved the look of Popup Menus to look more 3D like Win2000.
* Fixed a bug where sub-sub menus didn't close when you selected a new top level menu.
|
|
incomplete though and still needs testing under both platforms.
* Added a new menu example project.
|
|
|
|
* X11: Completed popup window support.
* GUI: Amended TfpgComboBox to rather use a popup window for the dropdown portion of the control.
* The previous change fixed the issue in the FileDialog where you couldn't select a combo box item with the mouse.
|
|
and Hints to work correctly.
|
|
|
|
* Fixed clicking past the right of a item
|
|
|
|
you exited or the first item when you go deaper in the hierarchy.
|
|
|
|
|
|
not 100% yet. See ToDo list in header of gui_dialogs unit.
* Minor bug fix in ComboBox component and added missing (required) properties.
* Fixed a bug in TfpgCustomGrid.Destroy. Creating a decendant of TfpgCustomGrid
caused a crash in the destructor.
* Fixed bug in ListBox where scrollbar did not move with mouse wheel input.
* Added a new FileDialog example project.
|
|
* Added OnSelectionChanged to listview
* Some misc listview selection changes x
|
|
* Fixed GDI bug where mouse cursor didn't change at the edges of
a window.
* Fixed a minor bug in the reporting of coordinates in the eventtest
example.
|
|
I still need to try and get rid of the IFDEF's.
* New executable image added to standard images.
* IsSymLink help function added to gfx_utils unit.
* Extended the FileGrid example project a bit more.
|
|
position while scrolling with the mouse wheel.
|
|
All the IFDEF's must still be removed.
|
|
|
|
* Implemented a FileGrid widget. Still work in progress and lots of refactoring and getting
rid of IFDEFs.
|
|
* Minor changes in the style unit.
* Added a new examples/apps/docedit project. Once complete it will be a demo
application of fpGUI and at the same time show most used widgets in action.
DocEdit will become something like lazde is to Lazarus.
|
|
the conflicting classes and all is fine again.
|
|
|
|
|
|
* Minor fix in TfpgProgressBar font color.
* Added missing clipboard unit to GDI package.
|
|
* Amended the prototypes/fpgui2/tests/edittest project to show it in action. I'll create a decent eexample project for it soon.
|
|
* Implemented a new TfpgTrackbar that has the look of the Windows 2000 slider control.
* Fixed the Scrollbar flashing issue that occured when you scroll to the minimum position using the Slider button.
|
|
* Played around with the GradientFill and implemented the BlueCurve selection look in the TfpgListBox. This is just a test and will be removed shortly.
|
|
clipboard only works inside the current running application. Next step is OS (global) based clipboard support.
|
|
|
|
* Implemented 95% of the Font Select dialog.
* Completed the FontSelect example project.
|
|
* Created a new FontSelect example to demo new dialog.
|
|
|