09369edfd1
* NEW: Automically edit the 'Name' property when inserting a new control in a form. * BUG: Defining the startup class correctly updates the .startup file. * BUG: The form editor takes into account the new Border and Resizable Window properties correctly now. * BUG: Form editor window frame is drawn in a more polished way. * NEW: Automatically focus on the last edited property when the form editor selection changes. * BUG: Do not hide the debug window anymore when undocking the console. [INTERPRETER] * BUG: Getting information on a not yet loaded class does not crash the debugger anymore. [GB.FORM] * NEW: Workspace.Orientation is a new property that allows to define the orientation of the Workspace tabstrip. * BUG: Fix the DatePicker button drawing routine in ValueBox. [GB.GTK] * BUG: Windows cannot get focus anymore. [GB.NET.SMTP] * NEW: Write a Content-Length header inside MIME parts. [GB.QT] * NEW: Do not automatically transform non catched key events into accelator events. * BUG: Draw.Style.Panel() works correctly now. [GB.SETTINGS] * NEW: Settings.Read and Settings.Write now always store control settings in a slot based on the parent Window name, not the top-level one. git-svn-id: svn://localhost/gambas/trunk@1332 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
src | ||
acinclude.m4 | ||
AUTHORS | ||
ChangeLog | ||
component.am | ||
config.guess | ||
config.sub | ||
configure.ac | ||
COPYING | ||
gambas.h | ||
gb_common.h | ||
INSTALL | ||
ltmain.sh | ||
Makefile.am | ||
NEWS | ||
README | ||
reconf |
This component is based on the source code of libsmtp, made by Kevin Read <obsidian@berlios.de> in 2002. This library is available under the GNU Lesser Public License It seems that the author of this library does not maintain it anymore. I modified it and fixed many bugs to make it work correctly. If you want the origianl, you can find it at: http://libsmtp.berlios.de/ -- Benoît.