summaryrefslogtreecommitdiff
path: root/prototypes
AgeCommit message (Expand)Author
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
2007-11-29* New overloaded method ImageFromRect in TfpgImage.graemeg
2007-11-06* Applied patch from Giuliano Colla. It modifies the line drawing but is curr...graemeg
2007-10-26* Updated the ThreeDee prototype with a new gradient function.graemeg
2007-10-25* Added new UTF8 function used for text translations with .po files.graemeg
2007-10-15* Published BackgroundColor and OnPaint for TfpgFormgraemeg
2007-10-11Fixed bugs 1803016 and 1798475. When resizing a window a few times the painti...graemeg
2007-10-05* Implemented a UTF8Insert() and UTF8Delete() proceduresgraemeg
2007-09-07GFX: Added support for handle component creation at runtime correct graemeg
2007-08-30* Memo: OnUpdate now fires at correct times.graemeg
2007-08-17* FileDialog: Drive combobox and File grid are now in sync at all times.graemeg
2007-08-13* Implemented a TfpgProgressBar component.graemeg
2007-08-13* Renamed the TfpgTrackbar to TfpgTrackBarExtra.graemeg
2007-08-12* Minor adjustment to the GradientFill function.graemeg