improved anchoring
BorderIcons = [biSystemMenu]
fixed anchoring TMacroSelectionBox
*forgotten files
Implemented IDE Help
implemented IDE Help
improved anchoring + layout
converted form to LFM
improved anchoring of form
improved layout and anchoring
added help button, fixed achoring InsertMacroButton
converted to .lfm, added help button, improved anchoring and added splitter for more flexible usage
added help button
added help button to dialog
added help button to dialog
added help button to dialog
added help button to dialog
added help button to dialog
added help button to dialog
added help button to dialog
moved TfrmGoto to separate file (gotofrm.pas)
added help button to dialog
added help button to dialog
added help button to dialog
fixed order of buttons in TButtonPanel for unix/windows
implemented TButtonPanel
implemented TranslateButtonPanel funtion in LazarusIDEStrContsts to initialize the translation of a buttonpanel.
added resourcestrings of LCL component to constructor
removed procedure TranslateButtonPanel as it is handled by TButtonPanel itself
implemented TButtonPanel
implemented TButtonPanel
changed contributor and acknowlegdements page to scrolling paintboxes
forgot to add hash
made the URLs in the acknowledgement tab clickable
moved TShowDeletingFilesDialog to separate file and converted to .lfm
implemented TButtonPanel
implemented TButtonPanel
fixed anchoring, load/save and clear buttons were not visible
added load and save option
image buffer is now also resized on resizing of the form
timer fires only when acknowledgement or contributors page is active
Moved animated text code to separate class TScrollingText
Fix crash in aboutbox thanks to Gerard Visent
Assigned OKButtonClick method to OKButton
""
Reverting back to r17160 r17161 #0beee144e6 was an accidental commit
Changed private variable FRepoPath to property RepositoryPath
"removed quotes from the message switch for svn commit
fixed AV when parsing empty messages in SVN log xml
changed position of SVNCommitForm to poScreenCenter
fixed updating listview while recieving data
fixed crash when committing filenames containing spaces
changed ReadOnly property to True for SVNCommitMsgMemo
changed use of method TDOMNodeList.Length to TDOMNodeList.Count
project data is now stored in .lpi file
code cleanup : removed unused TPaintBoxes and constructor
removed SVNSettingsForm from package
Applied patch from Zeljan
Added two more styles to TSeriesPointerStyle type, useful when there is a need to draw value intervals on a chart
change cursor to crHourGlass when refreshing the log
implemented sorting of packages by Lucas Gradl
applied reformatting patch from Alexander Klenin
changed parent class for TLazSearchResultLB from TCustomListBox to TCustomTreeView
remove SVN reporitory path from filename if possible
refactoring patch by Alexander Klenin
renamed all "listbox" entries to "treeview" in code
code refactoring
Remove TAEngine unit and TSeriesList class
Code cleanup, variable and component renaming
fix memleak in TLazSearchResultTV.BeginUpdate
moved string to lazarusidestrconsts.pas as resourcestring
changed autosize to false for cbObjects
improved anchoring, removed unneeded panels
implemented toolbar
improved speed by adding BeginUpdate/EndUpdate around code that updates the TreeView
code cleanup
fixed showing diff from SVNLogForm at certain revision number
Consistent indenting, whitespaces and upper/lower case.
Patch by Alexander Klenin
TChartSeries.AddXY inserts new point into a sorted list, which have O(N^2) computational cost.
implemented "SVN revert" in SVNStatusForm
added option to show/hide gridlines to demo
WordWrap is set to flase for SVNDiffForm Memo
added popup-menu icon
1) Created new unit TAChartUtils, moved some support code into it.
forgot to add the fie in r17799 #488a25bd42
removed code beyond end. keyword of unit, caused by applying the diff a couple of times
fix for: http://bugs.freepascal.org/view.php?id=18937
Initial import of a fppkg GUI
renamed lang to languages
added define around new functionality
moved the define
Cleanup of code, loading default settings. Thanks to Joost
FPPKG
FPPKG: Implement Lazarus IDE package installation, thanks to Joost
fppkg: cleanup of sources