Modified:
/ChangeLog03.wiki
=======================================
--- /ChangeLog03.wiki Sun Sep 6 12:18:28 2009
+++ /ChangeLog03.wiki Mon Sep 7 11:48:00 2009
@@ -6,47 +6,47 @@
== Core ==
- * Animation: add running attribute to known if animation is running or
not
- * Commandline: add -`-size <width>x<height>` to change size of window
- * Commandline: add `-m <modulename>` to load a module
- * Commandline: add `-p <name>=<providerid>:<parameters>`
- * Config: fullscreen token is moved from `[`pymt`]` to `[`graphics`]`
+ * Animation: added running attribute to known if animation is running or
not
+ * Commandline: added -`-size <width>x<height>` to change the size of the
window
+ * Commandline: added `-m <modulename>` to load a module
+ * Commandline: added `-p <name>=<providerid>:<parameters>`
+ * Config: fullscreen token has been moved from `[`pymt`]` to
`[`graphics`]`
* Config: new display token `[`graphics`]` to select default display
- * Config: new width and height token `[`graphics`]`
- * Config: new enable_simulator token `[`pymt`]`
- * Core: add pluggable modules api
- * Core: fix loader with 404
+ * Config: new width and height token in `[`graphics`]`
+ * Config: new enable_simulator token in `[`pymt`]`
+ * Core: added loadable modules api
+ * Core: fixed loader with 404
* Core: global input core reworked
* Core: global postproc reworked
* Core: use float GL function instead of integer one
- * Doc: nightly documentation are available at
http://pymt.txzone.net/docs/api-trunk/
- * Gesture: gesture have an orientation-less detection feature, activated
by default
- * Graphx: lot of drawing optimization
- * Graphx: add stencilPush, stencilPop, stencilUse functions
- * Graphx: new gx_texture, gx_attrib, gx_color statements
+ * Doc: nightly generated documentation is available at
http://pymt.txzone.net/docs/api-trunk/
+ * Gesture: gestures have an orientation-less detection feature,
activated by default
+ * Graphx: lots of optomization for the backend drawing code
+ * Graphx: added stencilPush, stencilPop, and stencilUse functions
+ * Graphx: new gx_texture, gx_attrib, and gx_color statements
* Graphx: brushes are now cached
- * Graphx: drawLabel support multiple options in arguments
- * Graphx: drawLine work with more than 4 points
- * Graphx: GlBlending accept sfactor and dfactor token for opengl alpha
parameters
- * Graphx: invert the pop list of drawPolygon
+ * Graphx: drawLabel now supports multiple options in arguments
+ * Graphx: drawLine now works with more than 4 points
+ * Graphx: GlBlending now accepts sfactor and dfactor tokens for opengl
alpha parameters
+ * Graphx: drawPolygon draws the points in inverse order(inverted pop
list)
* Graphx: new drawCSSRectangle function
* Graphx: new drawRectangleAlpha, drawRoundedRectangleAlpha,
gx_alphablending functions
* Graphx: new drawSemiCircle function
- * Graphx: new Hardware & Software fbo, to make it work with ATI (most of
cases.)
- * Graphx: rename text= to label= in drawLabel
+ * Graphx: new Hardware & Software fbo, which allows it to work on ATI
cards(in most cases).
+ * Graphx: renamed text= to label= in drawLabel
* Graphx: enhance paintLine to make user choose the blending op
- * Image: new Image class, to load and draw an image
- * Modules: new closeapp module (let a touch in upper-left for 2s, and
application will close)
+ * Image: new Image class, for loading and drawing images
+ * Modules: new closeapp module (hold a touch in the upper-left for 2s,
and the application will close)
* Modules: new feedback module (simulate Surface effect)
* Modules: new touchinfo module
- * Osc: prevent thread corruption, internal rework
- * Svg: can load data from a raw file
- * Svg: fix rgb and rect attribute
+ * Osc: internal rework to prevent thread corruption
+ * Svg: can now load data from a raw file
+ * Svg: fixed rgb and rect attributes
* Utils: new get_color_from_hex() function
* Widgets: use CSS for all widgets, styles are now in self.style,
instead of self.
- * Widgets: add inner animation
- * Widgets: general renaming of text= to label= for all label
- * Widgets: new to_widget() to convert from window coordinate to widget
coordinate
+ * Widgets: added inner animation
+ * Widgets: general renaming of text= to label= for all labels
+ * Widgets: new to_widget() function to convert from window coordinates
to widget coordinates
== Widgets ==
@@ -56,21 +56,22 @@
* new MTTextInput
* new MTFileBrowser
* new MTMultiSlider
- * Button: add multiline
- * Button: fix update of display list when moving
- * ImageButton: fix image reloading
+ * Button: add multiline support for text
+ * Button: fixed update of display list when moving
+ * ImageButton: fixed image reloading
* InnerWindow: internal rework + color from state
- * KineticList: fix twice call, make title bar optionnal (use title=None)
+ * KineticList: fixed bug where each callback was fired twice
+ * KineticList: title bar is now optional(title=None)
* KineticList: internal rework, remove add and delete_widget.
- * Label: add multiline, halign, color and autoheight
+ * Label: added multiline, halign, color and autoheight
* Label: attributes can be now changed at runtime
- * Label: rename text= to label=
- * MTDragable is renamed from MTDragableWidget
- * Scatter: add auto_bring_to_front parameter (default to True)
- * Scatter: add scale_min to prevent scaling = 0
- * Scatter: add on_transform() event
- * Scatter: fix division by zero + singular matrix
- * Scatter: fix position update
+ * Label: renamed text= to label=
+ * MTDragableWidget renamed to MTDragable
+ * Scatter: added auto_bring_to_front parameter (defaults to True)
+ * Scatter: added scale_min to prevent scaling = 0
+ * Scatter: added on_transform() event
+ * Scatter: fixed division by zero + singular matrix
+ * Scatter: fixed position update
* Scatter: change signature of init_transform /
apply_rotation_scale_trans
* ScatterPlane: cleanup code
* + CSS integration everywhere
@@ -79,13 +80,13 @@
== Examples ==
* Desktop: new "close menu" button
- * Desktop: new menu with animation and kinetic
+ * Desktop: added animation and kinetic scrolling to the menu
* new bubblebattle game
* new bubblebomb game
* new camera demo
* new flowchart demo
* new fridge letter demo
- * new gesture example (support orientation less gesture detection)
+ * new gesture example (with support for orientation-less gesture
detection)
* new pong game (wang !)
* new stylus demo
* new tictactoe game