summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-26Updated translations with True/False constantsGraeme Geldenhuys
- Added new resource strings for True/False - Translated new resouce strings for all languages - On application initialization the RTL true/false strings are set according to the current active translation so BoolToStr() method will be localized.
2009-06-26Updated some readme files.Graeme Geldenhuys
2009-06-25Merge branch 'master' into workGraeme Geldenhuys
2009-06-25Stringgrid column right margin issue fixedJean-Marc
2009-06-23Merge branch 'master' of ssh://graemeg@fpgui.git.sourceforge.net/gitroot/fpguiGraeme 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-23Minor project info file updates due to newer Lazarus IDE.Graeme Geldenhuys
2009-06-23TextEdit: Internal TfpgGutter now descends directly from TfpgWidget.Graeme Geldenhuys
2009-06-23Copyright and code formatting fix.Graeme Geldenhuys
2009-06-23Unset cursor/caret fix in TfpgMemo.David Emerson
2009-06-23Fix overlapping text in RadioButton and CheckBoxGraeme Geldenhuys
* If BoxLayout = right, then the text caption could paint over the radio or check images. This is now fixed.
2009-06-23Fixed the image position regarding focus rectangleGraeme Geldenhuys
* Checkbox and RadioButton images overlap the focus rectangle when BoxLayout is right aligned.
2009-06-23New property BoxLayout for checkbox and radiobutton.Jean-Marc
2009-06-15Merge branch 'master' of ssh://graemeg@fpgui.git.sourceforge.net/gitroot/fpguiGraeme Geldenhuys
2009-06-15Fixed InvertCaret exception.David Emerson
2009-06-15Improved Debugln() formatting.Graeme Geldenhuys
2009-06-12Added code-folding regions in the uidesigner project form files.Graeme Geldenhuys
2009-06-11textedit project cleanupGraeme Geldenhuys
* removed unnecessary progress bars from demo * removed unused threading support from demo
2009-06-11minor changes to support archiving features. Still work-in-progress.Graeme Geldenhuys
2009-06-09code folding support added to Lazarus IDE add-on and code templates.Graeme Geldenhuys
2009-06-09UIDesigner copyright and code foldingGraeme Geldenhuys
* updated all copyright notices in UI Designer code. * New Forms now only have the fpg_forms unit in uses clause. This help with smartlinking and reduces executable size. * New Forms now include the code folding region around auto-generated GUI code from UI Designer. This feature works in newer Lazarus revisions, but will not affect older versions.
2009-06-08DebugLn() improvementsGraeme Geldenhuys
* Moved DebugLn() implementations from fpg_pofiles to fpg_main * DebugLn() should now work even on Windows GUI applications without throwing IO errors. * Implemented 3 new UTF-8 file methods in fpg_utils.
2009-06-08Fixed the keyMenu handling in BasicEdit components.Graeme Geldenhuys
2009-06-03GetFieldBounds was not implemented for many tiMediators.Graeme Geldenhuys
2009-05-13Added a new FAQ text file and updated the lazarus.dci code templates.Graeme Geldenhuys
2009-05-08Updated the 'updatestdimgs.pas' unit and removed unused units form ↵Graeme Geldenhuys
tiLogToGUI uses clause.
2009-04-30More updates to documentation build scripts.Graeme Geldenhuys
2009-04-30Documentation updateGraeme Geldenhuys
* updated all the fpdoc xml documentation files to reference the new unit names. * Fixed the build scripts * trimmed the xml files to only contain nodes that have actual documentation.
2009-04-30minor update to some documentation.Graeme Geldenhuys
2009-04-18memory leaks and lpi updatesGraeme Geldenhuys
* Fixed memory leaks in the tiListMediator unit * Updated various project lpi files.
2009-04-18Merge branch 'master' of ssh://graemeg@fpgui.git.sourceforge.net/gitroot/fpguiGraeme Geldenhuys
2009-04-16Removed compiler warnings from UI Designer project.Graeme Geldenhuys
2009-04-07Added support for changing the tabs in the PageControl whileGraeme Geldenhuys
in the Form Designer. It's not perfect, but workable. ;-)
2009-04-07This is still work in progress. Renamed the xml documentation filesGraeme Geldenhuys
to match the unit names. Updated the corelib build script. It's still not ready to be run yet, but it is one step closer.
2009-04-06* added missing units directory for miglayout prototypeGraeme Geldenhuys
* minor updates to get miglayout project compilable again.
2009-04-05* Added missing unit output directories.Graeme Geldenhuys
2009-04-05* Added the missing lib directoryGraeme Geldenhuys
2009-04-05Added a project wide .gitignore file.Graeme Geldenhuys
2009-04-04* Migrated SubVersion repository to Git.Graeme Geldenhuys
* Minor changes to copyright dates to test git commits.
2009-03-30* Patch fixing: Quick drag causes list order corruption.graemeg
2009-03-27* Applied DragToReorder patch from David Emerson.graemeg
* Minor changes to his patch by publishing the property when needed. * Updated the ListBox and ColorListBox demos to show the feature.
2009-03-26* CalendarCheckCombo now handles checkbox clicking with mouse.graemeg
* CalendarCheckCombo now paints checkbox location correctly. * CalendarCheckCombo now has a new OnCheckboxChanged event.
2009-03-22* Fixed gutter line number alignment in Tfpg_textEdit prototype.graemeg
* Fixed runtime font change handling and gutter line number painting in Tfpg_textedit prototype.
2009-03-22* Removed X11 alternate implementations for FreeBSD and Linux systems when ↵graemeg
reading file username and groupname values.
2009-03-21Applied patch from Jean-Marc.graemeg
* Fixes size of Today button in drowdown calendar combo. * Updated French translation file.
2009-03-20* Minor X11 debugging improvements.graemeg
* Named internal components * Introduced TfpgBaseCheckbox class. * Refactored text drawing in ComboBox to a method that can be overridden in descendants. * Implemented a new (experimental) Calendar Combo with Checkbox for optional date selection. * Added Calendar Combo Check component to UI Designer. * Fixed some missing properties from Calendar Combo component in UI Designer.
2009-03-13no commentsgraemeg
2009-03-13plans for future enhancements to edit components.graemeg