root/gtkimageview


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @671 [671] 04/05/09 15:55:55 bjourne Debugging.
(edit) @670 [670] 04/05/09 15:49:02 bjourne Add more logging.
(edit) @669 [669] 04/05/09 15:40:36 bjourne Waf build the soure before checking the dist contents.
(edit) @668 [668] 04/05/09 15:21:31 bjourne Test that waf really includes the HTML docs.
(edit) @667 [667] 04/05/09 15:21:19 bjourne Ensure that the HTML docs are included when disting with waf.
(edit) @666 [666] 04/05/09 14:33:22 bjourne Correct typo.
(edit) @665 [665] 04/05/09 13:52:38 bjourne Set the default value for viewport in …
(edit) @664 [664] 04/05/09 13:18:51 bjourne Mention default zoom value in gtk_image_view_set_zoom()
(edit) @663 [663] 04/05/09 13:15:06 bjourne Describe documentation changes in release history.
(edit) @662 [662] 04/05/09 13:14:42 bjourne Document what gtk_image_view_get_draw_rect() returns if the view is not …
(edit) @660 [660] 04/05/09 12:55:56 bjourne Document what gtk_image_view_get_viewport() does when the view is not …
(edit) @658 [658] 04/05/09 00:37:18 bjourne Update waf and build scripts to version 1.5.4 (r5978). You can no longer …
(edit) @654 [654] 04/02/09 18:57:02 bjourne Use ints instead of gdoubles to store the view offsets. This should solve …
(edit) @648 [648] 01/31/09 21:24:32 bjourne Remove unused imports.
(edit) @647 [647] 01/31/09 21:16:03 bjourne Mention waf building in README.
(edit) @646 [646] 01/31/09 20:15:21 bjourne New version of waf binary.
(edit) @645 [645] 01/28/09 20:53:11 bjourne Make it so that the flags -g -O2 are supplied by default, but can …
(edit) @644 [644] 01/28/09 19:52:34 bjourne Put the --enable-gtk-doc option in the gtkdoc tool itself. This way, the …
(edit) @643 [643] 01/28/09 19:49:06 bjourne New version of waf.
(edit) @642 [642] 01/27/09 22:09:53 bjourne Test that the autotools generated dist file can be built with …
(edit) @641 [641] 01/27/09 21:06:41 bjourne Add sourcecode.sgml to the content_files list so that it is …
(edit) @640 [640] 01/27/09 20:56:45 bjourne Add the gtkdoc.py file to disting.
(edit) @639 [639] 01/27/09 20:29:18 bjourne Explain how the tests should be run when waf is used.
(edit) @638 [638] 01/27/09 20:22:30 bjourne Add a section to the documentation about building using waf.
(edit) @637 [637] 01/26/09 21:08:13 bjourne New version of waf which makes it possible to build documentation again.
(edit) @636 [636] 01/26/09 20:26:02 bjourne Update to ew waf version in which building using -Wmissing-prototypes is …
(edit) @635 [635] 01/25/09 21:40:46 bjourne Make it so you have to specify the path to the HTML documentation …
(edit) @634 [634] 01/25/09 21:30:34 bjourne Mention recent changes in the release history.
(edit) @633 [633] 01/25/09 21:23:30 bjourne Test compiling the automake disted file using waf.
(edit) @632 [632] 01/25/09 21:14:35 bjourne Make it so autotools dists the waf, wscript and wscript_build files.
(edit) @631 [631] 01/25/09 20:55:50 bjourne Fix two integer to double comparision issues. The double has to be casted …
(edit) @630 [630] 01/25/09 20:48:47 bjourne Test compilation with -O0. There is some weird int to double comparision …
(edit) @629 [629] 01/25/09 20:39:44 bjourne waf can't build with -Wmissing-prototypes unless this upstream bug …
(edit) @628 [628] 01/25/09 20:19:23 bjourne Add the -g and -O2 options to CCFLAGS. Those are needed because …
(edit) @627 [627] 01/25/09 18:55:27 bjourne Fix for #31. Badly performed double -> int conversions …
(edit) @623 [623] 01/25/09 05:28:44 bjourne Define PACKAGE_NAME and PACKAGE_VERSION variables in the …
(edit) @622 [622] 01/25/09 02:33:03 bjourne Fix the linkflags used to compile the scanner. By putting the …
(edit) @621 [621] 01/25/09 02:05:49 bjourne The gtkimageview-typebuiltins.h file must be installed in the task that …
(edit) @620 [620] 01/25/09 01:51:50 bjourne Import the functions exists, isdir and join from os.path. That way, some …
(edit) @619 [619] 01/25/09 01:25:12 bjourne Make the gtkimageview.pc file installable using waf.
(edit) @618 [618] 01/25/09 01:23:58 bjourne waf infers target name for .in sources automatically for subst targets.
(edit) @617 [617] 01/25/09 01:18:21 bjourne Add an install method to the gtkdoc_mkhtml_task class so that HTML GTKDoc …
(edit) @616 [616] 01/25/09 00:50:58 bjourne Set LD_LIBRARY_PATH when running the gtkdoc scanner. Otherwise it won't …
(edit) @615 [615] 01/24/09 23:55:27 bjourne Improve module docstring. More detailed description about the libobj and …
(edit) @614 [614] 01/24/09 23:52:11 bjourne Replace the 'gtkdoc' command with the configure switch --enable-gtk-doc. …
(edit) @613 [613] 01/22/09 23:51:42 bjourne It is not needed anymore to uppercase variable names used in subst tasks. …
(edit) @612 [612] 01/22/09 23:47:12 bjourne Add rules for running glib-mkenums and put the result in …
(edit) @611 [611] 01/22/09 23:43:59 bjourne Updated to r5520 of waf
(edit) @610 [610] 01/19/09 01:03:03 bjourne Install header files.
(edit) @609 [609] 01/19/09 00:42:39 bjourne Only waf build documentation if the gtkdoc command is specified.
(edit) @608 [608] 01/19/09 00:39:42 bjourne Use a wscript_build file instead of a wscript.
(edit) @607 [607] 01/19/09 00:32:03 bjourne Add a proper waf dist function. dist is preformed by packaging …
(edit) @606 [606] 01/18/09 23:01:18 bjourne Mention waf support in the release history.
(edit) @605 [605] 01/18/09 22:58:52 bjourne Add experimental waf build support. Enables building of the …
(edit) @604 [604] 01/18/09 20:16:31 bjourne os.path does not need to be imported.
(edit) @603 [603] 01/18/09 20:15:50 bjourne Make it possible to specify where tests are located using the command …
(edit) @602 [602] 01/18/09 20:12:16 bjourne Remove the exit-early option. I never ever use it.
(edit) @601 [601] 11/25/08 16:03:55 bjourne Bump gtkdoc requirement to 1.8 because the --rebuild-sections and …
(edit) @600 [600] 11/20/08 20:36:38 bjourne Bumping version numbers everywhere to 1.6.3 in preparation of release.
(edit) @599 [599] 11/20/08 20:09:39 bjourne Remove the sections and types files. They are always regenerated by …
(edit) @598 [598] 11/08/08 00:43:42 bjourne This file is autogenerated by gtk-doc and does not need to be in the …
(edit) @597 [597] 11/02/08 23:50:37 bjourne Add testlib.h to noinst_HEADERS to ensure that it is included in dist …
(edit) @596 [596] 10/27/08 20:52:38 bjourne Bumping version numbers all over the place in preparation of release.
(edit) @595 [595] 10/27/08 20:48:06 bjourne Use multiple refsect2-tags, sgml doesn't handle multiple title-tags. …
(edit) @594 [594] 10/27/08 20:42:22 bjourne Add docstring for gtk_iimage_tool_button_release.
(edit) @593 [593] 10/27/08 20:36:06 bjourne Both the gtk and gdk prefixes are used for public headers.
(edit) @592 [592] 10/27/08 20:32:16 bjourne Reformat the SGML structure to use nested refsects because multiple title …
(edit) @591 [591] 10/26/08 21:04:39 bjourne Add copyright header.
(edit) @590 [590] 10/26/08 21:04:16 bjourne Updating copyright statement years to include 2008.
(edit) @589 [589] 10/26/08 21:00:29 bjourne Add para for docstring.
(edit) @588 [588] 10/26/08 20:42:16 bjourne This header doesn't need the utils.h header file.
(edit) @587 [587] 10/26/08 20:34:29 bjourne Fix for #11. Motion notify and button release handlers should now return …
(edit) @584 [584] 10/26/08 18:45:46 bjourne List the fix for #29 in r582.
(edit) @582 [582] 10/26/08 18:27:37 bjourne Real fix for #29. Progressively loading animations look better if …
(edit) @580 [580] 10/26/08 06:41:01 bjourne Fix for the infinite loop problem reported in #29. …
(edit) @578 [578] 10/26/08 00:07:42 bjourne Fix three tests that were failing because of the bug fix in r568. …
(edit) @577 [577] 10/26/08 00:02:45 bjourne Remove left-over debug printf.
(edit) @576 [576] 10/25/08 23:51:25 bjourne Update copyright statement for 2008.
(edit) @570 [570] 09/08/08 03:17:42 bjourne Don't hardcode image path. Read it from command line
(edit) @568 [568] 09/01/08 05:08:10 bjourne Fix for #23. If the views allocation is very small and it tries show …
(edit) @565 [565] 09/01/08 04:02:28 bjourne The workaround for the problem with to fast GIF animations committed in …
(edit) @560 [560] 09/01/08 01:48:20 bjourne Make gtk_image_view_image_to_widget_rect() ceil the width and height of …
(edit) @558 [558] 08/31/08 16:29:41 bjourne Add a cosmetic space between function name and opening bracket
(edit) @557 [557] 08/24/08 02:53:35 bjourne Horizontal scrolling is now supported
(edit) @556 [556] 08/24/08 02:49:19 bjourne Handle GDK_SCROLL_LEFT as GDK_SCROLL_UP and GDK_SCROLL_RIGHT as …
(edit) @550 [550] 08/24/08 01:23:36 bjourne Add workaround for too low frame delays
(edit) @543 [543] 08/23/08 23:57:26 bjourne Add docstring for gtk_iimage_tool_motion_notify()
(edit) @542 [542] 08/23/08 23:51:53 bjourne Don't pass any not asked for options to configure
(edit) @541 [541] 08/23/08 23:51:16 bjourne Remove mention of smooth scrolling in releasehistory
(edit) @540 [540] 08/23/08 23:46:11 bjourne Revert all the smooth scrolling work back to r506. It is not possible to …
(edit) @539 [539] 08/23/08 20:50:34 bjourne Update gtk-doc autojunk
(edit) @529 [529] 03/21/08 21:14:13 bjourne Use noinst_LTLIBRARIES instead of hack
(edit) @528 [528] 03/21/08 21:05:30 bjourne Add forgotten Makefile
(edit) @527 [527] 03/21/08 21:05:07 bjourne List smooth scrolling feature in head
(edit) @526 [526] 03/21/08 20:41:27 bjourne Move g_main_context_wait_for_event () into testlib.
(edit) @525 [525] 03/21/08 19:33:37 bjourne Use a small test-library to collect the common test functions that …
(edit) @524 [524] 03/20/08 00:59:17 bjourne Test that demonstrates the jumping scrolling when dragging the …
(edit) @523 [523] 03/19/08 23:54:03 bjourne Put the fake_realize function in an include file, much easier than needing …
(edit) @522 [522] 03/19/08 23:13:46 bjourne Comment gtk_image_view_slope
(edit) @521 [521] 03/19/08 23:13:18 bjourne Test that detects possible leaks in the smooth scrolling
Note: See TracRevisionLog for help on using the revision log.