Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-27 | Fix the calculated last column width in StringGrid Mediator. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-08-27 | Fix 64bit compiler errors | Graeme Geldenhuys | |
2009-08-04 | TextEdit: minor code formatting improvements | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-04 | TextEdit: reduced processing of up arrow key navigation | Graeme Geldenhuys | |
Changed all the if statements to if..else statements. Also improved the Ctrl+UpArrow behaviour. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-04 | TextEdit: implement down arrow navigation support | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-02 | Merge branch 'work' | Graeme Geldenhuys | |
2009-08-02 | Implements Up Arrow key navigation in TextEdit component. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-02 | Fix Ctrl+RightArrow skipping a line | Graeme Geldenhuys | |
When you Ctrl+RightArrow to jump words, when it reached the end of a line, it skipped a line and actually jumped two lines down. Also when the caret landed in the new line it was at position 1 of the line and not at the true beginning of the line position 0. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-02 | Code cleanup in KeyboardCaretNav method. | Graeme Geldenhuys | |
Removed all unused code from method. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-02 | Fix compiler settings so project compiles from Lazarus IDE. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-02 | Fix compiler hint - unused unit in uses clause | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-02 | Right key navigation support added to TfpgTextEdit. | Graeme Geldenhuys | |
Left and Right navigation works in TextEdit component. Ctrl+[Left|Right] navigation for word jumping also works. Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-02 | minor code comments for textedit component. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-08-02 | minor unit path fix in extrafpc.cfg file | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-07-30 | Fix bug for SpinEditFloat MinValue setting | jean-marc | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-28 | Add and remove todo list items. | Graeme Geldenhuys | |
2009-07-28 | Add new method InsertAtCursorPos() to TfpgBaseEdit | Graeme Geldenhuys | |
This allows you to insert text at the current cursor location. This just makes it easier for the user and reused the DoPaste which was initially for Clipboard support. The is work towards the Character Map support in TfpgEdit popup menu. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-28 | Add copyright information in dialog include files | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-28 | Adds a new Character Map dialog to fpGUI | Graeme Geldenhuys | |
This forms part of the fpg_dialogs.pas unit. There is aslo a easy access method called fpgShowCharMap and returns the text selected by the user. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-28 | Minor code formatting | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-14 | Add new todo items so I don't forget them | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: text alignment improvement in version label | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: minor code formatting & cleanup | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Replace BlockRead() with TFileStream in LoadFile() method | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Improve the method and field visibility in class declaration. | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Form parser method visibility changes | Graeme Geldenhuys | |
- Moved some methods from public to private - commented code that is not used anymore - updated the unit description. | |||
2009-07-06 | StringGrid RowCount update bug fix | Graeme Geldenhuys | |
- When RowCount was changed it refreshed the grid to much. - BeginUpdate / EndUpdate did not always update scrollbar position. | |||
2009-07-02 | Fix compilation bug with fpc 2.3.1 - field order | Micheal Fyffe | |
- fpc 2.3.1 Error: Fields cannot appear after a method or property definition Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-06-30 | Updated tiMediators to use SetObjectUpdateMomement to set event handlers | Graeme Geldenhuys | |
2009-06-30 | Removed compiler warnings from tiopf demo 21. | Graeme Geldenhuys | |
2009-06-26 | Updated translations with True/False constants | Graeme 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-26 | Updated some readme files. | Graeme Geldenhuys | |
2009-06-25 | Merge branch 'master' into work | Graeme Geldenhuys | |
2009-06-25 | Stringgrid column right margin issue fixed | Jean-Marc | |
2009-06-23 | Merge branch 'master' of ssh://graemeg@fpgui.git.sourceforge.net/gitroot/fpgui | Graeme Geldenhuys | |
2009-06-23 | TextEdit: Implemented LoadFromFile and SaveToFile methods. | Graeme Geldenhuys | |
2009-06-23 | TextEdit: minor code cleanup in TfpgGutter by using FOwner reference variable | Graeme Geldenhuys | |
2009-06-23 | TextEdit: Mouse wheel support has been fully implemented. | Graeme Geldenhuys | |
2009-06-23 | Minor project info file updates due to newer Lazarus IDE. | Graeme Geldenhuys | |
2009-06-23 | TextEdit: Internal TfpgGutter now descends directly from TfpgWidget. | Graeme Geldenhuys | |
2009-06-23 | Copyright and code formatting fix. | Graeme Geldenhuys | |
2009-06-23 | Unset cursor/caret fix in TfpgMemo. | David Emerson | |
2009-06-23 | Fix overlapping text in RadioButton and CheckBox | Graeme Geldenhuys | |
* If BoxLayout = right, then the text caption could paint over the radio or check images. This is now fixed. | |||
2009-06-23 | Fixed the image position regarding focus rectangle | Graeme Geldenhuys | |
* Checkbox and RadioButton images overlap the focus rectangle when BoxLayout is right aligned. | |||
2009-06-23 | New property BoxLayout for checkbox and radiobutton. | Jean-Marc | |
2009-06-15 | Merge branch 'master' of ssh://graemeg@fpgui.git.sourceforge.net/gitroot/fpgui | Graeme Geldenhuys | |
2009-06-15 | Fixed InvertCaret exception. | David Emerson | |
2009-06-15 | Improved Debugln() formatting. | Graeme Geldenhuys | |
2009-06-12 | Added code-folding regions in the uidesigner project form files. | Graeme Geldenhuys | |
2009-06-11 | textedit project cleanup | Graeme Geldenhuys | |
* removed unnecessary progress bars from demo * removed unused threading support from demo |