summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-18WINCE: Replaced magic numbers with windows constants.Graeme Geldenhuys
2010-03-18Reworked the hintwindowtest project to better show hint window possibilities.Graeme Geldenhuys
2010-03-18Refactored the TfpgHintWindow class for better user customization and resourc...Graeme Geldenhuys
2010-03-18Add support for changing the HintWindow and HintWindowClass at runtime.Graeme Geldenhuys
2010-03-18Casting not required any more.Graeme Geldenhuys
2010-03-18BMP reading: This fixes the image loading issue on WinCE devices.Graeme Geldenhuys
2010-03-18Minor code formatting change.Graeme Geldenhuys
2010-03-18helloworld: Fixed memory leaks and new painting methodGraeme Geldenhuys
2010-03-18WinCE: Now we can enable fpgCreateStandardImages again.Graeme Geldenhuys
2010-03-18WinCE: Fix painting of BMP images to screen.Graeme Geldenhuys
2010-03-18UI Designer: minor tweaks.Graeme Geldenhuys
2010-03-18package settings: Use AnsiString and disable optimisation for better debugging.Graeme Geldenhuys
2010-03-18Setting MouseCursor at design time now works correctly under X11.Graeme Geldenhuys
2010-03-16themetest: fix button state on mouseenter with button downGraeme Geldenhuys
2010-03-16Embedded Form example: extended the demo to test more options.Graeme Geldenhuys
2010-03-16MenuBar issues with visibility when created at runtime.Graeme Geldenhuys
2010-03-16Fixed visibility handling of components created at runtime.Graeme Geldenhuys
2010-03-16Code not needed any more, parent class already does this.Graeme Geldenhuys
2010-03-15Revert a old changes in TfpgWidget.HandleShow.Graeme Geldenhuys
2010-03-15Tests: Add a test project that tests the .Visible property.Graeme Geldenhuys
2010-03-12tiopf: Fix edit mediators by disabling event handlers on destruction.Graeme Geldenhuys
2010-03-11Minor change so it can compile under Mac OS X with X11 support enabled.Graeme Geldenhuys
2010-03-11use a more accurate message name for asking to be freed.Graeme Geldenhuys
2010-03-11Use constants instead of magic numbers for ModalResult values.Graeme Geldenhuys
2010-03-11changed some consant definitions, but values are still the same.Graeme Geldenhuys
2010-03-11Disable compiler hint for something i did for a reason.Graeme Geldenhuys
2010-03-11fixes compilation for docview and fpc 2.5.1Andrew
2010-03-10FPC compiler struggles with include files that don't have extensions.Graeme Geldenhuys
2010-03-10listview: fixed double buffering bug.Graeme Geldenhuys
2010-03-09docview: add .gitignore in units directory for dir layout.Graeme Geldenhuys
2010-03-09Add missing include path for new version fileGraeme Geldenhuys
2010-03-09X11: Now fontlist returns non-scaleable fonts too.Graeme Geldenhuys
2010-03-09X11: added some more Xft library constants for future use.Graeme Geldenhuys
2010-03-09docview: add compiler helper extrafpc.cfg file.Graeme Geldenhuys
2010-03-09docview: Removed a compiler path not used.Graeme Geldenhuys
2010-03-09docview: renamed local variables to reduce future confusion.Graeme Geldenhuys
2010-03-09When debugging with GDB these lines sometimes gives FPC AnsiString errors.Graeme Geldenhuys
2010-03-08Updated the various programs and fpGUI library to use the new generate versio...Graeme Geldenhuys
2010-03-08Add a script which generates a version number based on Git repository infoGraeme Geldenhuys
2010-03-08GDI: ShellExecute now uses correct application stateGraeme Geldenhuys
2010-03-08minor tweak for usage in VFDGraeme Geldenhuys
2010-03-08Enabled saving and reading the One-Click-Move setting.Graeme Geldenhuys
2010-03-08Add ellipses to menu entries that show dialogs for user input.Graeme Geldenhuys
2010-03-04Started work on adding new optinos to UI Designer settings dialog.Graeme Geldenhuys
2010-03-04UI Designer: Replace ModalResult magic numbers with constants.Graeme Geldenhuys
2010-03-04UI Designer: Removed xterm console when running via Lazarus IDE.Graeme Geldenhuys
2010-03-04UI Designer: Add a few more published properties of various widgets to OI.Graeme Geldenhuys
2010-03-04UI Designer: Add Color Listbox widget to component palette.Graeme Geldenhuys
2010-03-04UI Designer: Add new component palette bitmaps.Graeme Geldenhuys
2010-03-04Add missing published Hint properties to some components.Graeme Geldenhuys