Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-23 | * started moving the russian translations from the include file to the po file. | graemeg | |
2008-04-22 | * few minor updates for translation support. | graemeg | |
2008-04-22 | auto updated the language .po files. | graemeg | |
2008-04-22 | * Created a console application that auto generates the language include ↵ | graemeg | |
files used in CoreLib. It still needs some testing before it's ready. | |||
2008-04-22 | * Thanks to Jörg Braun for the new German translation. | graemeg | |
2008-04-21 | * Updated Demo 7 for tiOPF. | graemeg | |
* Added Demo 8 for tiOPF (still incomplete). | |||
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-18 | * Ported a RTF Reporting Engine for tiOPF and fpGUI. It's still missing ↵ | graemeg | |
Image support, but other than that, it's working nicely. A demo will be added soon. | |||
2008-04-16 | * More implemented for MVP framework. | graemeg | |
* Minor workaround bug fix for saving minimized form state. | |||
2008-04-16 | * Implememented more parts of the new MVP framework for tiOPF and fpGUI. | graemeg | |
2008-04-15 | * Fixed some memory leaks in the TfpgMessageDialog class. | graemeg | |
2008-04-15 | * Minor update to the modalform demo. | graemeg | |
2008-04-15 | * Implemented ActiveWindow method. | graemeg | |
2008-04-14 | * Extended the dbtest example to show how the test.dbf database was created. | 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-12 | * updated the modalforms demo to show unwinding and setfocus behaviour. | 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-10 | * The start of a MVP implementation for tiOPF and fpGUI. | graemeg | |
2008-04-09 | * Added a user defined Message Record type for any custom data. | graemeg | |
2008-04-08 | * Just playing with themes again. | graemeg | |
2008-04-07 | no comment | graemeg | |
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 | * Updated Edits demo project by Antonio | graemeg | |
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 | |
2008-04-01 | * If OnClick is assigned to HyperLink then it overrides the HyperLink link. ↵ | graemeg | |
Now it can be used as a Hot label as well. | |||
2008-04-01 | * BaseGrid.DrawCell and BaseGrid.CanDrawCell now have a GridDrawState type ↵ | graemeg | |
property which the developers can use in there custom event handlers. In unfortunately requires the gui_basegrid to be included in the uses clause. | |||
2008-04-01 | * Added a MouseToCell function to BaseGrid. | graemeg | |
2008-03-31 | * Applied a ClearType / Anti-aliasing fix for GDI. Created by Vladimir. | graemeg | |
2008-03-31 | Applied a minor EditCombo patch from Jean-Marc | graemeg | |
2008-03-31 | * Added a patch from Antonio add a basic Integer and Float edit component. | graemeg | |
* I created a simple EditTest example showing the new components in action. | |||
2008-03-28 | * Fixed a spelling mistake in a TFileEntry class property name. | graemeg | |
2008-03-28 | * Applied a patch from Michael van Canneyt fixing a bug in ↵ | graemeg | |
TfpgFileListBase.ReadDirectory, where the return value was not always set. This caused random read errors in File Dialogs. | |||
2008-03-28 | * Many big changes which removes bucket loads of compiler warnins. These ↵ | graemeg | |
will probably break code, but they are easy to fix in your own code. * All Grid Columns and Rows are now Longword types and not Integer. We mixed them all over the place, even though the grids do not support negative rows or columns. * Fixed up the UI Designer because of previous change. Same goes for examples. * Made some changes to get fpGUI compilable under FPC 2.3.1 (latest trunk), but yet no fpGUI application runs yet. No idea why yet. | |||
2008-03-28 | * Applied a minor patch from Michael van Canneyt which reduces the calls to ↵ | graemeg | |
readlink in X11 file dialog. | |||
2008-03-28 | * Reverted the Memo changes from revision 679 to get the UI Designer working ↵ | graemeg | |
again. Andrew can apply his Memo changes once everything is working on his side. | |||
2008-03-27 | * The color gray is now spelt the same all over. | graemeg | |
2008-03-27 | * New Implementation of memo lines. much faster. there is at least one bug ↵ | drewski207 | |
left :) * new testapp using the memo | |||
2008-03-27 | * Moved some constants to the gfx_constants unit. | graemeg | |
* Replaced some code/magic numbers with constants instead. * fpGUI Default Font is now a variable and not a constant. This allows us to change the default font at application startup. | |||
2008-03-27 | * Minor clipboard patch for GDI by Vladimir. | graemeg | |
2008-03-27 | * Fixed the annoying bug in grids where you clicked the last visible row and ↵ | graemeg | |
the grid scrolled for no reason. |