summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-29MenuBar color is not consistent with Popup Menu seperator items.Graeme Geldenhuys
2009-12-29Updating fpgui package licensing information and version number.Graeme Geldenhuys
2009-12-29Let UI Designer use About fpGUI dialog.Graeme Geldenhuys
2009-12-29Add information text to the About fpGUI dialog.Graeme Geldenhuys
2009-12-21Causes popup menus to overlap slightly so it is easier to see the z-order.Graeme Geldenhuys
2009-12-21Fix 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-15Updated tiOPF List Mediators to work with latest tiOPF2 code.Graeme Geldenhuys
* DoCreateItemMediator is now a function instead of a procedure.
2009-12-15Updated Demo 21 to support latest tiOPF2 changes.Graeme Geldenhuys
* tiOPF2 classes got renamed a bit.
2009-12-14New 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-10Extra saftey checks. Nothing major.Graeme Geldenhuys
2009-12-10When 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-10Forgot to free fpgApplicationt hint timerGraeme Geldenhuys
2009-12-10Tweak of color usage and the look of popup menusGraeme 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-10Very basic Linux requiremens for compiling fpGUI based apps.Graeme Geldenhuys
2009-11-30Cleaned up the Xft header translation unit. Used external keyword for each ↵Graeme Geldenhuys
definition.
2009-11-30fixed compiler reported visibilty issues.Graeme Geldenhuys
2009-11-27Work-in-progress script to compile fpGUI toolkit help in IPF output.Graeme Geldenhuys
2009-11-27Minor change to project file make DocView compile.Graeme Geldenhuys
2009-11-27Add missing unit for docview.Graeme Geldenhuys
2009-11-27Quick summary documentation for RichTextView.Graeme Geldenhuys
2009-11-27IPF Reference documentation from OS/2 developer toolkit v4Graeme Geldenhuys
[ Sorry, I know the file is binary and a bit big, but it's an important file to have. ]
2009-11-27Documentation about the ASCII IBM Extended character set which isGraeme Geldenhuys
used in traditional OS/2 INF files.
2009-11-27Some docs about CodePage to Unicode mapping.Graeme Geldenhuys
2009-11-27Merge commit 'remotes/DocView/work'Graeme Geldenhuys
2009-11-27Merged separate DocView project as our subdirectoryGraeme Geldenhuys
2009-11-26Add copies of the gui/compileall.sh script to the "apps" and "corelib" ↵Graeme Geldenhuys
directories.
2009-11-26Fixed two example projects that did not compile.Graeme Geldenhuys
* apps/docedit * gui/combobox
2009-11-26Quickly made the prototypes compilable again.Graeme Geldenhuys
2009-11-24Fix 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-24Extra compiler setting to allow for cross-compiling.Graeme Geldenhuys
2009-11-23Add 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-23Added implementation of fpgExtractFileName()Graeme Geldenhuys
2009-11-21Implemented some basic settings in the config dialog of DocView.Graeme Geldenhuys
2009-11-21New 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-21Index listbox now responds the when ENTER key is pressed.Graeme Geldenhuys
2009-11-21Implement correct handling of MRU filesGraeme 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.
2009-11-21New todo itemsGraeme Geldenhuys
2009-11-12Updated the prototype 'threedee' project to use latest fpGUI unit names.Graeme Geldenhuys
I can't believe I left it this long! :-( Still a pretty cool theme. :)
2009-11-12Replaced String with TfpgString.Graeme Geldenhuys
2009-11-12Implemented GetFieldBounds support for the Memo mediator.Graeme Geldenhuys
2009-11-12Implemented tiProcessing() and tiEndProcessing which displays a type ofGraeme Geldenhuys
notification window. Very usefully for long running tasks and when you don't have a statusbar like in the case of SDI style applications.
2009-11-11Start work on a Configuration dialog for DocView.Graeme Geldenhuys
2009-11-10Minor code update to fix compiler error with FPC 2.4.0rc1Graeme Geldenhuys
2009-11-10Removed minor memory leak in tiRtfReport.pas unit.Graeme Geldenhuys
2009-11-09Published the OnDoubleClick event for the Treeview and Listbox components.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2009-11-09Huge reduction in time taken to populate Index listbox.Graeme Geldenhuys
Due to a bug in fpGUI's listbox, the update time was very slow when populating the listbox. Now time is pretty much instant.
2009-11-09New todo items added.Graeme Geldenhuys
2009-11-09A quick script to allow cross-compiling from Linux to Win32.Graeme Geldenhuys
This script contains paths related to my system. I'll see if I can generalize it a bit more in future. I'm pretty new to cross compiling with FPC.
2009-11-09ListBox BeginUpdate / EndUpdate now correctly delays updatesGraeme Geldenhuys
ListBox.items.Assign(AItems) cause the listbox to redraw after every item was added - seriously delaying things. This bug has now been fixed.
2009-11-07Added todo.txt to git repository.Graeme Geldenhuys
I forgot to check this in ages ago.