root/gtkimageview/tests


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @281 [281] 08/13/07 21:15:45 bjourne Fix so that the ImageViewDrawer unit tests compile. Due to the changes in …
(edit) @280 [280] 08/13/07 20:58:20 bjourne Fix unit tests so that they compile and pass.
(edit) @274 [274] 08/09/07 23:38:09 bjourne (ChangeLog for r273 too): Reorder the attributes in DrawSettings. Instead …
(edit) @271 [271] 08/09/07 22:33:06 bjourne Fix two failing unit tests.
(edit) @265 [265] 08/08/07 23:18:40 bjourne Show that fit_mode doesn't have to be reset when you rotate.
(edit) @262 [262] 07/28/07 10:29:57 bjourne Small prettification.
(edit) @261 [261] 07/28/07 10:13:33 bjourne Make it so GtkImageNav keeps its center position even if the …
(edit) @260 [260] 07/28/07 09:40:42 bjourne Add a failing test case that checks so that the position of GtkImageNav is …
(edit) @257 [257] 07/28/07 07:55:02 bjourne Clean up a memleak. I forgot that GtkImageView takes the reference to the …
(edit) @256 [256] 07/28/07 07:45:39 bjourne Add an example program that demonstrates how to rotate the pixbuf in the …
(edit) @244 [244] 07/26/07 15:07:45 bjourne Set the initial selection to (0,0)-[0,0] (inactive) each time a pixbuf is …
(edit) @239 [239] 07/26/07 01:26:34 bjourne Use /tmp to store the builddir instead of ~/tmp which might not always be …
(edit) @237 [237] 07/26/07 00:38:01 bjourne New file with tests for the GtkImageToolDragger class.
(edit) @236 [236] 07/26/07 00:35:37 bjourne Add two tests for the cursor_at_point() function for …
(edit) @234 [234] 07/26/07 00:09:53 bjourne Don't print the selection if its area is zero.
(edit) @231 [231] 07/24/07 16:41:55 bjourne Add a program that demonstrates setting the size request of …
(edit) @224 [224] 07/23/07 22:23:56 bjourne Add a cool label in the statusbar that prints the current selection.
(edit) @210 [210] 07/15/07 02:59:07 bjourne Code style and comment fix
(edit) @209 [209] 07/15/07 02:57:47 bjourne Make the window bigger
(edit) @202 [202] 07/07/07 22:34:34 bjourne Add the function gdk_rectangle_eq for comparing two rectangles. A …
(edit) @201 [201] 07/05/07 21:24:14 bjourne Introduce a new test in tests/test-tool-selector.c and fix the existing …
(edit) @199 [199] 07/05/07 00:03:32 bjourne Remove the stupid and completely pointless is_hint checks. They …
(edit) @198 [198] 07/05/07 00:01:53 bjourne Fix the drifting of the mouse pointer effect that occurs when …
(edit) @197 [197] 07/03/07 23:54:18 bjourne Testcase (that fails) for a real tricky bug that results in the …
(edit) @193 [193] 07/01/07 03:23:15 bjourne Replace the calls to gdk_window_invalidate_rect …
(edit) @191 [191] 06/29/07 00:16:28 bjourne Test and bug fix for a scrollbar inaccuracy issue. If image is 100x100 1.0 …
(edit) @189 [189] 06/20/07 23:24:22 bjourne Make it so the test suite is only built when "make check" is invoked. This …
(edit) @188 [188] 06/20/07 22:25:03 bjourne New test file that exercises the GtkImageScrollWin class.
(edit) @187 [187] 06/20/07 22:24:04 bjourne Add a missing decref
(edit) @185 [185] 06/20/07 22:21:10 bjourne Add a guard so that GtkImageView's window is not drawn upon if the widget …
(edit) @184 [184] 06/19/07 23:19:42 bjourne Lots of small documentation improvements. Three screenshots added
(edit) @177 [177] 06/17/07 01:00:48 bjourne New test against a coordinate drifting bug that is caused by a bad integer …
(edit) @175 [175] 06/15/07 00:27:21 bjourne Add example to show how to use the selection_changed signal
(edit) @174 [174] 06/14/07 21:53:55 bjourne Fix a warning emitted by gdk_window_set_cursor (widget->window, cursor) …
(edit) @173 [173] 06/14/07 21:23:12 bjourne Fix a leak in the interactive test application
(edit) @172 [172] 06/13/07 00:10:40 bjourne Fix a really obvious memory leak. One more remains and has something to do …
(edit) @171 [171] 06/12/07 23:22:03 bjourne Implement clamping for the selection rectangle. Three new tests that tests …
(edit) @167 [167] 06/11/07 19:35:31 bjourne Fix header
(edit) @161 [161] 06/10/07 21:34:15 bjourne A few more tests
(edit) @157 [157] 06/10/07 07:52:15 bjourne Add simple tests for GtkImageToolSelector
(edit) @154 [154] 06/10/07 07:49:54 bjourne Add support for changing the tool
(edit) @150 [150] 06/10/07 04:42:38 bjourne Fix test
(edit) @147 [147] 06/09/07 23:53:40 bjourne Use pretty colors
(edit) @145 [145] 06/04/07 01:04:04 bjourne Add missing file with tests.
(edit) @144 [144] 06/04/07 00:51:52 bjourne GtkImageView now delegates certain tasks to a GtkIImageTool reference. The …
(edit) @142 [142] 06/03/07 13:12:50 bjourne Improve the test test_default_state(), modify gtk_image_view_new() so that …
(edit) @140 [140] 05/27/07 13:25:16 bjourne Make the tests also link to the new library name.
(edit) @129 [129] 05/11/07 23:12:51 bjourne Ability to change the transparency mode in the interactive.c demo …
(edit) @122 [122] 05/11/07 13:35:44 bjourne Enhance the interactive.c example with a transformation option. It …
(edit) @121 [121] 05/11/07 01:22:14 bjourne Make GtkImageScrollWin subclass GtkTable instead of GtkHBox. The GtkHBox …
(edit) @119 [119] 05/06/07 03:20:59 bjourne Call gtk_main_quit() directory instead of using redundant kill_app_cb().
(edit) @118 [118] 05/06/07 03:20:26 bjourne Add test that tests NULL values for hadj and vadj.
(edit) @116 [116] 05/06/07 01:31:14 bjourne Add example program that shows a GtkImageScrollWin inside a GtkAlignment. …
(edit) @111 [111] 05/03/07 23:06:47 bjourne Fix a reference counting bug that appears when you set the same pixbuf …
(edit) @110 [110] 05/03/07 21:53:16 bjourne Add a gboolean parameter reset_fit to the gtk_image_view_set_pixbuf(). …
(edit) @108 [108] 05/03/07 21:16:57 bjourne Add example program that shows how GtkImageView must be updated when the …
(edit) @107 [107] 05/03/07 21:15:28 bjourne Beautify file header slightly.
(edit) @106 [106] 05/03/07 21:14:51 bjourne Remove unneeded GTK type casts.
(edit) @105 [105] 05/03/07 21:14:16 bjourne Add a test for the image_view_drawer_force_scale() method.
(edit) @96 [96] 05/01/07 02:05:51 bjourne Replace gtk_anim_view_stop …
(edit) @93 [93] 04/21/07 15:22:46 bjourne Make interactive use GtkAnimView instead.
(edit) @92 [92] 04/21/07 15:13:57 bjourne Add two tests to test-anim-view.c that tests that the GtkAnimView shows …
(edit) @91 [91] 04/21/07 04:11:28 bjourne Add test suite to Makefile.am. Rewrite ex-anim.c so that it takes …
(edit) @90 [90] 04/21/07 04:10:22 bjourne Test suite for GtkAnimView. --Denna och nedanstående rader kommer inte …
(edit) @87 [87] 04/21/07 04:06:50 bjourne Fixing issue with to long line.
(edit) @86 [86] 04/19/07 23:47:13 bjourne Add option -Wmissing-prototypes and fix the new compiler errors. Make …
(edit) @82 [82] 04/19/07 23:06:28 bjourne Uncomment old tests in the file and also add new that throughly tests the …
(edit) @80 [80] 04/19/07 23:02:30 bjourne Add file comment.
(edit) @79 [79] 04/19/07 23:01:30 bjourne Fix mode-line
(edit) @74 [74] 04/17/07 17:25:04 bjourne Add test script that tests buildability of the repository.
(edit) @73 [73] 04/17/07 17:22:56 bjourne * Add ex-anim.c demonstrating how animation support can be implemented. * …
(edit) @68 [68] 04/16/07 19:56:01 bjourne Add a test image to use
(edit) @62 [62] 04/15/07 17:05:42 bjourne Removing debug printf's and expanding README
(edit) @57 [57] 04/15/07 03:14:47 bjourne Adding the minimal example
(edit) @54 [54] 04/15/07 01:23:04 bjourne Renamed zooms.* to gtkzooms.*
(edit) @51 [51] 04/15/07 00:52:46 bjourne Fixed a bug and commented out 3 tests that no longer are relevant
(edit) @39 [39] 04/14/07 15:13:21 bjourne Fixed a bug when scrolling, added tests for ImageViewDrawer and refactored …
(edit) @38 [38] 04/13/07 01:05:03 bjourne Cleaned up
(edit) @37 [37] 04/13/07 00:28:19 bjourne It doesnt work 100% yet, but I need to check history
(edit) @33 [33] 04/10/07 21:53:29 bjourne Added much documentation and reworked some weak parts of the API
(edit) @32 [32] 04/10/07 20:58:48 bjourne Whoopie, managed to add an image to the documentation
(edit) @29 [29] 04/10/07 01:04:32 bjourne Added initial and rough API docs
(edit) @28 [28] 04/09/07 02:40:15 bjourne Implemented the XOR rectangle correctly
(edit) @27 [27] 04/08/07 04:51:27 bjourne Implemented the PIXBUF_CHANGED signal, made GtkImageNav 'persistent', …
(edit) @23 [23] 04/07/07 01:06:53 bjourne Added code for handling scroll events (ctrl and otherwise) and also a few …
(edit) @22 [22] 04/06/07 18:49:15 bjourne Adding a few more tests, renamed GtkImageNavigator to GtkImageNav, more …
(edit) @20 [20] 04/04/07 22:48:10 bjourne Lots of fixes
(edit) @19 [19] 03/30/07 15:01:51 bjourne Initial stubbish implementation of GtkImageNavigator
(edit) @16 [16] 03/26/07 05:46:48 bjourne Started working on GtkImageScrollWin
(edit) @15 [15] 03/26/07 00:55:05 bjourne Added a zoom-changed signal, recalc_zoom is private again, added some new …
(edit) @14 [14] 03/25/07 22:35:09 bjourne Added a feature to the interactive test program so that menu tooltips are …
(edit) @13 [13] 03/25/07 06:07:00 bjourne Fixed a bug and made a unittest for it, which necessiated adding a method …
(edit) @11 [11] 03/25/07 02:38:07 bjourne Fixed the tests and added a new test suite
(edit) @10 [10] 03/18/07 04:33:05 bjourne Using the is_hint thing again, quite a bit faster but incompatible with …
(add) @2 [2] 03/03/07 02:02:36 test Initial import of the GtkImageView widget
Note: See TracRevisionLog for help on using the revision log.