gambas-source-code/main/lib/draw
Benoît Minisini 225c6e0b40 [DEVELOPMENT ENVIRONMENT]
* NEW: Use DesltopMime.FromFile() method to handle project data files.
* BUG: Installing the Gambas fonts override the old ones that could be
  already installed.
* NEW: Update the Gambas fonts.

[GB.DESKTOP]
* BUG: DesktopFile.Run() now handle programs that does not specify any
  argument pattern (%u, %f, and so on) in its command description.

[GB.DRAW]
* NEW: Add a RectF class, that is a rectangle with Float coordinates.
* NEW: Add a Point class, that is just a point with two Integer 
  coordinates.
* NEW: Add a PointF class, that is just a point with two Float
  coordinates.

[GB.GUI.BASE]
* BUG: GridView and TreeView controls should not lose any MouseDown event
  anymore.
* BUG: Fix previous TreeView optimizations.

[GB.MAP]
* BUG: Rename the "map" class as "Map".


git-svn-id: svn://localhost/gambas/trunk@5354 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-11-24 01:16:40 +00:00
..
CDraw.c [GB.DRAW] 2012-06-27 18:06:10 +00:00
CDraw.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
cpaint.c [DEVELOPMENT ENVIRONMENT] 2012-08-19 13:01:57 +00:00
cpaint.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
cpoint.c [DEVELOPMENT ENVIRONMENT] 2012-11-24 01:16:40 +00:00
cpoint.h [DEVELOPMENT ENVIRONMENT] 2012-11-24 01:16:40 +00:00
cpoint_temp.h [DEVELOPMENT ENVIRONMENT] 2012-11-24 01:16:40 +00:00
crect.c [DEVELOPMENT ENVIRONMENT] 2012-11-24 01:16:40 +00:00
crect.h [DEVELOPMENT ENVIRONMENT] 2012-11-24 01:16:40 +00:00
crect_temp.h [DEVELOPMENT ENVIRONMENT] 2012-11-24 01:16:40 +00:00
gb.draw.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.image.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
gb.paint.h [DEVELOPMENT ENVIRONMENT] 2012-08-19 13:01:57 +00:00
gb_list.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
main.c [DEVELOPMENT ENVIRONMENT] 2012-11-24 01:16:40 +00:00
main.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2012-11-24 01:16:40 +00:00
matrix.c [CONFIGURATION] 2011-12-31 02:39:20 +00:00
matrix.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00