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