gambas-source-code/app
Benoît Minisini 794122fe66 [DEVELOPMENT ENVIRONMENT]
* NEW: Support for WebHBox and WebVBox.

[WIKI CGI SCRIPT]
* NEW: Style for news date with a white background.

[GB.WEB.FORM]
* NEW: WebForm.Resizable is a new property that tells if a form is
  resizable when displayed as a window.
* NEW: Declare the '_Similar' properties.
* NEW: Replace the WebForm.Open method by a Show() method that acts on the
  from to be opened as a window. Mimic the syntax of GUI components.
* NEW: WebSpinBox is a new control that implements a spin box.
* NEW: WebSlider is a new control that implements a slider.
* BUG: WebTimer.Enabled property now works correctly.
* NEW: WebHBox is a new container that arrange its children horizontally.
* NEW: WebVBox is a new container that arrange its children vertically.
* NEW: Windows now have a blue title bar when they are on top, and a gray
  one if they are behind.
* OPT: Don't use elements with absolute positioning in window frames, it
  slows down Firefox.

[GB.UTIL.WEB]
* NEW: JS() now can convert any Gambas native value, array, or collection
  to a Javascript expression.


git-svn-id: svn://localhost/gambas/trunk@7481 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-11-17 00:57:06 +00:00
..
desktop
examples [WEB SITE MAKER] 2015-11-03 13:09:23 +00:00
mime
other/MakeWebSite [GB.FORM.EDITOR] 2015-11-07 20:57:54 +00:00
src [DEVELOPMENT ENVIRONMENT] 2015-11-17 00:57:06 +00:00
template [DEVELOPMENT ENVIRONMENT] 2015-10-11 08:18:22 +00:00
acinclude.m4
AUTHORS
ChangeLog
configure.ac
COPYING
depcomp
INSTALL
Makefile.am
missing
NEWS
README
reconf
TODO