- Nov 05, 2008
-
-
Jerome Guelfucci authored
* Fix the version mess. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) apply a patch by Enrico Tröger to fix a crash. * lib/screenshooter-dialogs.c: - plug a leak in (cb_default_folder) and in (cb_combo_active_item_changed). (Old svn revision: 5979)
-
- Nov 04, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5969)
-
Jerome Guelfucci authored
(Old svn revision: 5967)
-
Jerome Guelfucci authored
(Old svn revision: 5966)
-
- Nov 03, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5943)
-
Jerome Guelfucci authored
* lib/screenshooter-dialog.c: - (cb_combo_active_item_changed) Fix prototype and do not free sd->app as it makes the plugin segfault. * lib/screenshooter-utils.c: - (screenshooter_open_screenshot) Display the error with xfce_err if any. * TODO: updated. (Old svn revision: 5942)
-
Jerome Guelfucci authored
* lib/screenshooter-utils.h: add define for default application. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) read the default application. - (screenshooter_write_rc_file) write the default application. - (screenshooter_open_screenshot) only open if app != "none". * lib/screenshooter-dialogs.c: - add a define for icon size. - (set_default_item) added to select the correct item of the combobox when displaying the interface. - (add_item) use the icon size define. - (populate_liststore) add the "none" item on the top of the liststore. - (screenshooter_dialog_new) add a call to set_default_item. (Old svn revision: 5937)
-
- Nov 02, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5908)
-
- Nov 01, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5888)
-
- Oct 30, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5871)
-
- Oct 28, 2008
-
-
Jerome Guelfucci authored
(take_screenshot) and (save_screenshot). * src/main.c: use the new function names in (main). * panel-plugin/screenshooter-plugin.c: - use new function names. - add a missing prototype. - clean the indentation of prototypes. - add a "cb_" before all callback functions names. - use a "screenshooter_plugin_" prefix for other functions. (Old svn revision: 5848)
-
Jerome Guelfucci authored
(Old svn revision: 5846)
-
- Oct 22, 2008
-
-
Jerome Guelfucci authored
* Save the state of the main application's button and reload them the next time. * Various code cleanups. (Old svn revision: 5746)
-
- Oct 18, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5677)
-
- Oct 15, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5637)
-
- Oct 12, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5582)
-
Jerome Guelfucci authored
(Old svn revision: 5581)
-
- Oct 05, 2008
-
-
Jerome Guelfucci authored
* Don't do anything ofr now if no cli option is given. TODO: add a dialog similar to the plugin preferences one to take a screenshot easily without having to mess with cli options. * Add a cli option to take a fullscreen screenshot. (Old svn revision: 5514)
-
Jerome Guelfucci authored
(Old svn revision: 5513)
-
Jerome Guelfucci authored
(Old svn revision: 5512)
-
- Oct 04, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5510)
-
- Oct 03, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5506)
-
- Sep 20, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5426)
-
- Sep 19, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5423)
-
- Sep 14, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5405)
-
- Aug 23, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5291)
-
Jerome Guelfucci authored
* src/screenshooter-utils.c: - (cb_current_folder_changed): new function to update the filename. - (save_screenshot): updated to use cb_current_folder_changed. * NEWS: updated. * configure.ac.in: get ready for new release. (Old svn revision: 5289)
-
- Aug 19, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5279)
-
Jerome Guelfucci authored
- comment all code - clean identation - plug some leaks of GdkPixbuf * NEWS: updated. (Old svn revision: 5278)
-
- Aug 18, 2008
-
-
Jerome Guelfucci authored
* configure.ac.in: ditto. * src/Makefile.am: build with -Werror * NEWS: updated. (Old svn revision: 5273)
-
- Aug 17, 2008
-
-
Jerome Guelfucci authored
- do not g_free screenshot_dir when reading conf file, as we need it after. - improve identation. (Old svn revision: 5272)
-
- Aug 16, 2008
-
-
Jerome Guelfucci authored
- ported to use mostly gdk functions. - BUGFIX: when the active window is the desktop, instead of returning a corrupted snapshot of the background image, return the whole desktop view. - drop get_window_property and screenshot_find_active_window which are now useless. - improve indentation of code. * src/screenshooter-utils.h: - remove some useless #includes. * configure.ac.in: add svn tag that I had forgotten. * NEWS: updated. (Old svn revision: 5260)
-
- Aug 15, 2008
-
-
Jerome Guelfucci authored
- improve indentation. - use tooltips if gtk >= 2.12 * NEWS: updated. (Old svn revision: 5229)
-
Jerome Guelfucci authored
(Old svn revision: 5228)
-
- Jul 17, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5129)
-
- Jul 16, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5104)
-
Jerome Guelfucci authored
(Old svn revision: 5103)
-
- Jul 15, 2008
-
-
Jerome Guelfucci authored
(Old svn revision: 5087)
-
Jerome Guelfucci authored
(Old svn revision: 5086)
-
- Jul 12, 2008
-
-
Jerome Guelfucci authored
Save the location of the save folder when saving without showing the save dialog. New cli option to hide the save dialog. New cli option to set a default save folder, saved in a rc file. New cli option to set a custom save folder. Updated copyrights. Updated manpage and news. See changelog for details. (Old svn revision: 5062)
-