lazarus/lcl
2011-06-25 12:56:49 +00:00
..
forms
images List for Grid column sort images 2011-05-09 08:11:45 +00:00
include LCL: preserve selection when moving items. Return cached checked item when moving items. 2011-06-25 08:31:57 +00:00
interfaces Qt: fixed bug when switch between source and form designer with F12. issue #18694 2011-06-25 11:49:50 +00:00
languages regenerated translations; updated Russian translation 2011-06-25 12:08:03 +00:00
nonwin32 lcl: add delphi compatible messages by Stephano (issue #0019134) 2011-04-18 02:33:18 +00:00
templates
tests
widgetset LCL: TListViewItems: implemented Exchange() and Move() to easy move or exchange items in list. Implementation done for gtk2 and qt 2011-06-24 12:04:01 +00:00
actnlist.pas
alllclunits.pp LCL: Chart unit renamed to BarChart 2011-04-19 17:24:59 +00:00
arrow.pp
asyncprocess.pp
avglvltree.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
barchart.pp Moves the barchart import from dataset from dbctrls to barchart 2011-04-19 18:34:50 +00:00
btn_icons.lrs
buttonpanel.pas LCL: TButtonPanel: hide buttons at designtime 2011-05-27 20:28:39 +00:00
buttons.pp lcl: set ModalResult to mrClose if BitBtn.Kind = bkClose (issue #0019197) 2011-04-19 08:04:05 +00:00
calendar.pp
checklst.pas lcl, win32: move ListBox, CheckListBox styles into CreateParams of LCL classes 2011-03-19 16:40:11 +00:00
clipbrd.pp
colorbox.pas
comctrls.pp LCL: preserve selection when moving items. Return cached checked item when moving items. 2011-06-25 08:31:57 +00:00
controls.pp LCL: overrided TControl.Update in TGraphicControl, so it calls Update() only for TGraphicControl client rect, not whole parent handle. 2011-06-08 07:00:02 +00:00
cursors.lrs
customtimer.pas LCL: TTimer: checking csDesgning is no longer useful, since SetDesigning works recursive 2011-04-28 18:52:30 +00:00
dbactns.pp
dbctrls.pp lcl: clean up 2011-05-18 16:55:29 +00:00
dbgrids.pas LCL, fix position of scrollbar in case user clicks verticall scrollbar button arrows 2011-06-24 21:13:38 +00:00
defaulttranslator.pas
dialog_icons.lrs
dialogs.pp LCL: TFindOption: frHideEntireScope, feature 19619 2011-06-24 10:54:51 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas LCL: add BiDi support for 5 components. Patch from Avishai, issue #19268 2011-05-07 10:26:05 +00:00
extctrls.pp codetools: h2pas: simple struct 2011-06-21 18:41:26 +00:00
extdlgs.pas
extendedstrings.pas
extgraphics.pas
filectrl.pp Patches from bug #17761 TShellListView Mask: duplicated items if mask is " *.ext;*.ext " 2011-05-25 08:33:29 +00:00
fileutil.pas LCL: ReadAllLinks: stop after 12 levels 2011-03-27 09:08:23 +00:00
forms.pp Adds more TScreen properties, from patch from bug #19379 by wovan.bugger 2011-06-22 21:03:25 +00:00
fpcadds.pas
graphics.pp turbo ipro: update layout in Paint if needed 2011-06-13 17:59:40 +00:00
graphmath.pp
graphtype.pp LCL: fix range error when reading an ImageList made with Delphi. Issue #19454 2011-06-03 00:28:50 +00:00
graphutil.pp LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code. 2011-03-06 12:45:59 +00:00
grids.pas LCL, fix dbgrid scrollbar jumping issue #19615 2011-06-24 21:08:05 +00:00
helpintfs.pas IDE: removed obsolete code for help for fpc keywords 2011-05-12 20:50:35 +00:00
icnstypes.pas
imagelistcache.pas
imglist.pp lcl: add another TImageList.Draw Delphi compatibility method (issue #0018921) 2011-03-14 07:25:08 +00:00
inipropstorage.pas
interfacebase.pp
intfgraphics.pas Fix spelling from Childs to Children around Lazarus source. Patch from Mazen NEIFER 2011-05-10 09:13:38 +00:00
LAYOUT.txt
lazconfigstorage.pas LCL: TConfigMemStorage: using file version, externhelp: fixed incompatible fix 2011-05-10 14:11:34 +00:00
lazhelphtml.pas IDE, LCL: adapted error messages to changed IDE main menu layout 2011-05-07 15:41:03 +00:00
lazhelpintf.pas IDE: code hints: fpdoc links to open the help 2011-06-14 17:58:24 +00:00
lazlinkedlist.pas
lcl_calc_images.lrs
lcl_dbgrid_images.lrs
lcl_dbnav_images.lrs
lcl_dock_images.lrs
lcl_dock_to_images.lrs
lcl_edbtnimg.lrs
lcl_grid_images.lrs Resource for Grid column sort images 2011-05-09 08:07:29 +00:00
lclbase.lpk IDE: add unit to uses section: search via codetools 2011-06-14 18:56:21 +00:00
lclclasses.pp
lclintf.pas LCL: docs: OpenURL 2011-06-25 09:57:23 +00:00
lclmemmanager.pas
lclmessageglue.pas
lclproc.pas LCL: MergeSort: using insertion sort for small arrays 2011-06-11 15:11:42 +00:00
lclrescache.pas
lclstrconsts.pas LCL: fixed TUTF8Parser reading at end of buffer 2011-06-24 18:37:23 +00:00
lcltype.pp lcl: change gradient types from longint to Cardinal (matches windows declarations) 2011-06-18 00:01:28 +00:00
lclunicodedata.pas
lclversion.pas
lconvencoding.pas LCL: GuessEncoding: accelerated 2011-05-28 09:38:31 +00:00
ldockctrl.pas Fix spelling from Childs to Children around Lazarus source. Patch from Mazen NEIFER 2011-05-10 09:13:38 +00:00
ldockctrledit.lfm
ldockctrledit.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
ldocktree.pas Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
lmessages.pp lcl: remove TLMNoPara, use TLMNoParams for TLMEnter, TLMExit (issue #0019134) 2011-04-19 02:26:47 +00:00
lresources.pp LCL: fixed TUTF8Parser reading at end of buffer 2011-06-24 18:37:23 +00:00
Makefile
Makefile.compiled
Makefile.fpc
maps.pp
maskedit.pp
masks.pas
menus.pp LCL: Remove OldShortCut from SetShortCut parameters and add the real shortcut keys there. 2011-03-16 16:53:36 +00:00
pairsplitter.pas LCL: Fix "Read error" when copy-pasting TPairSplitter. Patch from August Klein, issue #19234 2011-05-05 23:16:49 +00:00
popupnotifier.pas
postscriptcanvas.pas LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code. 2011-03-06 12:45:59 +00:00
postscriptprinter.pas
postscriptunicode.pas
printers.pas LCL, printers: fix typos in Exception messages and comments, fixes bug #18950 2011-03-19 21:38:31 +00:00
propertystorage.pas
registerlcl.pas LCL: Chart unit renamed to BarChart 2011-04-19 17:24:59 +00:00
rubberband.pas
shellctrls.pas LCL: in ShellTreeView fix an eternal loop when expanding a node and AutoExpand is True. Issue #19572. 2011-06-25 12:56:49 +00:00
spin.pp
stdactns.pas
stdctrls.pp LCL: TToggleBox published properties: BidiMode, Contstraints, Color, Font, ParentBidiMode, ParentFont. 2011-06-22 12:22:58 +00:00
stringhashlist.pas
textstrings.pas
themes.pas lcl: fix treeview plus/minus sign drawing with no themes 2011-04-17 13:17:14 +00:00
tmschema.pas
toolwin.pp
translations.pas LCL: Add return value to TranslateUnitResourceStrings. Patch from Ingo Steiniger, issue #18345 2011-05-07 00:03:42 +00:00
update_allunits.lpi
update_allunits.lpr
utf8process.pp
utrace.pp
xmlpropstorage.pas