lazarus/lcl
paul ed73700099 lcl: set RequireDerivedFormResource to False by default
ide: set RequireDerivedFormResource to True for new projects

git-svn-id: trunk@29303 -
2011-02-02 01:52:52 +00:00
..
forms lcl: fix layout of replace dialog by Anton 2011-01-13 12:47:01 +00:00
images
include lcl: don't move csDesigning forms to non-designed positions (bug #0018623) 2011-02-01 08:08:49 +00:00
interfaces win32: cleanup 2011-02-01 05:56:48 +00:00
languages Translations: LCL - updated Russian translation 2011-02-01 23:27:22 +00:00
nonwin32
templates
tests lcl tests: fixed compilation, use default widget set and stdctrls for TButton 2010-10-20 14:02:33 +00:00
widgetset lcl: add TTrackBar.Reversed property, implement for win32. Zeljan will implement for other widgetsets 2010-11-18 09:28:03 +00:00
actnlist.pas
alllclunits.pp LCL: moved register components to LCLBase 2011-01-27 13:15:33 +00:00
arrow.pp
asyncprocess.pp
avglvltree.pas LCL: TAvgLvlTree: using by default the default memory manager, for multithreading 2010-08-06 16:31:27 +00:00
btn_icons.lrs
buttonpanel.pas LCL: TButtonPanel: no spacing at left and right side 2011-01-16 13:14:40 +00:00
buttons.pp LCL: TSpeedButton: started AutoSize, added parameter Drawing to GetGlyphSize and GetTextSize 2011-01-19 12:53:12 +00:00
calendar.pp lcl: use DefaultFormatSettings to prevent deprecated message generation 2010-12-02 07:21:19 +00:00
chart.pp LCL: added comments 2010-06-16 09:55:25 +00:00
checklst.pas lcl: TCustomCheckListBox.SetState: 2010-10-19 01:02:35 +00:00
clipbrd.pp
colorbox.pas
comctrls.pp lcl: formatting 2011-01-20 02:51:56 +00:00
controls.pp lcl: declare TCMDesignHitTest message record 2011-01-20 04:43:39 +00:00
cursors.lrs
customtimer.pas
dbactns.pp LCL, fix DatasetActions, issue #17575 2010-10-29 20:25:39 +00:00
dbctrls.pp LCL: published TDBImage.OnDblClick, probably works, because it is already published for TImage. 2010-12-01 10:15:05 +00:00
dbgrids.pas LCL, fix dbgrid entering dataset edit state when selecting a different field and dgAlwaysShowEditor is on 2010-11-30 05:58:57 +00:00
defaulttranslator.pas LCL: lrs object reader/writer: write unique paths string properies for collection items and frames, patch #16742 2011-01-25 18:50:14 +00:00
dialog_icons.lrs
dialogs.pp lcl: fixed fpgui compilation 2011-01-27 17:27:05 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas lcl: use DefaultFormatSettings to prevent deprecated message generation 2010-12-02 07:21:19 +00:00
extctrls.pp Fix designiner placement of TNotebook 2011-01-12 15:49:33 +00:00
extdlgs.pas lcl: use DefaultFormatSettings to prevent deprecated message generation 2010-12-02 07:21:19 +00:00
extendedstrings.pas
extgraphics.pas
filectrl.pp
fileutil.pas lcl: fileutil initial unix/windows separation. improved support for Windows unicode file operations (bug #15642) 2010-09-01 20:18:45 +00:00
forms.pp lcl: set RequireDerivedFormResource to False by default 2011-02-02 01:52:52 +00:00
fpcadds.pas
graphics.pp lcl: if there is no bitmap handles are created for Icon then add it to imagelist using rawimage (issue #0017900) 2011-01-11 09:15:01 +00:00
graphmath.pp
graphtype.pp LCL: removed duplicate IntersectRect 2010-10-26 07:37:49 +00:00
graphutil.pp move WaveTo from synedit to GraphUtil 2010-10-14 00:48:35 +00:00
grids.pas LCL, fix grid cursor disappearing on scrolling up/left when toprow/leftcol>=fixedRow/fixedcolcol, issue #18243 2011-01-25 19:49:33 +00:00
helpintfs.pas
icnstypes.pas Fixes the name of the ICNS format 2010-09-04 16:28:08 +00:00
imagelistcache.pas
imglist.pp lcl: if there is no bitmap handles are created for Icon then add it to imagelist using rawimage (issue #0017900) 2011-01-11 09:15:01 +00:00
inipropstorage.pas
interfacebase.pp lcl: replace TWidgetSet.AppHandle function with a readwrite property 2011-02-01 04:10:57 +00:00
intfgraphics.pas Patch from bug #17594. Solves compiling Lazarus with the fpc branch fpc-xpcom 2010-10-12 15:00:44 +00:00
LAYOUT.txt
lazconfigstorage.pas
lazhelphtml.pas
lazhelpintf.pas
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
lclbase.lpk lcl: fixed fpgui compilation 2011-01-27 17:27:05 +00:00
lclclasses.pp lcl: remove workaround to old fpc bug in BeforeDestruction 2010-06-02 09:39:49 +00:00
lclintf.pas Isolates the system environment apis in separate includes files. One for common code and one per operating system 2010-10-12 09:54:03 +00:00
lclmemmanager.pas lcl: fixed compilation of TExtMemoryStream with fpc 2.4.3 on 64 bits platforms 2010-11-22 09:39:24 +00:00
lclmessageglue.pas lcl: alllclunits using normal syntax 2011-01-26 23:21:20 +00:00
lclproc.pas lcl: fix memory leak in LCLGetLanguageIDs for darwin platform by Phil (bug #0018447) 2011-01-11 07:13:17 +00:00
lclrescache.pas lcl: don't clear BrushResourceCache directly (fixes bug #0017647) 2010-11-16 14:28:38 +00:00
lclstrconsts.pas LCL: hint about RequireDerivedFormResource 2011-02-01 09:25:53 +00:00
lcltype.pp LCL: made tagLOGBRUSH.lbHatch unsigned, as it is unsigned in the windows unit and in the winapi docs. 2010-12-06 13:25:51 +00:00
lclunicodedata.pas
lclversion.pas lcl: alllclunits using normal syntax 2011-01-26 23:21:20 +00:00
lconvencoding.pas LCL: fixed FileIsText to skip BOMs 2010-09-29 10:01:59 +00:00
ldockctrl.pas
ldockctrledit.lfm
ldockctrledit.pas
ldocktree.pas fixed typo dont 2010-09-11 14:05:21 +00:00
lmessages.pp LCL: CM_DESIGNHITTEST is for custom controls and does not need to be implemented by the LCL 2010-10-29 07:34:20 +00:00
lresources.pp LCL: lrs object reader/writer: write unique paths string properies for collection items and frames, patch #16742 2011-01-25 18:50:14 +00:00
Makefile lcl: alllclunits using normal syntax 2011-01-26 23:21:20 +00:00
Makefile.compiled lclbase: added Makefile.compiled 2011-01-15 15:10:51 +00:00
Makefile.fpc lcl: alllclunits using normal syntax 2011-01-26 23:21:20 +00:00
maps.pp
maskedit.pp LCL: TCustomMaskEdit.Text string to TTranslateString 2011-01-25 18:36:13 +00:00
masks.pas
menus.pp lcl: send CM_MENUCHANGED and CM_TABSTOPCHANGED messages 2010-10-29 07:28:13 +00:00
pairsplitter.pas fixed typo dont 2010-09-11 14:05:21 +00:00
popupnotifier.pas PopupNotifier: it's THintWindow now, so it does not activate itself when shown, also small cleanup maded. 2010-05-31 07:31:46 +00:00
postscriptcanvas.pas lcl: fix name clash with ancestor fields after fpc:r16303 2010-11-05 08:07:11 +00:00
postscriptprinter.pas
postscriptunicode.pas LCL, PostcriptUnicode: fill tables on demand 2010-09-13 19:37:02 +00:00
printers.pas
propertystorage.pas
registerlcl.pas LCL: moved register components to LCLBase 2011-01-27 13:15:33 +00:00
rubberband.pas
shellctrls.pas Implements adding a different base path to TShellTreeView 2011-01-13 15:28:33 +00:00
spin.pp
stdactns.pas lcl: fix backward search by TSearchAction by Anton (issue #0017588) 2010-10-15 01:46:10 +00:00
stdctrls.pp lcl: add lcl_defines include file which can be used for common lcl defines (like UseCLDefault) 2010-11-19 10:46:12 +00:00
stringhashlist.pas
textstrings.pas
themes.pas fixed typo dont 2010-09-11 14:05:21 +00:00
tmschema.pas
toolwin.pp
translations.pas lcl: fixed parsing rst file, bug #18591 2011-01-25 11:04:59 +00:00
update_allunits.lpi started lcl1 package 2010-09-28 18:29:03 +00:00
update_allunits.lpr started lcl1 package 2010-09-28 18:29:03 +00:00
utf8process.pp
utrace.pp
xmlpropstorage.pas switched from deprecated xmlcfg to xmlconf 2011-02-01 09:34:27 +00:00