aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-07-15release 0.3HEAD0.3masterJussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2016-07-13applet: Port to ScalingImage2Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2016-06-02Release 0.2, Update contact info0.2Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2016-05-02utils: Remove unused codeJussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2016-05-02utils: Don't use deprecated GTK_STOCK_*Jussi Kukkonen
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2016-02-12Quick port to Gtk/Gdk 3Jussi Kukkonen
This still has all the problems that the new API would allow us to fix: mainly that multiple displays will almost certainly not work at all. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
2013-06-17build: change link ordering to fix link problemsgtk2GTK2Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-06-17screenshot: use g_object_unref instead of deprecated gdk_pixbuf_unrefRoss Burton
2013-06-17build: enable silent rulesRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2013-06-17build: check for X11 and gdk-x11Ross Burton
Check for and link against explicitly as otherwise modern toolchains will drop the implicit linkage in GTK+. Patch originally by Xin Ouyang <Xin.Ouyang@windriver.com> but editted before merging. Signed-off-by: Ross Burton <ross.burton@intel.com>
2007-09-10renamed --disable-applet to --without-appletTomas Frydrych
2007-09-10added --disable-applet configure optionTomas Frydrych
2007-09-07Add ignoresRoss Burton
2007-09-072007-09-07 Ross Burton <ross@openedhand.com>Ross Burton
* screenshot-ui.c: Conditionally set overwrite confirmation based on GTK+ version. * configure.ac: Allow any GTK+ version.
2007-08-282007-08-28 Ross Burton <ross@openedhand.com>Ross Burton
* screenshot-ui.c: Set the automatic overwrite confirmation, and set a sane default name. * configure.ac: Require GTK+ 2.8.
2007-08-282007-08-28 Ross Burton <ross@openedhand.com>Ross Burton
* README: * TODO: Update.
2007-05-042007-05-04 Ross Burton <ross@openedhand.com>Ross Burton
* main.c: Allow an argument as the filename to save the screenshot too.
2007-05-042007-05-04 Ross Burton <ross@openedhand.com>Ross Burton
* screenshot-ui.[ch]: Pull out the core save code, and allow a filename to be passed to screenshot(). * applet.c: * main.c: Pass NULL as the filename.
2007-04-202007-04-20 Ross Burton <ross@openedhand.com>Ross Burton
* applet.c: Update for new image API.
2007-01-242007-01-24 Ross Burton <ross@openedhand.com>Ross Burton
* configure.ac: Disable static libraries * Makefile.am: Disable library versioning.
2007-01-23Add (C) statementsRoss Burton
2007-01-23UpdateRoss Burton
2007-01-23Add TODORoss Burton
2007-01-23Add commentRoss Burton
2007-01-23Initial import of screenshotRoss Burton
2007-01-23Add screenshot.Ross Burton