Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-23 | Added implementation of fpgExtractFileName() | Graeme Geldenhuys | |
2009-11-12 | Updated the prototype 'threedee' project to use latest fpGUI unit names. | Graeme Geldenhuys | |
I can't believe I left it this long! :-( Still a pretty cool theme. :) | |||
2009-11-12 | Replaced String with TfpgString. | Graeme Geldenhuys | |
2009-11-12 | Implemented GetFieldBounds support for the Memo mediator. | Graeme Geldenhuys | |
2009-11-12 | Implemented tiProcessing() and tiEndProcessing which displays a type of | Graeme Geldenhuys | |
notification window. Very usefully for long running tasks and when you don't have a statusbar like in the case of SDI style applications. | |||
2009-11-10 | Minor code update to fix compiler error with FPC 2.4.0rc1 | Graeme Geldenhuys | |
2009-11-10 | Removed minor memory leak in tiRtfReport.pas unit. | Graeme Geldenhuys | |
2009-11-09 | Published the OnDoubleClick event for the Treeview and Listbox components. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-11-09 | A quick script to allow cross-compiling from Linux to Win32. | Graeme Geldenhuys | |
This script contains paths related to my system. I'll see if I can generalize it a bit more in future. I'm pretty new to cross compiling with FPC. | |||
2009-11-09 | ListBox BeginUpdate / EndUpdate now correctly delays updates | Graeme Geldenhuys | |
ListBox.items.Assign(AItems) cause the listbox to redraw after every item was added - seriously delaying things. This bug has now been fixed. | |||
2009-11-05 | Support for DocView's Context ID or Keyword ID added. | Graeme Geldenhuys | |
2009-11-05 | minor changes required in fpg_tree.pas to work with FPC 2.3.1 | Graeme Geldenhuys | |
2009-11-05 | More support for a help system | Graeme Geldenhuys | |
* Implemented InvokeHelp in TfpgWidget * implemented InvokeHelp and OnHelp event in TfpgForm * Implemented HelpConext, HelpKeyword and HelpType in TfpgComponent | |||
2009-11-05 | Fixed mouse wheel scrolling in treeview. | Graeme Geldenhuys | |
* Content does not scroll vertically off the screen anymore. * Vertical scrollbar button now positions correctly when scrolling with mouse wheel of scrollbutton slider. | |||
2009-11-03 | Fix bug where if Memo linecount = 0 the cursor was not drawn. | Graeme Geldenhuys | |
2009-10-30 | IsFixedWidth fallback implementation for TfpgFont | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-27 | New property setting initial directory in the File Open/Save dialog. | Jean-Marc | |
2009-10-27 | Fix enable/disable of SpinEdit buttons when min/max is reached. | Jean-Marc | |
2009-10-27 | Some min/max fixes to SpindEdit. | Jean-Marc | |
2009-10-26 | Template for adding spinedit components in UI Designer. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-26 | Minor fixes to properties in fpg_spinedit unit. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-26 | Implement a setter method for FormDesigner property | Graeme Geldenhuys | |
* Also replaced various FFormDesigner checks with InDesigner method. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-23 | With new mediator refactoring the CheckBox mediator can be simplified. | Graeme Geldenhuys | |
2009-10-23 | Very basic support for Help Files in fpgApplication. | Graeme Geldenhuys | |
Still plenty to do, but at least it can launch the help viewer now. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-23 | New WindowPosition setting of wpOneThirdDown. | Graeme Geldenhuys | |
Part of the "golden ratio" goodies. It seems to me more pleasing to the eye if a dialog is not 100% centered in the window, but rather 1/3 down of available vertical space. I think Mac OS X also does this. | |||
2009-10-22 | Fix Memo Mediator View | Graeme Geldenhuys | |
* Memo is not a descendant of TfpgBaseEdit. * Also ControlMediator (TfpgWidget) reported its type as BaseEdit which was wrong. It should have been TfpgWidget. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-22 | Fixed the fallback type registered for default edit components. | Graeme Geldenhuys | |
2009-10-21 | Treeview can now do a FindSubNode using the Node.Data property. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-21 | Add OS encoding friendly fpgExtractFilePath function. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-16 | fpgStyles now has a FixedFont property as well. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-12 | Fixed up the comments in fpg_iniutils. Copy and Paste is evil! :-) | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-12 | Scrollbars: reverse d1e205cfb commit. | Graeme Geldenhuys | |
ScrollBars are a special case and require BeginDraw & EndDraw inside the HandlePaint event because the component also does drawing from outside the HandlePaint event. eg: When draging the scrollbar button around. | |||
2009-10-12 | Add richtext component icon to UI Designer | Graeme Geldenhuys | |
2009-10-09 | Canvas.DrawString() help. | Graeme Geldenhuys | |
The coordinates of DrawString is the top/left corner of the string. So the actual text appears below y. | |||
2009-10-09 | Refactored Mediators used with tiOPF project. | Graeme Geldenhuys | |
The mediators are now a lot more streamlined. Removed lots of code duplications Changed class namse to be more consistent with tiOPF naming convention. ** This is a CODE BREAKING change ** Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | Added "dummy" Checked property to Menus. | Graeme Geldenhuys | |
This will be implemented soon. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | Removed redundant BeginDraw..EndDraw calls in ScrollBar painting. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | New ReadOnly property for Edit components, but not implemented yet. | Graeme Geldenhuys | |
So far it's just a "dummy" property that does nothing. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | New InDesigner method for TfpgWidget. | Graeme Geldenhuys | |
It's just a handy function instead of FormDesigner <> nil etc... Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | New OnShow event for PopupMenu window. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | Operator overloading for TRect structure. | Graeme Geldenhuys | |
2009-10-09 | New Count property to ImageList class. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-09-28 | Improved the ColorWheel example. | Graeme Geldenhuys | |
* Added custom options for runtime changing. * Fixed duplicate OnChange execution. The demo listed to the OnChange even of both the ColorWheel and ValueBar. This was not needed. | |||
2009-09-28 | Bugfix: If BackgroundColor and cached colorwheel image. | Graeme Geldenhuys | |
If the background color was changed at runtime, the cached colorwheel image never knew about it. So the margin color was changed, but the color around the colorwheel was not. | |||
2009-09-28 | ColorWheel: Notify RTTI of defaut values in published properties. | Graeme Geldenhuys | |
2009-09-28 | Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui | Graeme Geldenhuys | |
2009-09-27 | Adds a very basic colorwheel demo project. | Graeme Geldenhuys | |
2009-09-27 | Class documentation for ColorWheel, ValueBar and color mapping units. | Graeme Geldenhuys | |
2009-09-27 | Update GUI documentation build script to include two new units. | Graeme Geldenhuys | |
2009-09-27 | blank template API documentation for colorwheel and colormapping units. | Graeme Geldenhuys | |