This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via ea54d1823b32741eebb6465568654e8d1bcd4354 (commit)
from 1db276a11bc1bca52f361c7e9f7e4cf2933353d6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/ea54d1823b32741eebb6465568654e8d1bcd…
commit ea54d1823b32741eebb6465568654e8d1bcd4354
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Tue May 14 23:31:21 2013 +0200
spiv: Update help and keys help.
Signed-off-by: Cyril Hrubis <metan(a)ucw.cz>
diff --git a/demos/spiv/spiv.c b/demos/spiv/spiv.c
index f16be8c..93dd301 100644
--- a/demos/spiv/spiv.c
+++ b/demos/spiv/spiv.c
@@ -709,9 +709,24 @@ static void init_caches(struct loader_params *params)
static const char *keys_help[] = {
"Keyboard control:",
"",
+ "Esc, Enter, Q - quit spiv",
+ "",
+ "< KP Minus - zoom out by 1.5",
+ ">, KP Plus - zoom in by 1.5",
+ "R - rotate by 90 degrees clockwise",
+ "Up, Down, Left, Right - move image by 1px",
+ " (by 10 with Shift)",
+ "",
+ "Space - move to the next image",
+ "BackSpace - move to the prev image",
+ "PgDown - move to the start of directory",
+ "PgUp - move to the end of directory",
+ "Home - move to the first image",
+ "End - move to the last image",
+ "",
"I - toggle show info box",
"P - toggle show progress",
- "R - rotate by 90 degrees",
+ "",
"] - change to next resampling method",
"[ - change to prev resampling method",
" (current method is shown in info box)",
@@ -719,17 +734,6 @@ static const char *keys_help[] = {
"D - drop image cache",
"H - toggle help",
"",
- "Esc",
- "Enter",
- "Q - quit spiv",
- "",
- "PgDown - move 10 images forward",
- "PgUp - move 10 images backward",
- "",
- "Space - move to the next image",
- "",
- "BckSpc - move to the prev image",
- "",
"1 - resize spiv window to the image size",
"2 - resize spiv window to the half of the image size",
"3 - resize spiv window to the third of the image size",
@@ -757,6 +761,8 @@ static void print_help(void)
printf("-e pixel_typentturns on backend type emulationn");
printf("tfor example -e G1 sets 1-bit grayscalenn");
printf("-r anglentrotate display 90,180 or 270 degreesnn");
+ printf("-z sets zoom modent-zf zoom is set and modified by usern");
+ printf("t-zw zoom is fixed to window size (currently default)nn");
printf("-bntpass backend init string to backend initn");
printf("tpass -b help for more infonn");
@@ -783,7 +789,7 @@ static void show_help(void)
GP_Fill(c, black_pixel);
for (i = 0; i < keys_help_len; i++) {
- GP_Print(c, NULL, 20, i * 15, GP_ALIGN_RIGHT|GP_VALIGN_BOTTOM,
+ GP_Print(c, NULL, 20, 2 + i * 15, GP_ALIGN_RIGHT|GP_VALIGN_BOTTOM,
white_pixel, black_pixel, "%s", keys_help[i]);
}
-----------------------------------------------------------------------
Summary of changes:
demos/spiv/spiv.c | 32 +++++++++++++++++++-------------
1 files changed, 19 insertions(+), 13 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via 3966bfc09a6af79182519c6083f6beb085ef26e0 (commit)
from f39dce582400e88f7b034f0612d2c4352dac43f2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/3966bfc09a6af79182519c6083f6beb085ef…
commit 3966bfc09a6af79182519c6083f6beb085ef26e0
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Thu May 9 23:36:58 2013 +0200
doc: Update index.html
Signed-off-by: Cyril Hrubis <metan(a)ucw.cz>
diff --git a/doc/index.html b/doc/index.html
index 034386f..905c1b7 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -28,10 +28,12 @@
</div>
<div id="menu">
<ul class="menu-tree">
- <li class="menu-tree-item"><a href="index.html">Home</a></li>
- <li class="menu-tree-item"><a href="api.html">API</a></li>
- <li class="menu-tree-item"><a href="examples.html">Code Examples</a></li>
- <li class="menu-tree-item"><a href="http://repo.or.cz/w/gfxprim.git">GIT</a></li>
+ <li class="menu-tree-item"><a href="general.html">C API</a></li>
+ <li class="menu-tree-item"><a href="core_python.html">Pyton API</a></li>
+ <li class="menu-tree-item"><a href="http://www.ucw.cz/mailman/listinfo/gfxprim">Mailing List</a></li>
+ <li class="menu-tree-item"><a href="https://github.com/gfxprim/gfxprim">GIT (GitHub)</a></li>
+ <li class="menu-tree-item"><a href="http://repo.or.cz/w/gfxprim.git">GIT (repo.or.cz)</a></li>
+ <li class="menu-tree-item"><a href="releases/gfxprim_1.0.0-rc0.tar.bz2">Download 1.0.0-rc0</a></li>
</ul>
</div>
<div id="content">
@@ -46,21 +48,26 @@
</p>
<h3>About</h3>
<p>
- Once upon the time <i>GFXprim</i> had started as an simple attempt to
- replace SDL_gfx which was unusable at the time we started. Soon it outgrew
- the initial purpose and yielded into library that could be used as
- replacement for SDL library. In contrast with SDL <i>GFXprim</i> is
+ Once upon the time <i>GFXprim</i> has started as a simple attempt to
+ replace SDL_gfx which was unusable then. Soon it outgrew the initial
+ purpose and yielded into a library that could be used as a replacement
+ for the family of SDL libraries. In contrast with SDL <i>GFXprim</i> is
not aiming for abstracting the operating system interface. Instead of
- that <i>GFXprim</i> provides means for keeping the system dependent
- parts in well defined and isolated parts.
+ that <i>GFXprim</i> provides means for keeping the system dependent parts
+ in well defined and isolated parts.
</p>
<p>
- One of the key points of the library is code generation. Most of the
+ One of the key points of the library are code generators. Most of the
graphics operations are written using <a href="http://jinja.pocoo.org/">jinja</a>
- templating engine which is used to generate specialized C code. So,
+ templating engine which is used to create specialized C code. So,
for an example, once you add pixel definition into configuration file,
creating specialized filters, loaders and conversions to other pixel
- formats is just a matter of typing "make && make clean".
+ formats is just a matter of typing "make rebuild".
+ </p>
+ <h3>Documentation</h3>
+ <p>
+ For more information about features and API look at the
+ <a href="general.html">documentation</a>.
</p>
<h3>News</h3>
<p>
@@ -73,21 +80,12 @@
We do have a <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">mailing list</a>
and although there is not much of discussion now, we are there and listening.
</p>
- <h3>Documentation</h3>
- <p>
- For more information about internal structure and features look at the
- <a href="api.html">API Description</a>.
- </p>
- <p>
- There are also some nice C and Python
- <a href="examples.html">Code Examples</a>.
- </p>
</div>
<div id="cleaner"> </div>
<div id="footer">
- <a href="http://repo.or.cz/w/gfxprim.git">git</a> |
- <a href="http://atrey.karlin.mff.cuni.cz/~gavento/GfxPrimWiki/">wiki</a> |
- <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">mailing list</a>
+ <a href="http://repo.or.cz/w/gfxprim.git">repo.or.cz</a> |
+ <a href="https://github.com/gfxprim/gfxprim">GitHub</a> |
+ <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">Mailing List</a>
</div>
</div>
</body>
-----------------------------------------------------------------------
Summary of changes:
doc/index.html | 48 +++++++++++++++++++++++-------------------------
1 files changed, 23 insertions(+), 25 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via f39dce582400e88f7b034f0612d2c4352dac43f2 (commit)
from e791f1daa4c76016f0b45d3c827d253d4e1c7543 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/f39dce582400e88f7b034f0612d2c4352dac…
commit f39dce582400e88f7b034f0612d2c4352dac43f2
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Thu May 9 23:35:50 2013 +0200
install: Fix make install for empty prefix.
Signed-off-by: Cyril Hrubis <metan(a)ucw.cz>
diff --git a/Makefile b/Makefile
index 1ffbe41..a2b327d 100644
--- a/Makefile
+++ b/Makefile
@@ -30,9 +30,9 @@ LIB_LOC=/usr/lib/
install:
ifdef VERBOSE
- ./install.sh $(prefix) $(libdir) $(bindir) $(includedir)
+ ./install.sh "$(prefix)" $(libdir) $(bindir) $(includedir)
else
- @./install.sh $(prefix) $(libdir) $(bindir) $(includedir)
+ @./install.sh "$(prefix)" $(libdir) $(bindir) $(includedir)
endif
tar:
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")