lazarus/lcl/include
2001-07-03 10:30:32 +00:00
..
alignment.inc + Initial import 2000-07-13 10:28:31 +00:00
application.inc MG: added WaitMessage and HandleEvents is now non blocking 2001-07-01 23:33:13 +00:00
basedragcontrolobject.inc + Initial import 2000-07-13 10:28:31 +00:00
bevel.inc MG: bugfixes for TBevel 2001-04-02 14:45:26 +00:00
bitbtn.inc MG: bugfixes 2001-06-06 12:30:41 +00:00
bitmap.inc MG: added code for form icons from Rene E. Beszon 2001-06-26 00:08:36 +00:00
bitmapcanvas.inc MG: fixed many unreleased DC and GDIObj bugs 2001-03-19 14:00:52 +00:00
bitmapimage.inc + Initial import 2000-07-13 10:28:31 +00:00
brush.inc + Initial import 2000-07-13 10:28:31 +00:00
buttoncontrol.inc + Initial import 2000-07-13 10:28:31 +00:00
buttonglyph.inc MG: speedbuttonglyph centered, buttonglyph border fixed 2001-07-03 10:30:32 +00:00
buttons.inc MG: bugfixes 2001-06-06 12:30:41 +00:00
canvas.inc MG: canvas size enlarged 2001-03-24 18:05:58 +00:00
checkbox.inc + Initial import 2000-07-13 10:28:31 +00:00
clipbrd.inc + Initial import 2000-07-13 10:28:31 +00:00
colordialog.inc + Initial import 2000-07-13 10:28:31 +00:00
commondialog.inc Adding commondialog.pp and removing customdialog.inc 2000-08-10 11:01:06 +00:00
control.inc MG: bugfixes for destroying controls 2001-06-28 18:15:04 +00:00
controlcanvas.inc MG: fixed many unreleased DC and GDIObj bugs 2001-03-19 14:00:52 +00:00
controlsproc.inc + Initial import 2000-07-13 10:28:31 +00:00
customcheckbox.inc + Initial import 2000-07-13 10:28:31 +00:00
customcombobox.inc MG: fixed bugs and cleaned up messages 2001-06-04 09:32:17 +00:00
customcontrol.inc MG: fixed memory leaks 2001-03-21 00:20:29 +00:00
customedit.inc MG: fixed bugs and cleaned up messages 2001-06-04 09:32:17 +00:00
customform.inc MG: bugfixes for destroying controls 2001-06-28 18:15:04 +00:00
customgroupbox.inc + Initial import 2000-07-13 10:28:31 +00:00
customlabel.inc + Initial import 2000-07-13 10:28:31 +00:00
customlistbox.inc Added procedure ListBox.Clear (changes made by christer, added to cvs 2000-07-16 12:39:53 +00:00
customlistview.inc + Initial import 2000-07-13 10:28:31 +00:00
custommemo.inc Added the Nudge feature to the IDE. 2001-01-10 20:12:29 +00:00
customnotebook.inc MG: small bugfixes and less notes 2001-06-14 14:57:59 +00:00
customradiogroup.inc + added working OnClick support for TCustomRadiogroup, stoppok 2001-04-17 21:33:52 +00:00
defaultbitbtnimages.inc Made one Glyph to BitBtn.Kind "All" (changes by chris, added by stoppok) 2000-07-16 12:42:29 +00:00
dragobject.inc MG: fixed random function results 2001-03-12 12:17:02 +00:00
edit.inc + Initial import 2000-07-13 10:28:31 +00:00
filectrl.inc + Initial import 2000-07-13 10:28:31 +00:00
filedialog.inc MG: fixed mouse msg, added filedialog initialdir 2001-03-27 11:11:13 +00:00
font.inc MG: fixed many unreleased DC and GDIObj bugs 2001-03-19 14:44:22 +00:00
fontdialog.inc + Initial import 2000-07-13 10:28:31 +00:00
form.inc MG: fixed many bugs (mem leaks, canvas) 2001-03-20 16:59:15 +00:00
graphic.inc bugfix 2001-03-09 17:08:15 +00:00
graphiccontrol.inc MG: bugfixes for TBevel 2001-04-02 14:45:26 +00:00
graphicsobject.inc + Initial import 2000-07-13 10:28:31 +00:00
hkeys.inc + Initial import 2000-07-13 10:28:31 +00:00
imglist.inc MG: small bugfixes and less notes 2001-06-14 14:57:59 +00:00
interfacebase.inc MG: reduced paint messages 2001-06-26 21:44:33 +00:00
listitem.inc + Initial import 2000-07-13 10:28:31 +00:00
listitems.inc MG: fixed random function results 2001-03-12 12:17:02 +00:00
mainmenu.inc MWE: 2001-04-13 17:56:17 +00:00
memo.inc + Initial import 2000-07-13 10:28:31 +00:00
memostrings.inc MG: small bugfixes and less notes 2001-06-14 14:57:59 +00:00
menu.inc MG: fixed random function results 2001-03-12 12:17:02 +00:00
menubar.inc + Initial import 2000-07-13 10:28:31 +00:00
menuitem.inc MG: fixed many unreleased DC and GDIObj bugs 2001-03-19 14:44:22 +00:00
messagedialogpixmaps.inc + added support for message dialogs (messagedialogs.inc) 2001-03-03 00:50:34 +00:00
messagedialogs.inc MG: small bugfixes and less notes 2001-06-14 14:57:59 +00:00
mouse.inc + Initial import 2000-07-13 10:28:31 +00:00
notebook.inc + Initial import 2000-07-13 10:28:31 +00:00
page.inc MG: reduced paint messages 2001-06-26 21:44:33 +00:00
paintbox.inc + Initial import 2000-07-13 10:28:31 +00:00
pen.inc + Initial import 2000-07-13 10:28:31 +00:00
picture.inc added streaming to tgraphic, added tpicture 2001-03-05 14:20:04 +00:00
pixmap.inc MG: added code for form icons from Rene E. Beszon 2001-06-26 00:08:36 +00:00
popupmenu.inc Added the Popupmenu code to the LCL. 2000-12-22 19:55:38 +00:00
progressbar.inc + Initial import 2000-07-13 10:28:31 +00:00
radiobutton.inc + Initial import 2000-07-13 10:28:31 +00:00
radiogroup.inc + Initial import 2000-07-13 10:28:31 +00:00
reginifile.inc + Initial import 2000-07-13 10:28:31 +00:00
registry.inc + Initial import 2000-07-13 10:28:31 +00:00
screen.inc Changed the TCUstomForm create function. I am getting it ready to read the resources to auto-create the controls... 2000-08-09 14:15:04 +00:00
scrollbar.inc MG: small bugfixes for bitbtn, handles 2001-06-05 10:32:06 +00:00
scrolledwindow.inc + Initial import 2000-07-13 10:28:31 +00:00
sharedimage.inc MG: fixed memory leaks 2001-03-21 00:20:29 +00:00
speedbutton.inc MG: speedbuttonglyph centered, buttonglyph border fixed 2001-07-03 10:30:32 +00:00
spinedit.inc + Initial import 2000-07-13 10:28:31 +00:00
statusbar.inc Changes from Nagy Zsolt 2001-03-27 14:27:43 +00:00
statuspanel.inc Added 2 files for the TStatusbar 2001-01-30 18:15:57 +00:00
statuspanels.inc Commitng source with new editor. 2001-01-31 13:03:33 +00:00
timer.inc * TTimer uses winapi-interface now instead of sendmessage-interface, stoppok 2001-04-06 22:25:15 +00:00
togglebox.inc + Initial import 2000-07-13 10:28:31 +00:00
toolbar.inc MWE: 2001-06-14 23:13:30 +00:00
toolbutton.inc + Initial import 2000-07-13 10:28:31 +00:00
toolwindow.inc MG: small bugfixes and less notes 2001-06-14 14:57:59 +00:00
trackbar.inc changed some comments, stoppok 2000-07-23 19:03:10 +00:00
winapi.inc MG: reduced paint messages 2001-06-26 21:44:33 +00:00
winapih.inc MG: reduced paint messages 2001-06-26 21:44:33 +00:00
wincontrol.inc MG: added project bookmark support 2001-06-27 21:43:23 +00:00