summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-02version bump to 0.8Graeme Geldenhuys
2011-12-02Specify a target filename in the docview project file.Graeme Geldenhuys
2011-12-01treeview: Adds BeginUpdate / EndUpdate support.Graeme Geldenhuys
2011-12-01docs: improves the builddocs utility for Windows and Linux usage.Graeme Geldenhuys
2011-11-30reporting: text wrapping bug fix and more translationsJean-Marc Levecque
2011-11-29Implements BorderStyle for TfpgMemo.Graeme Geldenhuys
2011-11-29move declaration of TfpgEditBorderStyle so it is more accessible.Graeme Geldenhuys
2011-11-29reporting demo: more French to English translationsGraeme Geldenhuys
2011-11-29reporting: Continued translation from French to EnglishJean-Marc Levecque
2011-11-29Reporting: Rename the package file and some unitsGraeme Geldenhuys
2011-11-21Fixed the parameter modifier of TfpgStyleManager.AssignStyleTypes()Graeme Geldenhuys
2011-11-21pdf reporting: added debug info as defaultGraeme Geldenhuys
2011-11-21PDF reporting code: variable names changed to English.Jean-Marc Levecque
2011-11-21MDI: CaptureMouse and ReleaseMouse was called on the wrong widget.Graeme Geldenhuys
2011-11-21MDI: active windows are now brought to the front.Graeme Geldenhuys
2011-11-21TfpgWindowBase now introduces a BringToFront() method.Graeme Geldenhuys
2011-11-18First draft of MDI support.Graeme Geldenhuys
2011-11-07fixes a spelling mistake in a code commentGraeme Geldenhuys
2011-11-07Timer related functions now check to see if global fpgTimers exists or not.Graeme Geldenhuys
2011-11-07new overloaded DumpStack() can now output to a TStringListGraeme Geldenhuys
2011-11-07Improves command line parameter handling.Graeme Geldenhuys
2011-11-07pdf reporting: fixed the remaining memory leaksJean-Marc Levecque
2011-10-31Report tool: more memory leak fixes in Imprime and PDF units.Jean-Marc Levecque
2011-10-31report tool: move some images into standard images listJean-Marc Levecque
2011-10-27tree: improved the spacing / positioning of the node text inside the focus se...Graeme Geldenhuys
2011-10-27tree: Added a note about the limitation of Node.HasChildren call.Graeme Geldenhuys
2011-10-26new handy function to covert individual R, G and B values into a TfpgColor va...Graeme Geldenhuys
2011-10-26treeview demo: reworked this demo to show the StateImageList supportGraeme Geldenhuys
2011-10-26treeview: implemented StateImageList support (treeview with checkboxes for ex...Graeme Geldenhuys
2011-10-26fpg_tree: replaced all debugging writeln() statements with SendDebug() callsGraeme Geldenhuys
2011-10-26improved the wording of the authors file.Graeme Geldenhuys
2011-10-26TfpImageList.Items[] property is now set as the default property for the class.Graeme Geldenhuys
2011-10-25minor code syntax fix. Missing semicolon.Graeme Geldenhuys
2011-10-25pdf report: fixed memory leak. Font was not freed.Graeme Geldenhuys
2011-10-25pdf reports: fixed some memory leaksJean-Marc Levecque
2011-10-25pdf reports: Simplified code by combining calls into a single call.Jean-Marc Levecque
2011-10-16Various PDF reporting changes.Jean-Marc Levecque
2011-10-12pdf report: print preview form now gets given a T_Imprime instanceGraeme Geldenhuys
2011-10-12pdf report: print preview page now appears 10px below the controls bevel.Graeme Geldenhuys
2011-10-12pdf reporting: moved the PPI constant to implementation sectionGraeme Geldenhuys
2011-10-12fpGUI is spelled with a lowercase prefix.Graeme Geldenhuys
2011-09-21fixed bug where combobox hint closes the dropdown window.Graeme Geldenhuys
2011-09-21PromputUserDialog: changes so descendants have better access to certain data.Graeme Geldenhuys
2011-09-21docs: SelectFileDialog() documentation added.Graeme Geldenhuys
2011-09-21removed old documentation script we don't use any more.Graeme Geldenhuys
2011-09-21SelectFileDialog() can now specify the initial directory too.Graeme Geldenhuys
2011-09-20textedit: implemented support for deleting selected text.Graeme Geldenhuys
2011-09-19textedit: only set Canvas properties when Selected Text is truely required.Graeme Geldenhuys
2011-09-19textedit: bugfix where if we do a selection, lots of text go missing.Graeme Geldenhuys
2011-09-19textedit: bug fix with the caretpos variable. X / Y typo.Graeme Geldenhuys