|
|
@ -51,6 +51,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
|
|
|
|
- ``Gui::getDFViewscreen``: returns the topmost underlying DF viewscreen
|
|
|
|
- ``Gui::getDFViewscreen``: returns the topmost underlying DF viewscreen
|
|
|
|
|
|
|
|
|
|
|
|
## Lua
|
|
|
|
## Lua
|
|
|
|
|
|
|
|
- Removed ``os.execute()`` and ``io.popen()`` built-in functions
|
|
|
|
- ``gui.View``: ``visible`` and ``active`` can now be functions that return a boolean
|
|
|
|
- ``gui.View``: ``visible`` and ``active`` can now be functions that return a boolean
|
|
|
|
- ``widgets.Panel``: new attributes to control window dragging and resizing with mouse or keyboard
|
|
|
|
- ``widgets.Panel``: new attributes to control window dragging and resizing with mouse or keyboard
|
|
|
|
- ``widgets.Window``: Panel subclass with attributes preset for top-level windows
|
|
|
|
- ``widgets.Window``: Panel subclass with attributes preset for top-level windows
|
|
|
|