summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2014-06-23Demos: fixed compiler warnings.Graeme Geldenhuys
2014-06-23Demo project files (Lazarus IDE) settings updated.Graeme Geldenhuys
2014-06-23Added the standard copyright notice to the new unit.Graeme Geldenhuys
2014-06-23Merge remote-tracking branch 'demerson/scroll-frame' into 'develop'Graeme Geldenhuys
2014-06-20nanoedit: use the textedit's Save and Load file methodsGraeme Geldenhuys
2014-06-20textedit: SaveToFile() and LoadFromFile() now does OS Encoding calls.Graeme Geldenhuys
2013-12-22demos: Minor improvements to the Custom Styles/Themes demo.Graeme Geldenhuys
2013-12-22ide: neatened up the uses clause of the program unit.Graeme Geldenhuys
2013-10-09maximus: minor improvement to code highlighting for Object Pascal source code.Graeme Geldenhuys
2013-09-11nanoedit: Now gives feedback in status bar area.Graeme Geldenhuys
2013-08-31lpi for bigframe_testDavid Laurence Emerson
2013-08-31scrollframe: test large frame, 6000x6000David Laurence Emerson
2013-07-25tabtest: Adds a debug label to tabsheet four to verify the tabsheet height valueGraeme Geldenhuys
2013-07-15tab demo: extended the demo to test/show other properties of PageControlGraeme Geldenhuys
2013-07-12ide should use debug interface included in fpGUI instead.Graeme Geldenhuys
2013-06-18Updates extrafpc.cfg files so no console window is shown for Windows compiled...Graeme Geldenhuys
2013-05-29globe: fixed the color value for AggPas by adding the Alpha channel valueGraeme Geldenhuys
2013-05-29globe: removed unnecessary codeGraeme Geldenhuys
2013-05-28Scroll-frame: fixed a couple bugs with RecalcFrameSizeDavid Laurence Emerson
2013-05-28Scroll-Frame: mousewheel scrolling is working, but only when both scrollbars ...David Laurence Emerson
2013-05-28Merge branch 'horiz-scroll-x11' into scroll-frameDavid Laurence Emerson
2013-05-28Horizontal Scrolling working in X11, basegrid unit updated to use itDavid Laurence Emerson
2013-05-28fpGUI Debug Server now defaults executable name to 'dbugsrv'.Graeme Geldenhuys
2013-05-28Agg Canvas demoGraeme Geldenhuys
2013-05-28examples: updates project to fix compiler error.Graeme Geldenhuys
2013-05-28example: updates project file settings using a newer Laz IDE versionGraeme Geldenhuys
2013-05-28maximus: new compiler options added for the Maximus projectGraeme Geldenhuys
2013-05-28Includes Reporting images as part of "standard images" list.Graeme Geldenhuys
2013-05-28reporting demo: translated some French names to EnglishGraeme 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-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-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