summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-28reporting demo: translated some French names to EnglishGraeme Geldenhuys
2013-05-28Adds PDF (binary handling) to gitattributes file.Graeme Geldenhuys
2013-05-28renames report images from French names to English names.Graeme Geldenhuys
2013-05-28Add common procedures in fpg_base for deadkeysJean-Marc Levecque
2013-05-28Use dead key codes for special accentuated charactersJean-Marc Levecque
2013-05-28Make special characters known by memo componentJean-Marc Levecque
2013-05-28Make special characters known by editcomboboxJean-Marc Levecque
2013-05-28Make special characters known by edit componentsJean-Marc Levecque
2013-05-28Adds the FPC Language Reference documentationGraeme Geldenhuys
2013-05-28sprite demo: fixes the text color - due to the new background image.Graeme Geldenhuys
2013-05-28demo: Updated the sprite demo with better imagesGraeme Geldenhuys
2013-05-28demo: Removed compiler warnings, and brought demo up to latest standardsGraeme Geldenhuys
2013-05-28demo: updated TNullInterfacedObject implementation.Graeme Geldenhuys
2013-05-28Adds Chrome and Chromium support to fpgOpenURL()Graeme Geldenhuys
2013-05-28docview: fixes grammer error in code commentGraeme Geldenhuys
2013-05-28docview: Fixes a bug where URL links where not handled correctly.Graeme Geldenhuys
2013-05-28docview: fixes a grammar error in the docsGraeme Geldenhuys
2013-05-28docs: fixes the <link> tags to use the full fpdoc link syntax.Graeme Geldenhuys
2013-05-28docs: fixes or adds the encoding attribute for fpdoc XML description files.Graeme Geldenhuys
2013-05-28docs: adds new docs for fpg_grid.pas unit.Graeme Geldenhuys
2013-05-28docs: disable protected methods from the documentation.Graeme Geldenhuys
2013-05-28docs: added the remaining fpGUI units to the fpdoc project file.Graeme Geldenhuys
2013-05-28docs: fixes some fpdoc links by using the full path syntax.Graeme Geldenhuys
2013-05-28ide: new empty unit template file.Graeme Geldenhuys
2013-05-28ide: set current directory as we load a project file.Graeme Geldenhuys
2013-05-28ide: Adds the ability to add a new empty unitGraeme Geldenhuys
2013-05-28ide: replaces RTL functions with fpGUI wrapper versions.Graeme Geldenhuys
2013-05-28utils: Adds a new RTL wrapper to handle UTF-8 path names correctly.Graeme Geldenhuys
2013-05-28ide: added copyright notices to the source code units.Graeme Geldenhuys
2013-05-28ide: hide debug button and messages via DEBUGSVR compiler defineGraeme Geldenhuys
2013-05-28ide: removed unused (debug) widgets from main formGraeme Geldenhuys
2013-05-28ide: refactor out Adding Unit To Project code into separate method.Graeme Geldenhuys
2013-05-28ide: refactored out the creation of a new editor tab sheet.Graeme Geldenhuys
2013-05-28ide: restore caret and scroll bar position after a file reload.Graeme Geldenhuys
2013-05-28textedit: temporary work-around to update scrollbars when setting caret positionGraeme Geldenhuys
2013-05-28textedit: Adds access to the Caret Vertical position.Graeme Geldenhuys
2013-05-28textedit: access to caret pos H.Graeme Geldenhuys
2013-05-28ide: Adds template files (units, programs etc)Graeme Geldenhuys
2013-05-28ide: disable unnecessary debug output when using Proc List dialog.Graeme Geldenhuys
2013-05-28ide: Find dialog can now be closed/cancelled with Esc key.Graeme Geldenhuys
2013-05-28textedit: correctly set caret x position using UTF-8 Length() methodGraeme Geldenhuys
2013-05-28textedit: correctly named an identifier based on its usageGraeme Geldenhuys
2013-05-28textedit: correctly decrement the vertical scrollbar max limit when deleting ...Graeme Geldenhuys
2013-05-28textedit: Ctrl+Home/End handling is now fixed.Graeme Geldenhuys
2013-05-28ide: Adds the ability to copy the Messages output to the clipboardGraeme Geldenhuys
2013-05-28ide: Project -> Save As... will add new name to Recent Files list.Graeme Geldenhuys
2013-05-28docs: Updated help integration instructions.Graeme Geldenhuys
2013-05-28docs: minor grammar and formatting fixesGraeme Geldenhuys
2013-05-27renamed FScrollFrame (bad name) to FVisibleAreaDavid Laurence Emerson
2013-05-27Scroll-frame: added demoDavid Laurence Emerson