summaryrefslogtreecommitdiff
path: root/prototypes
AgeCommit message (Expand)Author
2015-03-10Removes deprecated TFPColor usageGraeme Geldenhuys
2013-10-31Updates some the prototype projects with the latest framework API changes.Graeme Geldenhuys
2013-05-08edittest: define the height of ComboBox widgets to match height of Edit widgetsGraeme Geldenhuys
2013-05-08edittest: trackbars were never disabledGraeme Geldenhuys
2013-05-08edittest: BeginDraw/EndDraw calls were not needed.Graeme Geldenhuys
2013-04-12MDI: fixed editor settings screwup. Converted Tabs -> SpacesGraeme Geldenhuys
2013-04-12MDI prototype: demo project now uses the Cascade Windows functionalityGraeme Geldenhuys
2013-04-12MDI prototype now has basic horizontal scrollbar support.Graeme Geldenhuys
2013-04-12MDI child windows now have a OnMove eventGraeme Geldenhuys
2013-04-12MDI prototype: fixes code to remove compiler hintsGraeme Geldenhuys
2013-04-12MDI: work area now has a CascadeWindows method.Graeme Geldenhuys
2013-04-03Adds text file with Unicode keyboard symbols.Graeme Geldenhuys
2013-02-22more wip for the MiG layout implementation.Graeme Geldenhuys
2012-11-22Converted miglayout unit test project to the FPTest (DUnit2) testing framework.Graeme Geldenhuys
2012-11-22Fixes line ending issuesGraeme Geldenhuys
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-18First draft of MDI support.Graeme Geldenhuys
2011-08-18Deleted old prototype mock-up imagesGraeme Geldenhuys
2011-07-21removed the prototype/textedit projectGraeme Geldenhuys
2011-05-08globally renamed TFTextFlags to TfpgTextFlagsGraeme Geldenhuys
2011-05-05Moved fpg_style to prototypes fpg_styler unit.Graeme Geldenhuys
2011-05-04more work on the prototype style test project.Graeme Geldenhuys
2011-05-03changes to prevent text clipping in prototype demoGraeme Geldenhuys
2010-07-19TextEdit: Fixed text selection painting.Graeme Geldenhuys
2010-07-19TextEdit: Minor bugfix. I got the X and Y mixed up. :-(Graeme Geldenhuys
2010-07-19TextEdit: renamed method parameter to give clear indication of what it is use...Graeme Geldenhuys
2010-06-12TextEdit: Implemented text selection via keyboard.Graeme Geldenhuys
2010-06-12TextEdit: Unicode enabled some code to correctly calculate text sizes.Graeme Geldenhuys
2010-06-12TextEdit: Fixed confusion between X, Y values for text selection handling.Graeme Geldenhuys
2010-06-12TextEdit: Scrolling past EOF now increases Scrollbar.Max value too.Graeme Geldenhuys
2010-06-12TextEdit: UpdateScrollBars already call UpdateScrollBarCoord so here it is no...Graeme Geldenhuys
2010-06-12TextEdit: keeps scrollbar position in sync when using Up/Down arrow keys...Graeme Geldenhuys
2010-06-12TextEdit: fixed sync between textedit content and scrollbars.Graeme Geldenhuys
2010-06-11TextEdit: Ctrl + Up/Down Arrows now keeps the scrollbar in sync too.Graeme Geldenhuys
2010-06-11TextEdit: implemented PgUp and PgDn key support.Graeme Geldenhuys
2010-06-11Updated project settings for TextEdit test app. Now debugging works.Graeme Geldenhuys
2010-06-10TextEdit: Implemented Home and End keyboard navigation.Graeme Geldenhuys
2010-06-01Fixed potential division by zero bug.Graeme Geldenhuys
2010-06-01TextEdit Demo: Implemented a very basic syntax highlighter.Graeme Geldenhuys
2010-06-01Added 3 new properties. FontHeight, FontWidth and OnDrawLine.Graeme Geldenhuys
2010-05-31Textedit: scrolling improvements.Graeme Geldenhuys
2010-05-28Scrollbar: All painting is now done from inside HandlePaintGraeme Geldenhuys
2010-04-29Replaced all TRGBTriple usage in non-fpGUI library code.Graeme Geldenhuys
2010-04-15textedit demo: Add support to toggle TextEdit.RightEdge visiblity.Graeme Geldenhuys
2010-04-15textedit: implements RightEdge line supportGraeme Geldenhuys
2010-04-15textedit: update project unit output directory.Graeme Geldenhuys
2010-03-16themetest: fix button state on mouseenter with button downGraeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2009-11-26Quickly made the prototypes compilable again.Graeme Geldenhuys