summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-23Fix compilation error under Windows.Graeme Geldenhuys
2010-08-23Removed unused code.Graeme Geldenhuys
2010-08-23docs: added docs for fpg_command_intf unit.Graeme Geldenhuys
2010-08-23doc scripts: updated doc building scripts to include new fpg_tree documentation.Graeme Geldenhuys
2010-08-23docview: fix bug where it fails to load any INF files.Graeme Geldenhuys
Fixing the loading of directory without INF files, caused loading of all INF files to fail. I did my check in the wrong location.
2010-08-23Use fpGUI wrapper functions instead of RTL functions directly.Graeme Geldenhuys
fpGUI's wrapper functions handle unicode conversions from OS automatically.
2010-08-22docview: INF header information. Added file size to the details.Graeme Geldenhuys
2010-08-22docview: sanity check added if no files are opened, stop trying to process ↵Graeme Geldenhuys
nothing.
2010-08-22docview: replaced the internals of GetFileSize() with then fpgFileSize()Graeme Geldenhuys
2010-08-22Introduced a new cross-platform fpgFileSize() helper function.Graeme Geldenhuys
2010-08-22docview: minor changes to make fpprofiler happy.Graeme Geldenhuys
This will not increase the executable size because Classes is used elsewhere anyway.
2010-08-22dcoview: fixed a minor memory leak.Graeme Geldenhuys
2010-08-22docview: fixes the AV on exit.Graeme Geldenhuys
NOTE This is not a 100% fix, but rather a work-around. I need to still find out why such AV's occur.
2010-08-20docs: New fpg_tree.pas documentation. Minor updates to fpg_widget, ↵Graeme Geldenhuys
fpg_buttons docs.
2010-08-19Merge branch 'docs' into master.Graeme Geldenhuys
* Various documentation updates.
2010-08-19Docview: disabled buttons in Notes tab. Notes feature not implemented yet.Graeme Geldenhuys
2010-08-19Scrollbars now have disabled arrow button state at Min or Max values.Graeme Geldenhuys
Thanks to Jean-Marc Levecque for the idea.
2010-08-19Gray Brightness Percentage has been adjusted.Graeme Geldenhuys
* Old value was 20 which gave slightly too dark "greyed" images. * New value of 40 works nice all round.
2010-08-19Fixed preloading of new Arrow images.Graeme Geldenhuys
* I forgot this in the previous patch. New arrow images are masked.
2010-08-19Images: updated standard arrow images.Graeme Geldenhuys
* They used to be Indexed BMP, now they are RGB BMP's. fpGUI doesn't handle Indexed images well - I'm working on better image support. * Updatet the script to generate image include file under Linux. * Rebuilt stdimages.inc file.
2010-08-19Here attached is a patch for EditCombo implementing the use of Charmap forJean-Marc Levecque
special characters, the same way as already done with EditText.
2010-08-19Menus: Minor bugfix in popup menus. OpenerMenuBar is not always assigned.Graeme Geldenhuys
Popup menus can of course be used without a Main MenuBar, so I have to do some extra checking first before I call InternalReset.
2010-08-19Here attached is a little improvement for SpinEditJean-Marc Levecque
It allows the high and low limit values to be reached when up/down keys are maintained pressed, same as when mouse is maintained on the up/down arrows.
2010-08-19MenuBar: bugfix - clicking disabled menu items should not toggle internal ↵Graeme Geldenhuys
FClicked.
2010-08-19Menu Test Demo improvements.Graeme Geldenhuys
* Used Align property for menu, toolbar, statusbar etc. * Toggling of Toolbar and Status Bar updates the client area size * Toolbar now looks more like a modern toolbar with flat buttons and dividers.
2010-08-19Treeview Demo: further improvements added to demo.Graeme Geldenhuys
2010-08-19Treeview: repaint tree after FullCollapse or FullExpand calls.Graeme Geldenhuys
2010-08-19Treeview Demo: extended the demo to show Node values as user selects them.Graeme Geldenhuys
This should give users a better understanding of what those properties mean and how they work. Also a nice test to see if the Treeview Nodes work correctly.
2010-08-18MenuBar Open/Close popup menus bug.Graeme Geldenhuys
This change fixes the last issues, depending on the MenuOptions set. Now all menu options behave as they should. Clicking the second time on the same menu items now correctly closes the popup menu etc.
2010-08-18Popup Menu: fixes last selected item still focused bug.Graeme Geldenhuys
* When you selected a menu item, and then later open that popup menu again, that last selected item has focus. Now that focus is reset when the user selected a menu item. Another loooong overdue bug fix.
2010-08-18MenuBar: fixed menu selectio/focus issueGraeme Geldenhuys
* Menubar is not focusable, so our check for Is Focusable will never be true. * Menubar now has normal behaviour again. When you click, a menu opens, click again and menu closes. * Click to open menu and then move mouse over other menus, opens other popup menus. I can't believe this bug was over a year old!!! :-/
2010-08-18New file extension to ignore in 'git status' command.Graeme Geldenhuys
2010-08-18fpg_hyperlink docs updateGraeme Geldenhuys
2010-08-18fpg_dialog docs updateGraeme Geldenhuys
2010-08-18fpg_colorwheel docs updateGraeme Geldenhuys
2010-08-18fpg_colormapping docs updateGraeme Geldenhuys
2010-08-18fpg_wuline docs updateGraeme Geldenhuys
2010-08-18fpg_utils docs updateGraeme Geldenhuys
2010-08-18fpg_main docs updateGraeme Geldenhuys
2010-08-18fpg_imgfmt_bmp docs updateGraeme Geldenhuys
2010-08-18fpg_constants docs updateGraeme Geldenhuys
2010-08-18fpg_base docs updateGraeme Geldenhuys
2010-08-18script updatesGraeme Geldenhuys
2010-08-18UI Designer: Reworked the "Tab Order" and "Widget Order" dialog with a TreeviewGraeme Geldenhuys
* Original dialog used to use a ListBox with indentation * Many reordering bugs in old design is now fixed in the new one. Note: Still outstanding is the sorting of the nodes by TabOrder when using the "Tab Order" dialog mode.
2010-08-18Treeview: Bumped up the visibility of some handy methods.Graeme Geldenhuys
2010-08-18TreeNode.Append() changed parameter name to something more meaningful.Graeme Geldenhuys
2010-08-18Treeview: Introduced a new method TfpgTreeNode.MoveTo()Graeme Geldenhuys
Tree nodes can now be moved around in the tree. Behaviour is controlled with the TfpgNodeAttachMode parameter.
2010-08-18Treeview: Two now methods added. FullCollapse and FullExpand.Graeme Geldenhuys
2010-08-18Treeview: Tree nodes now track which tree they belong with.Graeme Geldenhuys
2010-08-18Add the open source OpenWatcom IPF Compiler. It compiles IPF help files.Graeme Geldenhuys
* This includes a Windows and Linux version. Both 32-bit. * Simply unpack the executable archives to use them. I'll write more detailed documentation on how to use the wipfc compiler. I also hope to some day implement my own IPF Compiler in Object Pascal.