.. |
actionlink.inc
|
|
|
application.inc
|
LCL, fixed AV when using applicationproperties.OnShowHint
|
2007-12-22 20:38:11 +00:00 |
applicationproperties.inc
|
LCL: TApplicationProperties: fixed removing events
|
2007-12-20 11:52:42 +00:00 |
basedragcontrolobject.inc
|
|
|
bevel.inc
|
|
|
bitbtn.inc
|
implement drawing different state images (Up, Down, Disabled, Hot) for gtk1/gtk2 bitbtns
|
2007-12-14 17:53:50 +00:00 |
bitmap.inc
|
add ability to read TBitmap from resource (windows resource or linux)
|
2007-12-13 05:50:56 +00:00 |
bitmapcanvas.inc
|
* Implemented basic alpha support
|
2007-08-25 01:49:40 +00:00 |
bitmapimage.inc
|
correct TBitmap ReleaseHandle, ReleaseMaskHandle and ReleasePalette
|
2007-12-13 02:29:23 +00:00 |
boundlabel.inc
|
|
|
brush.inc
|
font handle/reference rework
|
2007-12-12 05:58:15 +00:00 |
buttoncontrol.inc
|
|
|
buttonglyph.inc
|
ButtonGlyph:
|
2007-12-12 14:19:25 +00:00 |
buttons.inc
|
LCL: fixed updating pending AutoSize requests after EableAutoSizing
|
2007-11-01 15:42:48 +00:00 |
canvas.inc
|
use Reference.Handle of gdi objects instead of Handle since Handle is deprecated now
|
2007-12-12 06:01:02 +00:00 |
checkbox.inc
|
|
|
clipbrd.inc
|
IDE: lazdoc: added utility function to find dom nodes
|
2007-11-18 11:21:42 +00:00 |
colorbutton.inc
|
LCL: use owning form as owner of a color dialog for a colorbutton, fixes bug #10070.
|
2007-10-31 12:37:05 +00:00 |
colordialog.inc
|
LCL, avoid storing default (translated) title for dialogs
|
2007-12-12 23:48:04 +00:00 |
commondialog.inc
|
LCL, avoid storing default (translated) title for dialogs
|
2007-12-12 23:48:04 +00:00 |
containedaction.inc
|
|
|
control.inc
|
change formatting in some units: decapitalize keywords, spacing
|
2007-12-19 09:09:18 +00:00 |
controlactionlink.inc
|
|
|
controlcanvas.inc
|
|
|
controlscrollbar.inc
|
* fixed typo in InvalidateScollInfo by Martin Smat
|
2007-11-17 16:56:22 +00:00 |
controlsproc.inc
|
|
|
customaction.inc
|
|
|
customactionlist.inc
|
|
|
customcheckbox.inc
|
fix: checkbox click: was called more than needed in one case and was not called at all in another
|
2007-10-21 06:00:46 +00:00 |
customcheckgroup.inc
|
LCL: in case of index out of bounds error, the message shows the upperbound instead of the count of the list (bug #10367)
|
2007-12-07 13:00:20 +00:00 |
customcombobox.inc
|
LCL: undo docking patch
|
2007-12-16 11:00:25 +00:00 |
customcontrol.inc
|
removed TCanvas.Color which only Get and Set TCanvas.Brush.Color (TCanvas.Brush.Color should be used instead)
|
2007-11-10 14:23:26 +00:00 |
customdockform.inc
|
|
|
customedit.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
customform.inc
|
LCL: undo docking patch
|
2007-12-16 11:00:25 +00:00 |
customframe.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
customgroupbox.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
customimage.inc
|
images: made vase transparent
|
2007-11-03 19:01:50 +00:00 |
customlabel.inc
|
use obj.Reference.Handle instead of obj.Handle in lcl since obj.Handle is deprecated now (for converted gdi objects)
|
2007-12-13 02:01:24 +00:00 |
customlabelededit.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
customlistbox.inc
|
dont start drag immediately for TListBox (this is Delphi compatible)
|
2007-12-19 04:02:20 +00:00 |
customlistview.inc
|
dont start drag immediately for TListView (this is Delphi compatible)
|
2007-12-19 07:45:22 +00:00 |
custommemo.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
customnotebook.inc
|
TPageControl: better handling TabVisible under win32 (issue #9996)
|
2007-11-06 09:24:34 +00:00 |
custompage.inc
|
lcl: prevent removing neighbor Tab on changing TabVisible
|
2007-10-26 09:21:07 +00:00 |
custompanel.inc
|
LCL: undo docking patch
|
2007-12-16 11:00:25 +00:00 |
customsplitter.inc
|
|
|
customstatictext.inc
|
TStaticText:
|
2007-11-06 09:17:41 +00:00 |
customtrayicon.inc
|
Added initial implementation for BallonHints on the tray, and updated example.
|
2007-11-10 10:42:46 +00:00 |
customupdown.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
dbcalendar.inc
|
|
|
dbcheckbox.inc
|
|
|
dbcombobox.inc
|
|
|
dbcustomnavigator.inc
|
LCL: resourcestring for confirm delete message (bug #10372)
|
2007-12-11 11:15:35 +00:00 |
dbedit.inc
|
|
|
dbgroupbox.inc
|
|
|
dbimage.inc
|
|
|
dblistbox.inc
|
|
|
dbmemo.inc
|
Fixes support for special keys on TDBMemo. Fixes bug #8029
|
2007-11-24 11:21:20 +00:00 |
dbradiogroup.inc
|
|
|
dbtext.inc
|
|
|
docktree.inc
|
|
|
dockzone.inc
|
|
|
dragdock.inc
|
change formatting in some units: decapitalize keywords, spacing
|
2007-12-19 09:09:18 +00:00 |
dragimagelist.inc
|
|
|
dragobject.inc
|
change formatting in some units: decapitalize keywords, spacing
|
2007-12-19 09:09:18 +00:00 |
edit.inc
|
|
|
filedialog.inc
|
LCL, avoid storing default (translated) title for dialogs
|
2007-12-12 23:48:04 +00:00 |
fileutil.inc
|
LCL: added TFileSearcher.Search AMaskSeparator parameter
|
2007-12-10 12:14:14 +00:00 |
finddialog.inc
|
|
|
font.inc
|
use same Size<->Height formula as in other places
|
2007-12-19 02:00:10 +00:00 |
fontdialog.inc
|
LCL, avoid storing default (translated) title for dialogs
|
2007-12-12 23:48:04 +00:00 |
graphic.inc
|
|
|
graphiccontrol.inc
|
|
|
graphicsobject.inc
|
|
|
headercontrol.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
hintwindow.inc
|
IDEIntf: added TIDEHTMLControlIntf.GetPreferredControlSize
|
2007-12-30 11:36:24 +00:00 |
idletimer.inc
|
|
|
imglist.inc
|
change TCustomImagelist.AddLazarusResource: now it can be loaded from any supported graphic format
|
2007-12-08 18:21:35 +00:00 |
inputdialog.inc
|
|
|
interfacebase.inc
|
|
|
intfbaselcl.inc
|
- move TWidgetset.GetListBoxXXX to TWSCustomListBox.GetXXX (where XXX in [GetIndexAtY, GetItemRect]) *untested on Carbon and wince*
|
2007-08-28 17:44:28 +00:00 |
intfbasewinapi.inc
|
LCL Application: help key depends on widgetset
|
2007-11-19 14:39:55 +00:00 |
lclaction.inc
|
|
|
lclintf.inc
|
- move TWidgetset.GetListBoxXXX to TWSCustomListBox.GetXXX (where XXX in [GetIndexAtY, GetItemRect]) *untested on Carbon and wince*
|
2007-08-28 17:44:28 +00:00 |
lclintfh.inc
|
- move TWidgetset.GetListBoxXXX to TWSCustomListBox.GetXXX (where XXX in [GetIndexAtY, GetItemRect]) *untested on Carbon and wince*
|
2007-08-28 17:44:28 +00:00 |
listcolumn.inc
|
lcl: reduce amount of hints and warnings from fpc
|
2007-12-15 06:39:19 +00:00 |
listcolumns.inc
|
- use BeginUpdate and EndUpdate from TCollection instead of own in TListColumns implementation
|
2007-12-19 04:40:13 +00:00 |
listitem.inc
|
lcl: reduce amount of hints and warnings from fpc
|
2007-12-15 06:39:19 +00:00 |
listitems.inc
|
TListView:
|
2007-11-06 09:20:04 +00:00 |
mainmenu.inc
|
|
|
memo.inc
|
|
|
memoscrollbar.inc
|
|
|
memostrings.inc
|
|
|
menu.inc
|
TMenu, TMenuItem:
|
2007-12-03 07:30:37 +00:00 |
menuactionlink.inc
|
|
|
menuitem.inc
|
try to fix menuitem bitmap loading and assigning
|
2007-12-23 08:54:58 +00:00 |
messagedialogs.inc
|
|
|
mouse.inc
|
LCL: undo docking patch
|
2007-12-16 11:00:25 +00:00 |
notebook.inc
|
|
|
page.inc
|
|
|
pagecontrol.inc
|
LCL: undo docking patch
|
2007-12-16 11:00:25 +00:00 |
paintbox.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
pen.inc
|
brush handle/reference rework
|
2007-12-12 04:51:15 +00:00 |
picture.inc
|
IDEIntf: started htmlcontrol interface
|
2007-12-29 20:39:54 +00:00 |
pixmap.inc
|
|
|
png.inc
|
* Implemented basic alpha support
|
2007-08-25 01:49:40 +00:00 |
pnm.inc
|
|
|
popupmenu.inc
|
|
|
progressbar.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
promptdialog.inc
|
|
|
radiobutton.inc
|
|
|
radiogroup.inc
|
LCL: in case of index out of bounds error, the message shows the upperbound instead of the count of the list (bug #10367)
|
2007-12-07 13:00:20 +00:00 |
reginifile.inc
|
|
|
region.inc
|
pen handle/reference rework
|
2007-12-12 04:28:24 +00:00 |
replacedialog.inc
|
|
|
rubberband.inc
|
lcl:
|
2007-09-07 16:39:27 +00:00 |
screen.inc
|
LCL: add posibility to crDefault to have zero handle
|
2007-09-01 13:09:20 +00:00 |
scrollbar.inc
|
|
|
scrollbox.inc
|
|
|
scrollingwincontrol.inc
|
gtk intf: fixed GetClientRect for notebook
|
2007-11-02 10:58:55 +00:00 |
shape.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
sharedimage.inc
|
|
|
shortcutlist.inc
|
|
|
sizeconstraints.inc
|
LCL: constraints min size is 0
|
2007-10-30 02:48:47 +00:00 |
speedbutton.inc
|
removed some unneeded component styles
|
2007-12-26 04:48:15 +00:00 |
spinedit.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
statusbar.inc
|
|
|
statuspanel.inc
|
|
|
statuspanels.inc
|
|
|
tabcontrol.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
tabsheet.inc
|
|
|
timer.inc
|
|
|
togglebox.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
toolbar.inc
|
removed some unneeded component styles
|
2007-12-26 04:48:15 +00:00 |
toolbutton.inc
|
removed some unneeded component styles
|
2007-12-26 04:48:15 +00:00 |
toolwindow.inc
|
LCL: TToolBar: implemented simple heuristic for preferredheight from Paul, and calculating NewWidth,NewHeight of WrapButtons
|
2007-11-07 23:10:58 +00:00 |
trackbar.inc
|
LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
|
2007-10-14 12:54:29 +00:00 |
treeview.inc
|
IDE: code explorer: implemented alphabetical sort for identifiers, hiding type/const/var/class visibility section nodes
|
2007-12-30 14:40:57 +00:00 |
winapi.inc
|
- use CreateBrushIndirect for gtk and qt to implement CreatePatternBrush
|
2007-11-15 01:55:33 +00:00 |
winapih.inc
|
- add CreatePatternBrush for win32 and qt
|
2007-11-14 07:11:42 +00:00 |
wincontrol.inc
|
LCL+gtk intf: improved debugging missing FWidgetSetClass and fixed crash on calling SetCCCallbacks in TGtkWSCustomControl.CreateHandle
|
2007-12-28 20:52:21 +00:00 |