Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
2009-12-29 | New methods GotoNextNodeUp and GotoNextNodeDown to step through a tree. | Graeme Geldenhuys | |
2009-12-29 | MenuBar color is not consistent with Popup Menu seperator items. | Graeme Geldenhuys | |
2009-12-29 | Updating fpgui package licensing information and version number. | Graeme Geldenhuys | |
2009-12-29 | Let UI Designer use About fpGUI dialog. | Graeme Geldenhuys | |
2009-12-29 | Add information text to the About fpGUI dialog. | Graeme Geldenhuys | |
2009-12-21 | Causes popup menus to overlap slightly so it is easier to see the z-order. | Graeme Geldenhuys | |
2009-12-21 | Fix User/Group Name lookups on *unix file-systems. | Graeme Geldenhuys | |
Removable media might have group or user ID's not available on the new host system. Name lookups will then fail. This patch works around that issue. | |||
2009-12-15 | Updated tiOPF List Mediators to work with latest tiOPF2 code. | Graeme Geldenhuys | |
* DoCreateItemMediator is now a function instead of a procedure. | |||
2009-12-15 | Updated Demo 21 to support latest tiOPF2 changes. | Graeme Geldenhuys | |
* tiOPF2 classes got renamed a bit. | |||
2009-12-14 | New example showing how you can use embedded forms. | Graeme Geldenhuys | |
fpGUI doesn't have direct support for Frames like Lazarus or Delphi, but it is quite simple to emulate such behaviour. | |||
2009-12-10 | Extra saftey checks. Nothing major. | Graeme Geldenhuys | |
2009-12-10 | When forms are embedded, don't show popup-menu components when the rest are ↵ | Graeme Geldenhuys | |
shown. * I don't like the implementation dependency on fpg_menu though. I'll try and see if there is some better way of doing this. | |||
2009-12-10 | Forgot to free fpgApplicationt hint timer | Graeme Geldenhuys | |
2009-12-10 | Tweak of color usage and the look of popup menus | Graeme Geldenhuys | |
* Color now more closely matches WinXP colors * Improved the border look of popup menus and any 3d bevels * Replaced standard text drawing with fpgStyle text drawing * Menu dividers are now 3D and not flat black line |