Sven Neumann
859c8ae3cb
tools/gimp-remote.c use G_OPTION_FLAG_NO_ARG where needed.
...
2005-09-26 Sven Neumann <sven@gimp.org>
* tools/gimp-remote.c
* tools/test-clipboard.c: use G_OPTION_FLAG_NO_ARG where needed.
2005-09-26 10:01:22 +00:00
Michael Natterer
6da6824c18
app/paint/gimppaintcore.h app/tools/gimpimagemaptool.c indentation fixes.
...
2005-09-24 Michael Natterer <mitch@gimp.org>
* app/paint/gimppaintcore.h
* app/tools/gimpimagemaptool.c
* tools/test-clipboard.c: indentation fixes.
2005-09-24 16:17:45 +00:00
Michael Natterer
93c5843f00
don't quit the main loop after transferring the data to GTK, it needs a
...
2005-09-02 Michael Natterer <mitch@gimp.org>
* tools/test-clipboard.c (test_clipboard_copy_callback): don't
quit the main loop after transferring the data to GTK, it needs a
running main loop to get the chunks tranferred to X.
2005-09-02 14:04:38 +00:00
Sven Neumann
750a668125
added --version command-line option.
...
2005-08-22 Sven Neumann <sven@gimp.org>
* tools/test-clipboard.c: added --version command-line option.
2005-08-22 14:08:49 +00:00
Sven Neumann
a27ba426a8
exit from main loop if g_file_get_contents() fails.
...
2005-06-16 Sven Neumann <sven@gimp.org>
* tools/test-clipboard.c (test_clipboard_copy_callback): exit from
main loop if g_file_get_contents() fails.
2005-06-15 22:59:45 +00:00
Michael Natterer
baee43b51a
added --store option which tries to store a file in the clipboard manager,
...
2005-05-25 Michael Natterer <mitch@gimp.org>
* tools/test-clipboard.c: added --store option which tries to
store a file in the clipboard manager, improved error reporting.
2005-05-24 22:06:52 +00:00
Michael Natterer
3ebe38bb33
added --selection-type option which allows operating on any of PRIMARY,
...
2005-05-22 Michael Natterer <mitch@gimp.org>
* tools/test-clipboard.c: added --selection-type option which
allows operating on any of PRIMARY, SECONDARY and CLIPBOARD.
2005-05-22 02:33:13 +00:00
Michael Natterer
b6ad77a1bd
NULL terminate the options array.
...
2005-05-21 Michael Natterer <mitch@gimp.org>
* tools/test-clipboard.c (main): NULL terminate the options array.
2005-05-21 20:23:13 +00:00
Michael Natterer
e68d749a8e
don't allow copy and paste at the same time, fixed exit codes.
...
2005-05-19 Michael Natterer <mitch@gimp.org>
* tools/test-clipboard.c: don't allow copy and paste at the same
time, fixed exit codes.
2005-05-18 22:34:15 +00:00
Michael Natterer
938f0448dd
implemented pasting. s/mime-type/target/g because that's what it is.
...
2005-05-18 Michael Natterer <mitch@gimp.org>
* tools/test-clipboard.c: implemented pasting.
s/mime-type/target/g because that's what it is.
2005-05-18 00:56:22 +00:00
Michael Natterer
be2f82cbc5
cleanup.
...
2005-05-18 Michael Natterer <mitch@gimp.org>
* tools/test-clipboard.c: cleanup.
2005-05-18 00:30:19 +00:00
Michael Natterer
1b294bf8c3
tools/Makefile.am new file, a test hack for clipboard debugging.
...
2005-05-18 Michael Natterer <mitch@gimp.org>
* tools/Makefile.am
* tools/test-clipboard.c: new file, a test hack for clipboard
debugging.
2005-05-17 22:42:50 +00:00