Canvas API: draw (rounded) rect and rename Dialog to Window.
authorThomas Geymayer <tomgey@gmail.com>
Tue, 22 Jan 2013 16:47:51 +0000 (17:47 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 22 Jan 2013 17:02:20 +0000 (18:02 +0100)
commit23bb7de97599752b32fbba87253e25d31f9e644e
tree5de3cb513e82127db58d4f9d1aeb5253bb46a055
parente90e91d0e51cf07f91fb09ad7c1f69caa4c54694
Canvas API: draw (rounded) rect and rename Dialog to Window.

 - std.string:
   * Add method compare
   * Add method starts_with
 - canvas.Group:
   * Add method rect for drawing (rounded) rectangles
 - Rename canvas.Dialog to canvas.Window to free the name Dialog
   for real dialogs.
Nasal/canvas/api.nas
Nasal/canvas/gui.nas
Nasal/std/string.nas