lazarus/lcl
paul d5cb0e2fbe lcl: redo MouseEnter/MouseLeave notifications:
- move application mouse events notification from various message handlers to the WND proc of TWinControl
  - don't assume that control at mouse is the current control which has mouse events. If some control has a mouse capture set then it has the mouse messages and not the control at mouse
  - don't perform a control search in TApplication.DoBeforeMouseMessage - it already has an argument which contains the new mouse control (fixes bug #0016715)
  - fix CM_MOUSEENTER, CM_MOUSELEAVE message handlers so Parent controls will always get CM_ notification before the event handler and inspite of who is the message owner

git-svn-id: trunk@27770 -
2010-10-20 08:02:22 +00:00
..
forms
images
include lcl: redo MouseEnter/MouseLeave notifications: 2010-10-20 08:02:22 +00:00
interfaces Qt: fixed bug with QPainter translation in TQtWidgetSet.GetClipBox(). fixes #17670 2010-10-20 06:38:47 +00:00
languages Translations: Portuguese translation update by Marcelo B Paula, bug #17613 2010-10-12 20:49:14 +00:00
nonwin32
templates
tests
widgetset LCL, fix normal row drawing over fixed row (gtk), issue #13404 2010-10-02 19:39:41 +00:00
actnlist.pas
alllclunits.pp
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: reduce overhead while button creation 2010-10-07 07:58:59 +00:00
buttons.pp lcl: redo MouseEnter/MouseLeave notifications: 2010-10-20 08:02:22 +00:00
calendar.pp lcl: move RegisterPropertyToSkip calls to Register* procedures or unit initialization so it's called only once and not on every component created 2010-08-12 12:24:11 +00:00
chart.pp
checklst.pas lcl: TCustomCheckListBox.SetState: 2010-10-19 01:02:35 +00:00
clipbrd.pp
colorbox.pas
comctrls.pp LCL: TPageControl: published Options and OnCloseTabClicked to make porting old TNoteBook code easier 2010-10-08 14:54:44 +00:00
controls.pp lcl: redo MouseEnter/MouseLeave notifications: 2010-10-20 08:02:22 +00:00
cursors.lrs
customtimer.pas
dbactns.pp
dbctrls.pp lcl: undo rev 27074 #706b7cc905 and re implement using a static variable 2010-08-12 16:05:16 +00:00
dbgrids.pas LCL, fix picklist editor not saving data into dbgrid, regression introduced in r27317 #90bf8f4f5e, issue #17586 2010-10-09 18:32:47 +00:00
defaulttranslator.pas DefaultTranslator: make --lang commandline parameter override all other methods of getting LanguageID. Patch from Stephano, bug #17218. 2010-08-20 20:20:23 +00:00
dialog_icons.lrs
dialogs.pp LCL: make file dialog title translatable (note that default title will be translated by using lclstrconsts.xx.po in your program). Fixes bug #12969. 2010-10-14 22:12:54 +00:00
dynamicarray.pas
dynhasharray.pp
dynqueue.pas
editbtn.pas
extctrls.pp Adds more parameters to TPage.OnBeforeShow 2010-10-06 13:33:05 +00:00
extdlgs.pas
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: redo MouseEnter/MouseLeave notifications: 2010-10-20 08:02:22 +00:00
fpcadds.pas
graphics.pp fixed typo dont 2010-09-11 14:05:21 +00:00
graphmath.pp
graphtype.pp * Move generic RGBIndices code to rawimage description. Part of patch #16304 by Denis Golovan 2010-08-09 22:53:38 +00:00
graphutil.pp move WaveTo from synedit to GraphUtil 2010-10-14 00:48:35 +00:00
grids.pas LCL, make grid's picklist editor to fit cell bounds where possible 2010-10-09 18:48:21 +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: define TImageList.Equals for 2.4.3 2010-07-22 02:12:20 +00:00
inipropstorage.pas
interfacebase.pp lcl, win32: better support for wm_help command. pass context and keyword to DoOnHelp in a compatible to delphi way (issue #0015065) 2010-07-20 08:43:36 +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: added -Ur needed for fpgui 2010-09-28 21:37:02 +00:00
lclbase.pas started lclbase.lpk 2010-09-28 11:31:36 +00:00
lclclasses.pp
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
lclmessageglue.pas lcl: redo context menu message handling: 2010-07-14 08:47:02 +00:00
lclproc.pas Improves wince menus, see bug #17090 2010-08-03 07:47:31 +00:00
lclrescache.pas
lclstrconsts.pas Fixes the name of the ICNS format 2010-09-04 16:28:08 +00:00
lcltype.pp lcl, win32: better support for wm_help command. pass context and keyword to DoOnHelp in a compatible to delphi way (issue #0015065) 2010-07-20 08:43:36 +00:00
lclunicodedata.pas
lclversion.pas
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, win32: better support for wm_help command. pass context and keyword to DoOnHelp in a compatible to delphi way (issue #0015065) 2010-07-20 08:43:36 +00:00
lresources.pp fixed typo dont 2010-09-11 14:05:21 +00:00
Makefile
Makefile.fpc
maps.pp
maskedit.pp
masks.pas
menus.pp LCL: added ignore VCL property TMainMenu.AutoMerge, feature 17462 2010-09-26 21:12:56 +00:00
pairsplitter.pas fixed typo dont 2010-09-11 14:05:21 +00:00
popupnotifier.pas
postscriptcanvas.pas LCL, fix postscriptcanvas roundrect problem on resolution change, adapted patch from Anton Kavalenka and Patrick Chevalley, issue #17214 2010-09-13 19:24:19 +00:00
postscriptprinter.pas
postscriptunicode.pas LCL, PostcriptUnicode: fill tables on demand 2010-09-13 19:37:02 +00:00
printers.pas
propertystorage.pas
rubberband.pas
shellctrls.pas LCL: clean up 2010-10-07 11:15:16 +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: uncheck radiobutton siblings when handle not allocated, bug #17281 2010-08-27 01:48:32 +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 DefaultTranslator: translate resourcestrings if they are present 2010-08-20 01:37:54 +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