cascardo/movie.git
2008-08-16 Thadeu Lima... If picture does no exist, warn and exit master
2008-08-16 Thadeu Lima... If dots file cannot be found, exit
2008-08-16 Thadeu Lima... Documentation on how to build, run and use the softwares
2008-08-16 Thadeu Lima... Added sample project file
2008-08-16 Thadeu Lima... Do not ignore sample faces file
2008-08-16 Thadeu Lima... Include headers to avoid warnings
2008-08-16 Thadeu Lima... Updated pictures and dots
2008-08-16 Thadeu Lima... Added the picture itself to the repository
2008-08-16 Thadeu Lima... Files needed are now required as parameters.
2008-08-16 Thadeu Lima... Added copyright file: GPLv2
2008-08-16 Thadeu Lima... Added a sample data file so it will not explode
2008-08-16 Thadeu Lima... Added a black rectangle behind the names
2008-08-16 Thadeu Lima... Shows the name associated with the face
2008-08-16 Thadeu Lima... Ignore generated files and input file
2008-08-16 Thadeu Lima... Added simple Makefile.
2008-08-16 Thadeu Lima... Merge commit 'gzv/master'
2008-08-16 Thadeu Lima... Does not zoom out too much gdk
2008-08-16 Thadeu Lima... Added a macro for frames per face
2008-08-16 Thadeu Lima... Zooms in and out of the faces
2008-08-16 Thadeu Lima... Use bilinear scale algorithm instead of hyper
2008-08-16 Thadeu Lima... Added support to get a constant number of frames betwee...
2008-08-16 Thadeu Lima... Only reschedules when moving and only draws the needed...
2008-08-16 Thadeu Lima... Rescale points and use its individual scale to show...
2008-08-16 Thadeu Lima... Stop over every face and only save the name for one...
2008-08-16 Thadeu Lima... Shows the set of points
2008-08-16 Thadeu Lima... Export public function to read points file
2008-08-16 Thadeu Lima... Fix some building issues
2008-08-16 Thadeu Lima... Added Point struct and cleaned up line generation
2008-08-16 Thadeu Lima... Added GTK+ widgets and shows a piece of the scaled...
2008-08-15 Thadeu Lima... Added a simple GDK example program, that loads and...
2008-08-15 Lincoln de... this is not a gzv ui anymore
2008-08-15 Lincoln de... Removing an old and unused script.
2008-08-14 Thadeu Lima... Rewrite this one later. optimization
2008-08-13 Thadeu Lima... Added some functions to scale SDL Surfaces using cairo
2008-08-13 Thadeu Lima... Calculates the points before showing the video
2008-08-13 Lincoln de... making the move arrows work
2008-08-13 Lincoln de... adding another widget to have the sensitivite
2008-08-13 Lincoln de... Making widgets unsensitive/sensitive before
2008-08-12 Lincoln de... renaming Gzv.ball_with_border to Gzv.point_with_border
2008-08-12 Lincoln de... making it possible to select a ball by clicking on it
2008-08-12 Lincoln de... fixing issues when the image does not fill the whole...
2008-08-12 Lincoln de... fixing a little bug in Point.pythagorean
2008-08-12 Lincoln de... Adding the class Point, removing the attributes x and...
2008-08-12 Thadeu Lima... Return the center of the image instead of the top-left...
2008-08-12 Lincoln de... storing the state of the creation of a new ball
2008-08-12 Lincoln de... adding the attribute last_x to the Gzv.__init__ method and
2008-08-12 Lincoln de... removing the method Gzv.draw_current_ball and merging
2008-08-12 Thadeu Lima... Do not use fullscreen in the development version.
2008-08-12 Thadeu Lima... Read the points from a file.
2008-08-12 Thadeu Lima... Use Bresenham to draw the line between faces
2008-08-12 Thadeu Lima... Moves through a list of points
2008-08-12 Thadeu Lima... Shows a moving image
2008-08-12 Thadeu Lima... Shows an image
2008-08-12 Lincoln de... Fixing the lack of a comparrision in NewProject.get_project
2008-08-12 Lincoln de... Adding the attribute button-press-event' in the main...
2008-08-12 Lincoln de... changing viewport name from viewport1 to viewport
2008-08-12 Lincoln de... Returning the self.draw.queque_draw in Gzv.remove_fp,
2008-08-12 Lincoln de... removing an unuseful attribute (Gzv.selecting)
2008-08-12 Lincoln de... removing the queue_draw in Gzv.remove_fp, it was making the
2008-08-12 Lincoln de... just removing the gtk-image-missing...
2008-08-12 Lincoln de... Using a gtk image instead of a pixbuf, it is really...
2008-08-10 Lincoln de... Making the "Save" feature works. Adding Gzv.save_project,
2008-08-10 Lincoln de... treating the error generated when the user tries to use
2008-08-09 Lincoln de... fixing little bug when drawing more thant 2 balls and
2008-08-09 Lincoln de... Saving balls added in the image and making it possible
2008-08-09 Lincoln de... fixing a typo (radiOs) in many places,
2008-08-09 Lincoln de... Adding some management functions to the focus point...
2008-08-09 Lincoln de... hidding the position column in the main treeview
2008-08-09 Lincoln de... making the "New project" works
2008-08-09 Lincoln de... fixing the response-id of the ok button in the new...
2008-08-09 Lincoln de... Implementing the "Open Project" feature, adding
2008-08-09 Lincoln de... renaming open_file_chooser to open_project and cleaning
2008-08-09 Lincoln de... getting enough data to start a new project
2008-08-09 Lincoln de... adding callbacks to the toolbar and menubar buttons
2008-08-09 Lincoln de... fixing the space and size of labels and hboxes in new...
2008-08-09 Lincoln de... adding a pretty title, fixing some border widths and...
2008-08-09 Lincoln de... Sorry for delay to put it in a vcs, some hours ago...