Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-04 | Add missing published Hint properties to some components. | Graeme Geldenhuys | |
2010-03-03 | Another addition to fpgOpenURL() under Linux. | Graeme Geldenhuys | |
I never even knew about 'sensible-browser' option. :-) | |||
2010-03-01 | no comment. | Graeme Geldenhuys | |
2010-03-01 | Fixed memory leak in TfpgGroupBox. Never freed the used font. | Graeme Geldenhuys | |
2010-03-01 | X11: Fix crash when copy-to-clipboard under 64bit Linux. | Graeme Geldenhuys | |
2010-03-01 | X11: correctly handle buffer overflow errors in Xutf8LookupString API call. | Graeme Geldenhuys | |
We never handled buffer overflow correctly before. | |||
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2010-02-25 | Add Hint property support to Form Designer. | Graeme Geldenhuys | |
2010-02-25 | Published Hint and ShowHint on all widgets. | Graeme Geldenhuys | |
2010-02-24 | Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui | Graeme Geldenhuys | |
2010-02-24 | docview: Give a more accurate draw width to TRichTextLayout. | Graeme Geldenhuys | |
This still contains one issue. We need to ask TRichTextLayout to calculate lines and word wrapping, giving the maximum text width available. Well, if text wrapping occurs and the text is long enough to require scrolling, we suddenly need to take the scrollbar width into account for word wrapping!! A chicken and egg situation. :-( This needs to be fixed somehow!! Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2010-02-24 | docview: GetTextAreaWidth already includes ScrollbarWidth in the calculation. | Graeme Geldenhuys | |
2010-02-24 | docview: GetTextAreaWidth implementation fix | Graeme Geldenhuys | |
Also some minor code formatting changes. | |||
2010-02-24 | docview: code formatting changes. | Graeme Geldenhuys | |
2010-02-24 | docview: This drastically improved text width calculations. | Graeme Geldenhuys | |
Due to this change the text wrapping has also improved a lot. Still not 100% but much better than before. | |||
2010-02-24 | docview: Lets not hardcode the Arial font. | Graeme Geldenhuys | |
2010-02-23 | docview: content doesn't disappear as soon as it reaches the top/bottom edge | Graeme Geldenhuys | |
lines at top and bottom of richview component are now painted even if they are only partially visible. They don't suddenly disappear any more. | |||
2010-02-23 | Initial support for WinCE devices, after a long break since v0.4. | Paul Breneman | |
2010-02-23 | wrong eol characters for windows fpgui_toolkit.lpk file. | Graeme Geldenhuys | |
2010-02-23 | Add various checks for open files before doing processing. | Graeme Geldenhuys | |
2010-02-23 | Docview: Fix treeview height issue under Windows. | Graeme Geldenhuys | |
2010-02-23 | New Help menu item to show Command Line Parameter help. | Graeme Geldenhuys | |
* When showing this help, it closes open INF files. | |||
2010-02-23 | Fix closing of open files. | Graeme Geldenhuys | |
* Files field variable was not used, so removed it * On closing file, it used the Files field variable instead of the CurrentOpenFiles field variable. * Cleared the Search and History tab controls when closing files. | |||
2010-02-23 | Updated docview todo list. | Graeme Geldenhuys | |
2010-02-23 | Made a note about being outdated text. | Graeme Geldenhuys | |
2010-02-22 | Updated the class inheritance documentation file. | Graeme Geldenhuys | |
2010-02-22 | Removed compiler warning about friend class not being | Graeme Geldenhuys | |
related to TfpgWidget. | |||
2010-02-22 | Repositioned OK button of Strings property editor dialog. | Graeme Geldenhuys | |
Adhere to UI standards. | |||
2010-02-22 | Enabled smart linking for UI Designer | Graeme Geldenhuys | |
This optimises the resulting executable size. | |||
2010-02-22 | Removed IFDEF's in fpg_utils by using AllFilesMask. | Graeme Geldenhuys | |
AllFilesMask was introduced into the RTL in FPC 2.2.2. Seeing than fpGUI always only supports the latest released FPC (in this case 2.4.0), we can get rid of the IFDEF. | |||
2010-02-22 | Removed IFDEf's in fpg_main by using fpg_interface unit | Graeme Geldenhuys | |
* Introduced a new unit fpg_interface.pas which defines alias types. This binds the backend classes with fpg_main without the need for IFDEF's. * Rename all classes in fpg_x11 and fpg_gdi with platform specific class names. | |||
2010-02-22 | created a basic install splash screen for DocView | Graeme Geldenhuys | |
2010-02-22 | update readme and install text files | Graeme Geldenhuys | |
* Also relocated the src/readme.txt file to the docs directory. | |||
2010-02-22 | manifest file used by fpmake | Graeme Geldenhuys | |
2010-02-22 | toolbar button images for docview | Graeme Geldenhuys | |
2010-02-17 | Remove debug writeln() from X11 backend code. | Graeme Geldenhuys | |
2010-02-17 | New unit output directory for UI Designer. | Graeme Geldenhuys | |
This allows you to have separate output directories for various CPU types and Target OSes. | |||
2010-02-11 | Fix compiler warning about type range issues. | Graeme Geldenhuys | |
2010-02-11 | Fix compiler waring about unreachable code. | Graeme Geldenhuys | |
2010-02-11 | Fix visibility problem with constructor and destructor. | Graeme Geldenhuys | |
2010-02-11 | Cross-build script for personal use | Graeme Geldenhuys | |
* Created a Linux 64bit to 32bit cross-compile script for quick testing. This is only meant for me really. * Enabled C-style syntax. eg: += -= etc.. This reduces typing and is easy to read. | |||
2010-02-03 | Published ReadOnly property for Numeric Edit components too. | Graeme Geldenhuys | |
2010-02-03 | Implemented ReadOnly support for TfpgEdit. | Graeme Geldenhuys | |
2010-02-03 | very minor code formatting fix. | Graeme Geldenhuys | |
2010-02-03 | fixed re-declaration of HelpContext property in TfpgApplicationBase. | Graeme Geldenhuys | |
2010-01-29 | Corrected work spacing in 'About fpGUI' dialog text. | Graeme Geldenhuys | |
2010-01-29 | Updated Animation example with new Loading image. | Graeme Geldenhuys | |
2010-01-29 | Updated docview install instructions and associated files. | Graeme Geldenhuys | |
2009-12-30 | History navigation. | Graeme Geldenhuys | |
* Tracks history of topics viewed. * Allows Back and Forward navigation in history. * Icons for remaining toolbar buttons. | |||
2009-12-29 | Implemented a toolbar and Prev/Next Topic button behaviour. | Graeme Geldenhuys | |
* stepping through Contents tree is now possible. |