Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | Add OS encoding friendly fpgExtractFilePath function. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-16 | fpgStyles now has a FixedFont property as well. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-12 | Fixed up the comments in fpg_iniutils. Copy and Paste is evil! :-) | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2009-10-12 | Scrollbars: reverse d1e205cfb commit. | Graeme Geldenhuys | |
ScrollBars are a special case and require BeginDraw & EndDraw inside the HandlePaint event because the component also does drawing from outside the HandlePaint event. eg: When draging the scrollbar button around. | |||
2009-10-12 | Add richtext component icon to UI Designer | Graeme Geldenhuys | |
2009-10-09 | Canvas.DrawString() help. | Graeme Geldenhuys | |
The coordinates of DrawString is the top/left corner of the string. So the actual text appears below y. | |||
2009-10-09 | Refactored Mediators used with tiOPF project. | Graeme Geldenhuys | |
The mediators are now a lot more streamlined. Removed lots of code duplications Changed class namse to be more consistent with tiOPF naming convention. ** This is a CODE BREAKING change ** Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | Added "dummy" Checked property to Menus. | Graeme Geldenhuys | |
This will be implemented soon. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | Removed redundant BeginDraw..EndDraw calls in ScrollBar painting. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | New ReadOnly property for Edit components, but not implemented yet. | Graeme Geldenhuys | |
So far it's just a "dummy" property that does nothing. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | New InDesigner method for TfpgWidget. | Graeme Geldenhuys | |
It's just a handy function instead of FormDesigner <> nil etc... Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | New OnShow event for PopupMenu window. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-09 | Operator overloading for TRect structure. | Graeme Geldenhuys | |
2009-10-09 | New Count property to ImageList class. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-09-28 | Improved the ColorWheel example. | Graeme Geldenhuys | |
* Added custom options for runtime changing. * Fixed duplicate OnChange execution. The demo listed to the OnChange even of both the ColorWheel and ValueBar. This was not needed. | |||
2009-09-28 | Bugfix: If BackgroundColor and cached colorwheel image. | Graeme Geldenhuys | |
If the background color was changed at runtime, the cached colorwheel image never knew about it. So the margin color was changed, but the color around the colorwheel was not. | |||
2009-09-28 | ColorWheel: Notify RTTI of defaut values in published properties. | Graeme Geldenhuys | |
2009-09-28 | Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui | Graeme Geldenhuys | |
2009-09-27 | Adds a very basic colorwheel demo project. | Graeme Geldenhuys | |
2009-09-27 | Class documentation for ColorWheel, ValueBar and color mapping units. | Graeme Geldenhuys | |
2009-09-27 | Update GUI documentation build script to include two new units. | Graeme Geldenhuys | |
2009-09-27 | blank template API documentation for colorwheel and colormapping units. | Graeme Geldenhuys | |
2009-09-27 | Add colorwheel and colormapping units to fpgui_toolkit.lpk package. | Graeme Geldenhuys | |
2009-09-27 | ColorWheel and ValueBar implementation including color mapping routines. | Graeme Geldenhuys | |
These components will allow us to implement a color selection dialog. | |||
2009-08-27 | Fix default size of tiShowString() form. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
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 | |