.. |
actionlink.inc
|
|
|
application.inc
|
- formatting, cosmetic changes and cleanup
|
2008-01-16 04:05:34 +00:00 |
applicationproperties.inc
|
LCL: TApplicationProperties: fixed removing events
|
2007-12-20 11:52:42 +00:00 |
bevel.inc
|
LCL: use cl3DHilight and cl3DShadow instead of clWhite and clGray to match theme coloring better (bug #8519) from Valdas
|
2007-03-17 21:12:01 +00:00 |
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
|
* Fixed some valis resourcetypes
|
2008-01-15 23:45:39 +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
|
lcl: checkbox and radiobutton have ParentColor is true by default (bug #8284)
|
2007-02-08 22:43:23 +00:00 |
buttonglyph.inc
|
ButtonGlyph:
|
2007-12-12 14:19:25 +00:00 |
buttons.inc
|
LCL: fixed calling AdjustSize when TButton.Caption changed, bug #10547
|
2008-01-05 23:30:57 +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
|
formatting
|
2008-02-14 08:28:30 +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
|
LCL: fixed calling AdjustSize when TCheckBox.Caption changed
|
2008-01-05 23:35:49 +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
|
TComboBox.AutoSize now defaults to true.
|
2008-02-09 21:22:54 +00:00 |
customcontrol.inc
|
fix little bug in suggested by me code
|
2008-01-05 17:06:06 +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: don't free the mainform explicitly with Release, it will be freed by its owner, the Appliction (bug #10789)
|
2008-02-14 15:46:00 +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
|
LCL: fixed autosizing parent, when TLabel is anchored. bug #10557
|
2008-01-05 15:37:15 +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
|
+ TCustomListbox.ClearSelection
|
2008-01-09 10:11:37 +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
|
gtk:
|
2008-01-14 07:48:25 +00:00 |
custompage.inc
|
lcl: prevent removing neighbor Tab on changing TabVisible
|
2007-10-26 09:21:07 +00:00 |
custompanel.inc
|
- move OnGetDockCaption and friends to TWinControl
|
2008-01-09 09:08:12 +00:00 |
customsplitter.inc
|
lcl: fix search of opposite control for Splitter
|
2008-02-06 10:22:35 +00:00 |
customstatictext.inc
|
TStaticText:
|
2007-11-06 09:17:41 +00:00 |
customtrayicon.inc
|
Fixes changing the hint at run-time.
|
2008-02-16 07:35:34 +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
|
LCL, opening a form with dbcalendar opens the lfm file instead of form designer, issue #8906
|
2007-05-25 20:11:33 +00:00 |
dbcheckbox.inc
|
LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739
|
2007-05-03 17:34:56 +00:00 |
dbcombobox.inc
|
LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739
|
2007-05-03 17:34:56 +00:00 |
dbcustomnavigator.inc
|
LCL, fix DBNavigator enabled state from Junior Goncalves, issue #10794
|
2008-02-09 19:35:07 +00:00 |
dbedit.inc
|
dbedit: fixes set/reset display/edit format on focus change (issue #8383)
|
2007-02-25 22:55:08 +00:00 |
dbgroupbox.inc
|
|
|
dbimage.inc
|
LCL: DBImage: fixed loading NULL blobs from Michael Van Canneyt (bug #10711)
|
2008-02-13 15:14:08 +00:00 |
dblistbox.inc
|
LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739
|
2007-05-03 17:34:56 +00:00 |
dbmemo.inc
|
Fixes support for special keys on TDBMemo. Fixes bug #8029
|
2007-11-24 11:21:20 +00:00 |
dbradiogroup.inc
|
LCL, fix several db controls to not enter dataset in edit state if datasource.autoedit is false, issue #8739
|
2007-05-03 17:34:56 +00:00 |
dbtext.inc
|
|
|
docktree.inc
|
TDockTree.GetControlBounds
|
2008-02-09 14:23:43 +00:00 |
dockzone.inc
|
docking: fix crash
|
2008-02-07 00:07:46 +00:00 |
dragdock.inc
|
LCL: replaced drag/dock messages with a cleaner TDragManager from Marius
|
2008-01-01 23:35:52 +00:00 |
dragimagelist.inc
|
LCL: small cleanups
|
2008-02-07 18:39:36 +00:00 |
dragmanager.inc
|
docking: workaround drag/dock start on header (parent get capture and breaks our drag operation)
|
2008-02-08 19:17:26 +00:00 |
dragobject.inc
|
dont use direct call of TControl.DoEndDock from DockPerformer (hint from Marius)
|
2008-02-04 02:39:25 +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
|
LCL: improvements for the finddialog and replacedialog (bug #8370) from Bart Broersma
|
2007-07-13 12:27:18 +00:00 |
font.inc
|
gtk2 intf: improved rotated fonts
|
2008-02-09 13:58:27 +00:00 |
fontdialog.inc
|
LCL, avoid storing default (translated) title for dialogs
|
2007-12-12 23:48:04 +00:00 |
graphic.inc
|
* Start of new Icon - bitmap cleanup
|
2008-01-05 00:30:10 +00:00 |
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
|
LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings
|
2007-03-28 19:01:27 +00:00 |
imglist.inc
|
LCL: small cleanups
|
2008-02-07 18:52:11 +00:00 |
inputdialog.inc
|
|
|
interfacebase.inc
|
- initial implementation of lazarus ThemeServices
|
2007-05-18 02:18:52 +00:00 |
intfbaselcl.inc
|
LCL: added IsDesignerDC to LCLIntf
|
2008-02-07 18:19:32 +00:00 |
intfbasewinapi.inc
|
LCL Application: help key depends on widgetset
|
2007-11-19 14:39:55 +00:00 |
lclaction.inc
|
|
|
lclintf.inc
|
LCL: added IsDesignerDC to LCLIntf
|
2008-02-07 18:19:32 +00:00 |
lclintfh.inc
|
LCL: added IsDesignerDC to LCLIntf
|
2008-02-07 18:19:32 +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
|
listview: update listitem state
|
2008-01-19 17:31:38 +00:00 |
listitems.inc
|
listview: update listitem state
|
2008-01-19 17:31:38 +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
|
LCL: fixed warnings by using out parameter instead of var paramater
|
2008-01-02 10:00:22 +00:00 |
mouse.inc
|
restore some TMouse properties from Marius (issue #0010536)
|
2008-01-03 16:42:47 +00:00 |
notebook.inc
|
|
|
page.inc
|
|
|
pagecontrol.inc
|
TPageControl: align docked control to client - delphi compatible (part of 0010644)
|
2008-01-18 06:52:23 +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
|
* Start of new Icon - bitmap cleanup
|
2008-01-05 00:30:10 +00:00 |
png.inc
|
* Implemented basic alpha support
|
2007-08-25 01:49:40 +00:00 |
pnm.inc
|
|
|
popupmenu.inc
|
gtk: The OnClose event of TPopupMenu is not fired when is closed - patch from Luiz Americo with modifications (part of 0009436)
|
2008-02-03 07:03:11 +00:00 |
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
|
- LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units
|
2007-05-25 09:13:22 +00:00 |
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
|
LCL: improvements for the finddialog and replacedialog (bug #8370) from Bart Broersma
|
2007-07-13 12:27:18 +00:00 |
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
|
- publish some docking related properties for TPageControl
|
2008-01-07 18:40:31 +00:00 |
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
|
toolbutton:
|
2008-01-29 07:18:04 +00:00 |
toolbutton.inc
|
toolbutton: dont draw rectangle around divider in design mode
|
2008-01-29 07:30:02 +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
|
use clWindow instead of clWhite for TreeView background (hint by rysiek|pl)
|
2008-02-05 23:19:59 +00:00 |
winapi.inc
|
LCL: anchordocking: implemented utility functions for headers
|
2008-02-07 21:20:59 +00:00 |
winapih.inc
|
LCL: anchordocking: implemented utility functions for headers
|
2008-02-07 21:20:59 +00:00 |
wincontrol.inc
|
dockheader: handle also CM_MOUSELEAVE message
|
2008-02-14 09:10:15 +00:00 |