| .. |
|
forms
|
|
|
|
images
|
|
|
|
include
|
Improves the accessibility support in LCL-Carbon. Starts implementing support for more accessibility support and starts adding accessibility roles for TCustomForm
|
2012-01-10 17:33:43 +00:00 |
|
interfaces
|
Improves the accessibility support in LCL-Carbon. Starts implementing support for more accessibility support and starts adding accessibility roles for TCustomForm
|
2012-01-10 17:33:43 +00:00 |
|
languages
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #21020
|
2012-01-04 20:59:03 +00:00 |
|
nonwin32
|
|
|
|
templates
|
|
|
|
tests
|
|
|
|
widgetset
|
Rearchitectures LazAccessibility_SetFields in order to support TControl
|
2012-01-09 18:05:00 +00:00 |
|
actnlist.pas
|
|
|
|
alllclunits.pp
|
LCL: re-added ldocktree, a default is needed for Delphi compatibility
|
2011-12-30 17:27:23 +00:00 |
|
arrow.pp
|
|
|
|
asyncprocess.pp
|
|
|
|
barchart.pp
|
|
|
|
btn_icons.lrs
|
|
|
|
buttonpanel.pas
|
|
|
|
buttons.pp
|
lcl: TSpeedButton: implemented AutoSize=true
|
2011-12-25 00:05:58 +00:00 |
|
calendar.pp
|
|
|
|
checklst.pas
|
|
|
|
clipbrd.pp
|
|
|
|
colorbox.pas
|
TCustomColorComboBox: trigger custom color dialog on OnCloseUp instead of OnChange.Patch by theo. issue #20924
|
2011-12-21 07:00:56 +00:00 |
|
comctrls.pp
|
LCL, TreeView: add NodeEffect field, node with disabled effect. Issue #17348, modified patch from Krzysztof Dibowski
|
2012-01-08 11:21:09 +00:00 |
|
controls.pp
|
Now connects setting the accessible fields to LCLIntf via TControl.SetAccessibleFields and starts the carbon accessibility fields implementation
|
2012-01-09 19:23:10 +00:00 |
|
cursors.lrs
|
|
|
|
customdrawn_common.pas
|
Many DPI fixes for customdrawn_common and Android support
|
2011-12-20 10:35:32 +00:00 |
|
customdrawncontrols.pas
|
Patch from lainz, fixes all remaining memory leaks in customdrawn
|
2012-01-03 23:30:35 +00:00 |
|
customdrawndrawers.pas
|
Customdrawn: Patch from lainz to fix mem leak and adds dsWindow7 style
|
2011-12-28 23:20:04 +00:00 |
|
customtimer.pas
|
|
|
|
dbactns.pp
|
|
|
|
dbctrls.pp
|
lcl: implement ScrollListDataset in DBLookup controls
|
2011-12-24 15:03:24 +00:00 |
|
dbgrids.pas
|
LCL, implements MaxLength in grid's TCompositeCellEditor, fix issue #20951
|
2012-01-03 20:41:42 +00:00 |
|
defaulttranslator.pas
|
|
|
|
dialog_icons.lrs
|
|
|
|
dialogs.pp
|
|
|
|
dynamicarray.pas
|
|
|
|
dynhasharray.pp
|
|
|
|
dynqueue.pas
|
|
|
|
editbtn.pas
|
LCL: TCustomEditButton: update button position when bidi mode changes. issue #20628
|
2011-12-18 16:14:14 +00:00 |
|
extctrls.pp
|
|
|
|
extdlgs.pas
|
|
|
|
extendedstrings.pas
|
|
|
|
extgraphics.pas
|
|
|
|
filectrl.pp
|
|
|
|
forms.pp
|
Starts Accessibility API structure and adds a routine to detect if we are on a mobile platform
|
2012-01-08 10:05:55 +00:00 |
|
fpcadds.pas
|
|
|
|
graphics.pp
|
lcl: fix loading from resourceids
|
2011-12-28 16:09:04 +00:00 |
|
graphmath.pp
|
|
|
|
graphtype.pp
|
Adds one more init for bpp=1
|
2011-12-20 04:07:24 +00:00 |
|
graphutil.pp
|
|
|
|
grids.pas
|
LCL, implements MaxLength in grid's TCompositeCellEditor, fix issue #20951
|
2012-01-03 20:41:42 +00:00 |
|
helpintfs.pas
|
|
|
|
icnstypes.pas
|
|
|
|
imagelistcache.pas
|
|
|
|
imglist.pp
|
|
|
|
inipropstorage.pas
|
|
|
|
interfacebase.pp
|
Changes the lapDefault resolution into Application.Initialize
|
2011-12-19 18:59:14 +00:00 |
|
intfgraphics.pas
|
|
|
|
LAYOUT.txt
|
|
|
|
lazcanvas.pas
|
Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet)
|
2011-12-24 10:06:18 +00:00 |
|
lazconfigstorage.pas
|
|
|
|
lazdeviceapis.pas
|
Starts Accessibility API structure and adds a routine to detect if we are on a mobile platform
|
2012-01-08 10:05:55 +00:00 |
|
lazdialogs.pas
|
|
|
|
lazhelphtml.pas
|
|
|
|
lazhelpintf.pas
|
|
|
|
lazlinkedlist.pas
|
|
|
|
lazregions.pas
|
Fixes the misterious non-windowed control dancing in customdrawnws (implementing Save/RestoreDC was the fix), advances the regions support and starts trayicon implementation in customdrawnws (doesnt work yet)
|
2011-12-24 10:06:18 +00:00 |
|
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
|
|
|
|
lclbase.lpk
|
LCL: re-added ldocktree, a default is needed for Delphi compatibility
|
2011-12-30 17:27:23 +00:00 |
|
lclclasses.pp
|
|
|
|
lclintf.pas
|
|
|
|
lclmemmanager.pas
|
|
|
|
lclmessageglue.pas
|
|
|
|
lclproc.pas
|
LCL: improvements for using Win9xWsManager, issue #0021025
|
2012-01-05 23:55:30 +00:00 |
|
lclrescache.pas
|
|
|
|
lclstrconsts.pas
|
|
|
|
lcltype.pp
|
Now connects setting the accessible fields to LCLIntf via TControl.SetAccessibleFields and starts the carbon accessibility fields implementation
|
2012-01-09 19:23:10 +00:00 |
|
lclunicodedata.pas
|
|
|
|
lclversion.pas
|
|
|
|
ldocktree.pas
|
LCL: re-added ldocktree, a default is needed for Delphi compatibility
|
2011-12-30 17:27:23 +00:00 |
|
lmessages.pp
|
|
|
|
lresources.pp
|
|
|
|
Makefile
|
|
|
|
Makefile.compiled
|
|
|
|
Makefile.fpc
|
|
|
|
maps.pp
|
|
|
|
maskedit.pp
|
|
|
|
menus.pp
|
lcl: add missing vcl compatible ValidMenuHotkeys
|
2011-12-28 17:42:50 +00:00 |
|
pairsplitter.pas
|
|
|
|
popupnotifier.pas
|
|
|
|
postscriptcanvas.pas
|
|
|
|
postscriptprinter.pas
|
|
|
|
postscriptunicode.pas
|
|
|
|
printers.pas
|
|
|
|
propertystorage.pas
|
|
|
|
registerlcl.pas
|
|
|
|
rubberband.pas
|
|
|
|
shellctrls.pas
|
|
|
|
spin.pp
|
|
|
|
stdactns.pas
|
|
|
|
stdctrls.pp
|
|
|
|
stringhashlist.pas
|
|
|
|
textstrings.pas
|
|
|
|
themes.pas
|
|
|
|
tmschema.pas
|
|
|
|
toolwin.pp
|
|
|
|
translations.pas
|
IDE: updating po files using codetools file caches
|
2011-12-20 22:09:06 +00:00 |
|
update_allunits.lpi
|
|
|
|
update_allunits.lpr
|
|
|
|
utf8process.pp
|
|
|
|
utrace.pp
|
|
|
|
valedit.pas
|
|
|
|
xmlpropstorage.pas
|
|
|