summaryrefslogtreecommitdiff
path: root/examples/apps
AgeCommit message (Expand)Author
2011-08-11regexpr: sync'ed changes from Lazarus synedit component directoryGraeme Geldenhuys
2011-08-11ide: improved syntax highlighting, and extending it.Graeme Geldenhuys
2011-08-10ide: apply newly selected fonts to open editors. This is still WIP.Graeme Geldenhuys
2011-08-09ide: huge speed improvement in syntax highlightingGraeme Geldenhuys
2011-08-09ide: improves syntax highlighting even moreGraeme Geldenhuys
2011-08-09ide: removed unused (old) code we don't need any more.Graeme Geldenhuys
2011-08-09ide: syntax highlighting improvements by adding reserved keywords to regexGraeme Geldenhuys
2011-08-09ide: adds syntax highlighting support for {...} style comments.Graeme Geldenhuys
2011-08-09ide project settings: improved compiler options for better debuggingGraeme Geldenhuys
2011-07-28added missing fpc config file so we can compile fpgIDE from the command line.Graeme Geldenhuys
2011-07-20ide: exported project settings as a "clean" project file.Graeme Geldenhuys
2011-07-20ide: updated todo listGraeme Geldenhuys
2011-07-18ide: minor code comments and debug lines added.Graeme Geldenhuys
2011-07-18ide: improved default values for TextEdit component at IDE startupGraeme Geldenhuys
2011-07-18ide: updated project settings filesGraeme Geldenhuys
2011-07-18ide: hide debugsvr calls inside IFDEF statementsGraeme Geldenhuys
2011-07-18updated readme file of the IDE example appGraeme Geldenhuys
2011-07-16adds a readme file to the ide sample appGraeme Geldenhuys
2011-07-16ide: added existing unit to project file.Graeme Geldenhuys
2011-07-16Merged fpgIDE project as a subdirectory examples/apps/ide/Graeme Geldenhuys
2010-09-23globe demo: removed compiler hint about unused unit.Graeme Geldenhuys
2010-09-21debug server: improved the look of the toolbarGraeme Geldenhuys
2010-09-21globe demo: improved the look of the toolbarGraeme Geldenhuys
2010-09-20Globe: project options set to remove console windowGraeme Geldenhuys
2010-09-20Globe: extended the help a little moreGraeme Geldenhuys
2010-09-20A cool little "spinning globe" sample applicationGraeme Geldenhuys
2010-08-02Debug Server: New sample application that works with FPC's dbugintf unit.Graeme Geldenhuys
2010-04-07All sample projects updated so all of them can compile correctly.Graeme Geldenhuys
2010-03-08Updated the various programs and fpGUI library to use the new generate versio...Graeme Geldenhuys
2009-11-26Add copies of the gui/compileall.sh script to the "apps" and "corelib" direct...Graeme Geldenhuys
2009-11-26Fixed two example projects that did not compile.Graeme Geldenhuys
2008-11-14* updated all extrafpc.cfg files to use the correct lib output directory.graemeg
2008-10-01* Updated all demos to use the new unit names.graemeg
2008-08-26* Moved the UI Designer from the examples/apps directory to the root directory.graemeg
2008-08-21* Applied UI Designer patch from MvC. Adding improved support of OI property ...graemeg
2008-08-21* Updated UI Designer example project information files.graemeg
2008-08-20* Applied patch from Michael van Canneyt improving file dialog handling in UI...graemeg
2008-07-18* GUI Test Runner: The counters are now activated, so you can see the number ...graemeg
2008-07-17* Added extra safety in the Grid Scrollbar handling. * Replaced magic number...graemeg
2008-07-17* Minor fix to get GUI Test Runner to compile with FPC 2.3.1graemeg
2008-07-15* GUI Test Runner: Improved the images in the treeview.graemeg
2008-07-14* Minor changes to popup menus for Edit and Treeview.graemeg
2008-07-14* Applied patch from Vladimir, removing all memory leaks from UI Designer.graemeg
2008-07-11* Fixed the recusion bug in Treeview when searching for a node.graemeg
2008-07-11* Forgot the original images used in GUI Test Runner.graemeg
2008-07-11* Removed many compiler warnings from the gfx_imgfmt_bmp unit.graemeg
2008-07-10* Fixed a minor variable type bug in imagelist unit.graemeg
2008-07-09* More improvements to GUI Test Runner. It now sets the results as new nodes ...graemeg
2008-07-09* GUI Test Runner: Fixed the minor bug where 'All Tests' was not runnable.graemeg
2008-07-09* Minor size adjustment to GUI Test Runner.graemeg