Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-12-10 | Very basic Linux requiremens for compiling fpGUI based apps. | Graeme Geldenhuys | |
2009-11-30 | Cleaned up the Xft header translation unit. Used external keyword for each ↵ | Graeme Geldenhuys | |
definition. | |||
2009-11-30 | fixed compiler reported visibilty issues. | Graeme Geldenhuys | |
2009-11-27 | Work-in-progress script to compile fpGUI toolkit help in IPF output. | Graeme Geldenhuys | |
2009-11-27 | Minor change to project file make DocView compile. | Graeme Geldenhuys | |
2009-11-27 | Add missing unit for docview. | Graeme Geldenhuys | |
2009-11-27 | Quick summary documentation for RichTextView. | Graeme Geldenhuys | |
2009-11-27 | IPF Reference documentation from OS/2 developer toolkit v4 | Graeme Geldenhuys | |
[ Sorry, I know the file is binary and a bit big, but it's an important file to have. ] | |||
2009-11-27 | Documentation about the ASCII IBM Extended character set which is | Graeme Geldenhuys | |
used in traditional OS/2 INF files. | |||
2009-11-27 | Some docs about CodePage to Unicode mapping. | Graeme Geldenhuys | |
2009-11-27 | Merge commit 'remotes/DocView/work' | Graeme Geldenhuys | |
2009-11-27 | Merged separate DocView project as our subdirectory | Graeme Geldenhuys | |
2009-11-26 | Add copies of the gui/compileall.sh script to the "apps" and "corelib" ↵ | Graeme Geldenhuys | |
directories. | |||
2009-11-26 | Fixed two example projects that did not compile. | Graeme Geldenhuys | |
* apps/docedit * gui/combobox | |||
2009-11-26 | Quickly made the prototypes compilable again. | Graeme Geldenhuys | |
2009-11-24 | Fix AV under Windows for Calendar Combo mediator. | Graeme Geldenhuys | |
It was a descendant of Edit Meditaros and assumed TfpgCalendarCombo descended from TfpgBaseEdit, which in fact it wasn't!! Oops. Strangely enough Linux never gave any errors??? | |||
2009-11-24 | Extra compiler setting to allow for cross-compiling. | Graeme Geldenhuys | |
2009-11-23 | Add a Hint property to TfpgMenuItem. | Graeme Geldenhuys | |
* I'm unsure of how exactly I want to use it and how it can tie into a StatusBar component. I'll try and come up with some demo in the future. | |||
2009-11-23 | Added implementation of fpgExtractFileName() | Graeme Geldenhuys | |
2009-11-21 | Implemented some basic settings in the config dialog of DocView. | Graeme Geldenhuys | |
2009-11-21 | New ClearIndexComponents procedure introduced. | Graeme Geldenhuys | |
* After viewing the index of one INF while and then switching to another INF file, the components on the Index tabsheet was not reset. eg: last focused item, text in indexsearch edit etc... This method resolves that. * Also in now clears previously searched text so incorrect text is not highlighted when switching INF files at runtime. | |||
2009-11-21 | Index listbox now responds the when ENTER key is pressed. | Graeme Geldenhuys | |
2009-11-21 | Implement correct handling of MRU files | Graeme Geldenhuys | |
* Menu is now correctly populated * Menu items are now the Titles of the INF or HLP files * Multile files opened at once are saved correctly. |