Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | * Applied patch from Jean-Marc for editcombo component. | graemeg | |
2008-06-09 | * Fixed the tiGUIIni read/write formstate information for tiOPF based ↵ | graemeg | |
applications. * Fixed the updating of rows in the StringGrid composite mediator (tiOPF) * Minor update to the message dialog include file. | |||
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-03 | Applied partial parts of patch [ 1979341 ] gui_editCombo from Jean-Marc. | graemeg | |
* Updated the combobox demo. | |||
2008-06-03 | * Applied Jean-Marc's patch to gui_listbox fixing issues in editcombo. | graemeg | |
2008-06-02 | * Minor fix to paint the EditCombo's background correctly. | graemeg | |
2008-05-30 | * Created a new bitmap animation component called TfpgImgAnim. | graemeg | |
* Created a Animation demo in the examples/gui/animation directory. | |||
2008-05-28 | * Fixed the bug when getting unhandled exceptions inside a Modal dialog, ↵ | graemeg | |
keyboard and mouse responces are blocked. | |||
2008-05-27 | * Applied Vladimir's button flag patch. | graemeg | |
2008-05-26 | * Edit and Panel's BorderStyle properties had conflicting names. | graemeg | |
2008-05-26 | * TfpgPanel and TfpgGroupBox now also use the txtEnabled text flag. | graemeg | |
* Updated the Panel example to show Enabled and Disabled states. | |||
2008-05-26 | * TextFlagsDflt now contains txtEnabled | graemeg | |
* DrawText now takes the txtEnabled flag into account. Before it always assumed Enabled = True. * gui_tab now uses Canvas.DrawText instead of Canvas.DrawString * gui_label now paints disabled text correctly. | |||
2008-05-23 | Applied patch from Vladimir. TfpgEdit now displays long text correctly on ↵ | graemeg | |
both platforms, regardless of smallint limits. | |||
2008-05-22 | * Minor bugfix in gui_customgrid. | graemeg | |
* Minor bugfix in x11 backend and TextWidth calculation. | |||
2008-05-22 | * New OnResize event for TfpgWidget. | graemeg | |
* Minor bugfix in CreateEdit and width = 0. * Font is now a public property of TfpgEdit | |||
2008-05-19 | * Merged my private graemeg branch changes (r752:r781) into trunk. These ↵ | graemeg | |
changes are required to change all componens from 1-based indexing to 0-based indexing. | |||
2008-05-15 | * Applied patch from Luiz Americo optimising the ListView painting calls and ↵ | graemeg | |
events. | |||
2008-05-14 | * Applied Valdimir's patch to improve some functions in TfpgEdit. | graemeg | |
2008-05-09 | * Minor change so ShowModal forms also execute the OnClose event. | graemeg | |
2008-05-09 | * Fixed bug where Up or Down arrow usage in ComboBox without drowpdown did ↵ | graemeg | |
not fire OnChange event. | |||
2008-05-09 | * Fixed bug where program crashed if MainMenu contains no items and you ↵ | graemeg | |
click on it. * Fixed bug where components can't be created and Visible = False. | |||
2008-05-05 | * Fixed the Grid creation and setup. It caused issues in the UI Designer ↵ | graemeg | |
under Windows. | |||
2008-05-02 | * To make the PageControl more visible in the UI Designer. | graemeg | |
2008-05-02 | * Applied DrawText patch to correct text alignment parameters. | graemeg | |
2008-04-29 | * The default look of the PageControl has been improved. It now looks like ↵ | graemeg | |
the Win2000 tabs. | |||
2008-04-28 | Applied patch #1946867 from Jean-Marc. Also updated the Panel example project. | graemeg | |
2008-04-27 | * Removed unneeded Canvas.BeginDraw and Canvas.EndDraw calls. | graemeg | |
2008-04-27 | * Fixed the issue with screen flicker in the TfpgForm.OnPaint event handler. | graemeg | |
* Fixed the issue where you still had to call Canvas.BeginDraw and Canvas.EndDraw inside HandlePaint. * Fixed the issue where custom painting in the OnPaint event handler of a Form did not show until the form was resized or revealed. | |||
2008-04-25 | * Updated some widgets to handle the Keypad Enter key as well. | graemeg | |
* Updated the UI Designer so F11 works switching between Properties Editor and Form Designer. * Updated the UI Designer so that New Form and Size or Position dialog accepts values when Enter is pressed. | |||
2008-04-25 | * Fixed a bug introduced in r719 with toggle buttons. | graemeg | |
2008-04-24 | * TfpgApplicationBase now descends from TObject instead of TComponent. | graemeg | |
* TfpgApplication now has a FormCount property. * TfpgApplication now has a Forms array property. * TfpgApplication.CreateForm now works correctly and NO memory leaks occur. | |||
2008-04-23 | * Introduced TfpgApplication.Terminate method | graemeg | |
* Introduced CloseAction in TfpgForm class and OnClose event. * Introduced a new CloseQuery method and OnCloseQuery event for TfpgForm. * TfpgForm.Hide actually freed the form. Now it only hides or make the form invisible. | |||
2008-04-21 | * Fixed unwanted button down behaviour on mouse hover if buttons Click ↵ | graemeg | |
raised an error. | |||
2008-04-21 | * Added more handy scripts for cleaning out directories (linux only). | graemeg | |
* Fixed some compiler warnings. * Fixed some units where they override functions in parent classes were they we not supposed to. | |||
2008-04-21 | * EditCombo fixes by jean-marc. | graemeg | |
2008-04-16 | * More implemented for MVP framework. | graemeg | |
* Minor workaround bug fix for saving minimized form state. | |||
2008-04-15 | * Fixed some memory leaks in the TfpgMessageDialog class. | graemeg | |
2008-04-14 | * TfpgEdit selection is now painted without the use of XOR, so anti-aliased ↵ | graemeg | |
text should look much better. It's now got the same look as ComboBoxes and CalendarComboBoxes. | |||
2008-04-12 | Minor bugfix in gui_forms where PopModalForm is called twice. | graemeg | |
2008-04-11 | * Updated the UI Designer to use the TfpgPanel and gui_panel unit. | graemeg | |
* Minor fixes in the gui_panel default values. | |||
2008-04-11 | * Applied patches 1936023 and 1936029. New Canvas.DrawText methods with text ↵ | graemeg | |
wrapping and alignment. Label has been updated to use the new DrawText methods. gui_panel had a major overhaul. Patches supplied by Jean-Marc. | |||
2008-04-11 | * Implemented OnClose event for TfpgPopupWindow | graemeg | |
* Implemented OnDropDown and OnCloseUp for any combobox type component. * TfpgCombobox.FocusItem can now be set via code without the OnChange event firing (default). This behaviour can be modified with the TfpgComboBox.Options property. | |||
2008-04-11 | * Fixed a bug where exceptions were silently handled without notification. ↵ | graemeg | |
This was in the messagequeue code. * Implemented a default application wide exception handler. Applications will not simply crash and quit. * Added TfpgApplication.HandleException * Added TfpgApplication.OnException event developers can hook into * Added TfpgApplication.ShowException - the default exception handler. * Added TfpgApplication.StopOnException - should the application quit or not when an unhandled exception occurres. | |||
2008-04-03 | * Minor fix in the MessageDialogs | graemeg | |
* Debugging INI support for tiOPF. * Instructions on how to compile fpGUI with the Free Pascal Text IDE. | |||
2008-04-02 | * Fixed all grids where last line and scrollbar was not always in sync. | graemeg | |
* FileGrid example is now compilable again after last FileGrid changes. * GridTest examples has been neatened a bit and now editable via the UI Designer. | |||
2008-04-02 | * Applied patch from Vladimir removing all IFDEFs from gui_grid. | graemeg | |
* Fixed compiler error under Linux. * Fixed painting of shortcut / symlink symbol overlay. | |||
2008-04-02 | Oops, forgot the gui_panel unit. | graemeg | |
2008-04-02 | * Applied patch (#1930945) from Jean-Marc which introduces a new component ↵ | graemeg | |
in gui_panel. * Added the gui_panel demo to the examples directory. * Applied a minor painting fix to the Panel groupbox style. * Extended the gui_panel demo to show the Raised and Lowered look. | |||
2008-04-02 | * Applied patch (#1929389) from Jean-Marc improving TfpgLabel | graemeg | |