summaryrefslogtreecommitdiff
path: root/prototypes
AgeCommit message (Expand)Author
2009-08-04TextEdit: implement down arrow navigation supportGraeme Geldenhuys
2009-08-02Implements Up Arrow key navigation in TextEdit component.Graeme Geldenhuys
2009-08-02Fix Ctrl+RightArrow skipping a lineGraeme Geldenhuys
2009-08-02Code cleanup in KeyboardCaretNav method.Graeme Geldenhuys
2009-08-02Fix compiler settings so project compiles from Lazarus IDE.Graeme Geldenhuys
2009-08-02Right key navigation support added to TfpgTextEdit.Graeme Geldenhuys
2009-08-02minor code comments for textedit component.Graeme Geldenhuys
2009-08-02minor unit path fix in extrafpc.cfg fileGraeme Geldenhuys
2009-06-23TextEdit: Implemented LoadFromFile and SaveToFile methods.Graeme Geldenhuys
2009-06-23TextEdit: minor code cleanup in TfpgGutter by using FOwner reference variableGraeme Geldenhuys
2009-06-23TextEdit: Mouse wheel support has been fully implemented.Graeme Geldenhuys
2009-06-23TextEdit: Internal TfpgGutter now descends directly from TfpgWidget.Graeme Geldenhuys
2009-06-11textedit project cleanupGraeme Geldenhuys
2009-04-18memory leaks and lpi updatesGraeme Geldenhuys
2009-04-06* added missing units directory for miglayout prototypeGraeme Geldenhuys
2009-04-05* Added missing unit output directories.Graeme Geldenhuys
2009-03-22* Fixed gutter line number alignment in Tfpg_textEdit prototype.graemeg
2008-11-14* more extrafpc.cfg changes.graemeg
2008-10-30* Added my work-in-progress on TfpgTextEdit component.graemeg
2008-07-28* Updated File Dialog (file information panel) to use the TfpgPanel instead o...graemeg
2008-07-28* Applied the updated images from Vladimir to better support alternative colo...graemeg
2008-07-14* Minor changes to popup menus for Edit and Treeview.graemeg
2008-07-14* Applied some of the various patch from Jean-Marc.graemeg
2008-07-03* EditTest in the prototypes directory now tests Button ImageLayout property.graemeg
2008-07-02* Reverted the previous patch, except for the InvalidateRect() call.graemeg
2008-06-30* A quick implementation of the Vista Black button.graemeg
2008-06-30* Updated the prototypes themetest to improve the painting of themed buttons.graemeg
2008-05-27* More work on the MiG Layout implementation.graemeg
2008-04-08* Just playing with themes again.graemeg
2008-04-07no commentgraemeg
2008-03-04* More more on the MiG Layout port.graemeg
2008-03-03* Added my MiG Layout Manager code to the prototypes diretory while I continu...graemeg
2008-02-20* Minor fix in the version number requirements.graemeg
2008-02-20* Applied Vladimir's patch for arrow key support in RadioButtons.graemeg
2008-02-18* I think I fixed the issue with PopupWindows taking focusgraemeg
2008-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg
2008-02-14* GDI: Implemented the new Clipboard class in Windows. Again graemeg
2008-02-14* X11: fpGUI will now raise an exception if it can't open the X Display.graemeg
2008-02-04* Applied patch from Jean-Marc creating new properties for ComboBox and ListBox.graemeg
2008-02-01* Applied patch from Jean-Marc which fixes a minor issue in the TfpgMemo and ...graemeg
2008-01-28* Applied Jean-Marc memo patch adding TextColor and BackgroundColor properties.graemeg
2008-01-26* Added a new Color property to RadioButton, Button and CheckBox.graemeg
2008-01-26Applied patch from Jean-Marc allowing TfpgEdit's text color to be changed.graemeg
2008-01-26* Middle mouse button click was never detected.graemeg
2008-01-26* After renaming some files from .dpr to .lpr, I forgot to update the project...graemeg
2008-01-14* Removed a debug writeln statement from gui_edit unit.graemeg
2008-01-11* TfpgWidget now has two new events. OnEnter and OnExit so the user can trap ...graemeg
2007-12-02* Implemented ButtonBevel and FocusRect style based drawing. Currently only a...graemeg
2007-11-30* Fixed all the memory leaks I could find in CoreLib. We now have non in Core...graemeg
2007-11-30* Some more minor improvements to the prototype Bitmap theme support.graemeg