summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-03-03Another addition to fpgOpenURL() under Linux.Graeme Geldenhuys
2010-03-01no comment.Graeme Geldenhuys
2010-03-01Fixed memory leak in TfpgGroupBox. Never freed the used font.Graeme Geldenhuys
2010-03-01X11: Fix crash when copy-to-clipboard under 64bit Linux.Graeme Geldenhuys
2010-03-01X11: correctly handle buffer overflow errors in Xutf8LookupString API call.Graeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-25Add Hint property support to Form Designer.Graeme Geldenhuys
2010-02-25Published Hint and ShowHint on all widgets.Graeme Geldenhuys
2010-02-24Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpguiGraeme Geldenhuys
2010-02-24docview: Give a more accurate draw width to TRichTextLayout.Graeme Geldenhuys
2010-02-24docview: GetTextAreaWidth already includes ScrollbarWidth in the calculation.Graeme Geldenhuys
2010-02-24docview: GetTextAreaWidth implementation fixGraeme Geldenhuys
2010-02-24docview: code formatting changes.Graeme Geldenhuys
2010-02-24docview: This drastically improved text width calculations.Graeme Geldenhuys
2010-02-24docview: Lets not hardcode the Arial font.Graeme Geldenhuys
2010-02-23docview: content doesn't disappear as soon as it reaches the top/bottom edgeGraeme Geldenhuys
2010-02-23Initial support for WinCE devices, after a long break since v0.4.Paul Breneman
2010-02-23wrong eol characters for windows fpgui_toolkit.lpk file.Graeme Geldenhuys
2010-02-23Add various checks for open files before doing processing.Graeme Geldenhuys
2010-02-23Docview: Fix treeview height issue under Windows.Graeme Geldenhuys
2010-02-23New Help menu item to show Command Line Parameter help.Graeme Geldenhuys
2010-02-23Fix closing of open files.Graeme Geldenhuys
2010-02-23Updated docview todo list.Graeme Geldenhuys
2010-02-23Made a note about being outdated text.Graeme Geldenhuys
2010-02-22Updated the class inheritance documentation file.Graeme Geldenhuys
2010-02-22Removed compiler warning about friend class not beingGraeme Geldenhuys
2010-02-22Repositioned OK button of Strings property editor dialog.Graeme Geldenhuys
2010-02-22Enabled smart linking for UI DesignerGraeme Geldenhuys
2010-02-22Removed IFDEF's in fpg_utils by using AllFilesMask.Graeme Geldenhuys
2010-02-22Removed IFDEf's in fpg_main by using fpg_interface unitGraeme Geldenhuys
2010-02-22created a basic install splash screen for DocViewGraeme Geldenhuys