Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
Controls pictures
Deprecated components
Developer Documentation
Development Environment Documentation
Documents
About The Best Formula In The World
Architecture details
Benchmarks
Books
By Reference Argument Passing
Compatibility between versions
Creating And Using Libraries
Database Datatype Mapping
Database Request Quoting
Date & time management
Dates and calendars
DBus and Gambas
Differences Between Shell And Exec
Differences From Visual Basic
Distributions & Operating Systems
Drag & Drop
DrawingArea Internal Behaviour
External functions datatype mapping
Frequently Asked Questions
Gambas Farm Server Protocol
Gambas Mailing List Netiquette
Gambas Markdown Syntax
Gambas Naming Conventions
Gambas Object Model
Gambas Scripting
Gambas Server Pages
Gambas Unit Testing
Gambas Wiki Markup Syntax
Getting Started With Gambas
Hall Of Fame
Image Management In Gambas
Including Help Comments in Source Code
Interpreter limits
Introduction
Just In Time Compiler
Just In Time Compiler (old version)
License
Localisation and Internationalization
Mailing Lists & Forums
Naming Conventions
Network Programming
ODBC Component Documentation
PCRE Pattern Syntax
Porting from Gambas 2 to Gambas 3
Previous News
Project Directory Structure
Release Notes
Gambas 2.23.0
Gambas 2.23.1
Gambas 2.24.0
Gambas 3.0.0
Gambas 3.1.0
Gambas 3.1.1
Gambas 3.2.0
Gambas 3.2.1
Gambas 3.3.0
Gambas 3.3.1
Gambas 3.3.2
Gambas 3.3.3
Gambas 3.3.4
Gambas 3.4.0
Gambas 3.4.1
Gambas 3.4.2
Gambas 3.5.0
Gambas 3.5.1
Gambas 3.5.2
Gambas 3.5.3
Gambas 3.5.4
Gambas 3.6.0
Gambas 3.6.1
Gambas 3.6.2
Gambas 3.7.0
Gambas 3.7.1
Gambas 3.8.0
Gambas 3.8.1
Gambas 3.8.2
Gambas 3.8.3
Gambas 3.8.4
Gambas 3.9.0
Gambas 3.9.1
Gambas 3.9.2
Gambas 3.10.0
Gambas 3.11.0
Gambas 3.11.1
Gambas 3.11.2
Gambas 3.11.3
Gambas 3.11.4
Gambas 3.12.0
Gambas 3.12.1
Gambas 3.12.2
Gambas 3.13.0
Gambas 3.14.0
Gambas 3.14.1
Gambas 3.14.2
Gambas 3.14.3
Gambas 3.15.0
Gambas 3.15.1
Gambas 3.15.2
Gambas 3.16.0
Gambas 3.16.1
Gambas 3.16.2
Gambas 3.16.3
Gambas 3.17.0
Gambas 3.17.1
Gambas 3.17.2
Gambas 3.17.3
Gambas 3.18.0
Gambas 3.18.1
Gambas 3.18.2
Gambas 3.18.3
Gambas 3.18.4
Gambas 3.19.0
Gambas 3.19.1
Gambas 3 RC1
Gambas 3 RC2
Gambas 3 RC3
Gambas 3 RC4
Gambas 3 RC5
Gambas 3 RC6
Gambas 3 RC7
Reporting a problem, a bug or a crash
Rich Text Syntax
Screenshots
Text highlighting definition file syntax
The Program has stopped unexpectedly by raising signal #11
Variable Naming Convention
WebPage Syntax
Web site home page
What Is Gambas?
Window & Form Management
Window Activation & Deactivation
Window Life Cycle
XML APIs
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual

Gambas 3.12.1

What's new?

This release includes all last-minute fixes made since the 3.12.0 release.

Compilation and installation

Read the instructions there.

If everything was fine, type "gambas3" to run the development environment.

Enjoy it !

Changelog

CONFIGURATION

  • Add blurring algorithm attribution.

  • Get rid of many gcc warnings.

DEVELOPMENT ENVIRONMENT

  • Update financial support.

  • Use the new icon instead of the old one in the welcome dialog.

  • The snow is a bit gray now.

  • Update Italian translation.

  • Compiling a project now recompile all modified translation, not just the translation of the current language.

INTERPRETER

  • InStr() and RInstr() work correctly again when case is ignored and pattern length is at least two characters.

  • Add a API to know if a native component exists on the disk.

SCRIPTER

  • Scripter now compiles the content of arguments in inline mode (-e).

WIKI

  • Support for webm video files.

GB.FORM

  • ToolPanel does not crash anymore.

GB.FORM.EDITOR

  • Entering a string delimiter while text is selected correctly encloses it again.

GB.FORM.STOCK

  • Update two icons.

GB.GUI

  • Take the other requested GUI components into account to choose the toolkit.

GB.GUI.QT

  • Take the other requested GUI components into account to choose the toolkit.

GB.JIT

  • Do not use loop initial declaration in generated C code for old gcc versions.

GB.MAP

  • MapView: Map is now well located under the mouse cursor when zooming out.

GB.SDL2

  • Draw.Image() opacity argument works as expected now.

GB.UTIL

  • Allow to retrieve timezone from Date.FromRFC822().

  • Propagate internal errors from Date.FromRFC822() instead of shadowing them with a Catch block.

  • Improve error message from Date.GetRFC822Zone() by showing what couldn't be recognized as a timezone.

  • Add Date.FromUTC() as inverse to Date.ToUTC().

  • Fix timezone bug in Date.FromRFC822() and pass all tests.

GB.UTIL.WEB

  • URL is a now a dynamic class that can be used for analyzing and modifying the contents of an URL.

  • URLQuery is a new class that represents the query part of an URL.