2011-03-18 14:26  alpha@paranoici.org
        * trunk/ardesia/INSTALL,
        * trunk/ardesia/README,
        * trunk/ardesia/TODO,
        * trunk/ardesia/desktop/ardesia.desktop.in,
	* trunk/ardesia/desktop/scripts/screencast.sh,
	* trunk/ardesia/desktop/icons/add-pdf.png,
	* trunk/ardesia/desktop/icons/application-x-iwb.png,
	* trunk/ardesia/desktop/icons/ardesia.png,
	* trunk/ardesia/desktop/icons/ardesia_logo.png,
	* trunk/ardesia/desktop/icons/arrow.png,
	* trunk/ardesia/desktop/icons/blue.png,
	* trunk/ardesia/desktop/icons/camera-photo.png,
	* trunk/ardesia/desktop/icons/eraser.png,
	* trunk/ardesia/desktop/icons/filler.png,
        * trunk/ardesia/desktop/icons/green.png,
	* trunk/ardesia/desktop/icons/hand.png,
	* trunk/ardesia/desktop/icons/highlighter.png,
	* trunk/ardesia/desktop/icons/media-record.png,
	* trunk/ardesia/desktop/icons/media-recorder-unavailable.png,
	* trunk/ardesia/desktop/icons/medium.png,
	* trunk/ardesia/desktop/icons/micro.png,
	* trunk/ardesia/desktop/icons/pencil.png,
	* trunk/ardesia/desktop/icons/pointer.png,
	* trunk/ardesia/desktop/icons/rectifier.png,
        * trunk/ardesia/desktop/icons/red.png,
	* trunk/ardesia/desktop/icons/rounder.png,
	* trunk/ardesia/desktop/icons/text.png,
	* trunk/ardesia/desktop/icons/thick.png,
	* trunk/ardesia/desktop/icons/thin.png,
	* trunk/ardesia/desktop/icons/white.png,
	* trunk/ardesia/desktop/icons/yellow.png:
        - Update readable files
        - Move the icons from pixmaps to more generic icons
          folder
        - Revision of the file permission in the repository
        - The binary deb package building is warning free


2011-03-16 00:45  alpha@paranoici.org
        * /trunk/ardesia/debian/postinst,
        * /trunk/ardesia/Makefile.am,
        * /trunk/ardesia/configure.ac,
        * /trunk/ardesia/debian/copyright:
        - Some adjustment following the debian guidelines,
          the default prefix is now the /usr folder instead
          of /usr/local


2011-03-14 15:27  alpha@paranoici.org
        * /trunk/ardesia/src/ardesia.c,
	* /trunk/ardesia/src/utils.c:
        - Fix to solve the xdg documents problem
          in an xdg way; if the G_USER_DIRECTORY_DOCUMENTS
          is not set I create the ardesia workspace folder
          under the user home directory


2011-03-10 18:09  alpha@paranoici.org
	* /trunk/ardesia/win32/build_installer.in:
        - added missing library msys-1.0.dll used by the InfoZip tools;
          this fix the open/save under Windows


2011-03-10 17:19  alpha@paranoici.org
        * /trunk/ardesia/src/background_window.c,
        * /trunk/ardesia/src/background_window.h,
        * /trunk/ardesia/src/saver.c,
        * /trunk/ardesia/src/utils.c,
        * /trunk/ardesia/src/utils.h:
        - Add a caio scale utils
        - Png saving with cairo instead with pixbuf
        - The background image is loaded and scaled with cairo


2011-03-10 13:47  alpha@paranoici.org
	* trunk/ardesia/desktop/Makefile.am:
        - Fix the xdg resources installation
          to use the "user mode"


2011-03-09 09:36  alpha@paranoici.org
	* trunk/ardesia/autogen.sh:
        - Remove an old patch that was usefull to build ardesia with ports;
	  REGARDS: now the default build system is jhbuild and it is used
	  the default libtool


2011-03-06 17:47  alpha@paranoici.org
	* trunk/ardesia/src/preference_dialog.c:
        - Delete the stay above directive in preference dialog
          for windows compliance


2011-03-04 13:01  alpha@paranoici.org
	* trunk/ardesia/configure.ac,
	* trunk/ardesia/desktop/Makefile.am,
	* trunk/ardesia/desktop/iwb-mime.xml: 
        - Adjust configure; add check for the xdg utils
	  in order to register icons, mime type info and menu
        - Update the deb post install script in order to
          register icons, mime type info and menu
        - Add check for devscript before running the make
          deb target


2011-03-03 14:42  alpha@paranoici.org
	* trunk/ardesia/src/annotation_window.c,
	* trunk/ardesia/src/annotation_window_callbacks.c:
        - Fix the undo to clear the window if pressed when
	  there are no more savepoints


2011-03-02 16:36  alpha@paranoici.org
	* trunk/ardesia/src/annotation_window.c:
        - If the ellipse has an eccentricicity roundable
	  to zero then the rounder draw a circle


2011-03-02 00:56  alpha@paranoici.org
	* trunk/ardesia/src/annotation_window.c:
        - Fix an error that caused a colour starvation
	  with the rounder mode enabled;
	  in some cases a closed path was bad interpreted
	  as ellipse instead of a simple point or short lines
	  

2011-03-01 12:16  alpha@paranoici.org
	* trunk/ardesia/src/background_window.c:
        - If the background colour opacity is lesser than one
	  and the mouse tool has been selected the background
	  window is left transparent to the input events
          (linux only via the  gdk_window_input_shape_combine_mask
          that it is not implemented in windows yet)


2011-02-28 21:27  alpha@paranoici.org
	* trunk/ardesia/src/annotation_window.c:
        - Fix a little a little bug that caused
	  the not filling of closed path using
	  the roundifier tool


2011-02-28 01:57  alpha@paranoici.org
	* trunk/ardesia/desktop/horizontal_bar.glade,
	* trunk/ardesia/desktop/vertical_bar.glade,
	* trunk/ardesia/src/bar_callbacks.c:
        - Track the bar iconification via the window-state-event
	  to release the pointer; 
          this avoid to go in a inconsistent state after the 
          minimization of the bar window using the "-d" decoration option


2011-02-27 16:06  alpha@paranoici.org
	* trunk/ardesia/TODO, 
        * trunk/ardesia/desktop/pixmaps/arrow.png,
	* trunk/ardesia/src/annotation_window.c,
	* trunk/ardesia/src/cursors.c,
        * trunk/ardesia/src/cursors.h:
        - New arrow icon and cursor


2011-02-25 16:17  alpha@paranoici.org
	* trunk/ardesia/src/annotation_window.c,
	* trunk/ardesia/src/background_window.c,
	* trunk/ardesia/src/background_window.h,
	* trunk/ardesia/src/background_window_callbacks.c,
	* trunk/ardesia/src/iwb_loader.c, 
        * trunk/ardesia/src/iwb_saver.c,
	* trunk/ardesia/src/preference_dialog_callbacks.c,
	* trunk/ardesia/src/utils.c: 
        - Add the iwb background load and store support


2011-02-23 16:18  alpha@paranoici.org
	* trunk/ardesia/TODO,
        * trunk/ardesia/desktop/horizontal_bar.glade,
	* trunk/ardesia/desktop/pixmaps/micro.png,
	* trunk/ardesia/desktop/vertical_bar.glade,
	* trunk/ardesia/src/annotation_window.c,
        * trunk/ardesia/src/bar.c,
	* trunk/ardesia/src/bar.h,
        * trunk/ardesia/src/bar_callbacks.c,
	* trunk/ardesia/src/broken.c,
        * trunk/ardesia/src/broken.h,
	* trunk/ardesia/src/utils.h:
        - Add a micro 1 pixel thickness
	  - Fixed a little math bug in the arrow algorithm


2011-02-23 13:57  alpha@paranoici.org
	* trunk/ardesia/TODO,
        * trunk/ardesia/src/annotation_window.c,
	* trunk/ardesia/src/cursors.c,
        * trunk/ardesia/src/cursors.h,
	* trunk/ardesia/src/utils.c,
        * trunk/ardesia/src/utils.h:
	- cursor code refatoring
	  - Cached the image surface containing
	    the png icons used for the cursors


2011-02-23 12:34  alpha@paranoici.org
	* trunk/ardesia/TODO,
        * trunk/ardesia/src/Makefile.am,
	* trunk/ardesia/src/annotation_window.c,
	* trunk/ardesia/src/annotation_window.h,
	* trunk/ardesia/src/cursors.c,
        * trunk/ardesia/src/cursors.h:
	- Refactoring of the cursor code;
	  moved the cursor stuffs in the file cursor.c


2011-02-23 01:02  alpha@paranoici.org
	* trunk/ardesia/src/windows_utils.c,
	* trunk/ardesia/src/windows_utils.h: 
        - Delete the Dirk Gerrit re-implementation 
          of the bugged function on win32 called 
          "gdk_cursor_new_from_pixmap".
	  Now we use the gdk_cursor_new_from_pixbuf
	  that works fine on win32 also with
	  transparent cursor


2011-02-23 00:23  alpha@paranoici.org
	* trunk/ardesia/TODO,
	* trunk/ardesia/desktop/pixmaps/highlighter.png,
	* trunk/ardesia/src/annotation_window.c,
	* trunk/ardesia/src/annotation_window.h, 
        * trunk/ardesia/src/utils.c,
	* trunk/ardesia/src/utils.h: 
        - New icon for the ardesia tools


2011-02-22 12:45  alpha@paranoici.org
	* trunk/ardesia/configure.ac,
        * trunk/ardesia/desktop/Makefile.am:
	- Added check for xdg utils in configure


2011-02-21 22:42  alpha@paranoici.org
	* trunk/ardesia/win32/ardesia.iss.in,
	* trunk/ardesia/win32/build_installer.in:
        - Code revision for the windows installer


2011-02-21 01:35  alpha@paranoici.org
	* trunk/ardesia/src/annotation_window.c,
	* trunk/ardesia/src/annotation_window.h,
	* trunk/ardesia/src/annotation_window_callbacks.c:
        - Fix a bug that occurs with the tablet
	  if you click to fast on the screen
	  after the project dialog


2011-02-21 00:30  alpha@paranoici.org
	* trunk/ardesia/desktop/annotation_window.glade,
	* trunk/ardesia/desktop/background_window.glade,
	* trunk/ardesia/desktop/text_window.glade,
	* trunk/ardesia/src/annotation_window.c,
	* trunk/ardesia/src/background_window.c,
	* trunk/ardesia/src/text_window.c:
        - The double buffered property is set
	  by code instead in the glade file;
	  this is done to be compliant with the
	  gtk 2.16


2011-02-18 15:59  alpha@paranoici.org
	* trunk/ardesia/desktop/horizontal_bar.glade,
	* trunk/ardesia/desktop/pixmaps/lock.png,
	* trunk/ardesia/desktop/pixmaps/pointer.png,
	* trunk/ardesia/desktop/pixmaps/unlock.png,
	* trunk/ardesia/desktop/vertical_bar.glade,
	* trunk/ardesia/src/bar_callbacks.c:
        - Delete the lock unlock mechanism,
	  now is added a tool button to the bar;
	  if do you want use the mouse as usual
	  preventing the annotation hiding,
          please press the mouse button, 
          in order to reuse ardesia you can
	  simply reselect an other one tool or select
	  a colors (will be taken the default pen tool)


2011-02-18 12:49  alpha@paranoici.org
	* trunk/ardesia/Makefile.am,
        * trunk/ardesia/configure.ac,
	* trunk/ardesia/data,
        * trunk/ardesia/desktop: 
        - Move data in desktop folder


2011-02-18 11:18  alpha@paranoici.org
	* trunk/ardesia/Makefile.am,
        * trunk/ardesia/data/info_dialog.glade,
	* trunk/ardesia/win32/ardesia.iss.in: 
        - Change ardesia url in http://ardesia.googlecode.com

