root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @170 [170] 06/11/07 21:13:49 bjourne Change gtk_iimage_tool_pixbuf_changed() so that it takes a …
(edit) @169 [169] 06/11/07 20:26:31 bjourne Only redraw the touched area
(edit) @168 [168] 06/11/07 19:38:10 bjourne Remove mostly useless function …
(edit) @167 [167] 06/11/07 19:35:31 bjourne Fix header
(edit) @166 [166] 06/11/07 19:34:42 bjourne Remove dead MouseHandler references
(edit) @165 [165] 06/11/07 19:33:37 bjourne Remove dead MouseHandler references
(edit) @164 [164] 06/11/07 19:32:25 bjourne Change clamp value and comment
(edit) @163 [163] 06/11/07 17:34:06 bjourne Improve prototype for gdk_rectangle_to_str()
(edit) @162 [162] 06/10/07 21:37:05 bjourne Fix stupid compile error.
(edit) @161 [161] 06/10/07 21:34:15 bjourne A few more tests
(edit) @160 [160] 06/10/07 21:33:49 bjourne Use a hash to store cursors.
(edit) @159 [159] 06/10/07 21:32:58 bjourne Use NULL argument to gdk_window_get_pointer()
(edit) @158 [158] 06/10/07 21:32:24 bjourne Move the gdk_window_get_pointer() business to …
(edit) @157 [157] 06/10/07 07:52:15 bjourne Add simple tests for GtkImageToolSelector
(edit) @156 [156] 06/10/07 07:51:45 bjourne Much work on the selector tool. It now displays the selection correctly. …
(edit) @155 [155] 06/10/07 07:50:53 bjourne Comment
(edit) @154 [154] 06/10/07 07:49:54 bjourne Add support for changing the tool
(edit) @153 [153] 06/10/07 07:48:54 bjourne Remove debug printfs. Fix pixbuf_changed() bug. Deallocate the image view …
(edit) @152 [152] 06/10/07 07:47:28 bjourne Move the is_hint check to the MouseHandler - not all tools want it
(edit) @151 [151] 06/10/07 07:46:37 bjourne More info about the test suite
(edit) @150 [150] 06/10/07 04:42:38 bjourne Fix test
(edit) @149 [149] 06/10/07 04:39:47 bjourne gdk_rectangle_copy is unused and removed
(edit) @148 [148] 06/10/07 04:00:08 bjourne Add getters and setters for the tool attribute. Turn on double-buffering …
(edit) @147 [147] 06/09/07 23:53:40 bjourne Use pretty colors
(edit) @146 [146] 06/09/07 23:19:16 bjourne Install headers in $(includedir)/gtkimageview instead of …
(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) @143 [143] 06/04/07 00:48:57 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) @141 [141] 05/27/07 13:29:04 bjourne libgtkimageview-1.0.la -> libgtkimageview.la
(edit) @140 [140] 05/27/07 13:25:16 bjourne Make the tests also link to the new library name.
(edit) @139 [139] 05/27/07 02:24:09 bjourne Simplify the installed paths. Change pkg-config name from gtkimageview-1.0 …
(edit) @138 [138] 05/23/07 22:47:32 bjourne Remove the redundant gc argument from image_view_drawer_draw().
(edit) @137 [137] 05/19/07 23:33:16 bjourne Remove the window attribute from the MouseHandler structure. The class …
(edit) @136 [136] 05/19/07 14:11:57 bjourne Feed NULL to gdk_bitmap_create_from_data(). That allows cursor_get() to …
(edit) @135 [135] 05/19/07 14:05:35 bjourne Actually use the GDK_FLEUR cursor in the grab.
(edit) @134 [134] 05/19/07 13:59:43 bjourne Add docstring
(edit) @133 [133] 05/13/07 11:46:01 bjourne Patch by Ross Burton fixes #14. Add object information to doc for …
(edit) @132 [132] 05/13/07 11:41:11 bjourne Minor doc update for GtkAnimView.
(edit) @131 [131] 05/11/07 23:33:17 bjourne Add the required release history blurb. Add missing symbol to gtk-doc. …
(edit) @130 [130] 05/11/07 23:21:57 bjourne Documentation update. gtk-doc fucks up on paragraphs that starts with …
(edit) @129 [129] 05/11/07 23:12:51 bjourne Ability to change the transparency mode in the interactive.c demo …
(edit) @128 [128] 05/11/07 23:12:09 bjourne Documentation for the new alpha changing system.
(edit) @127 [127] 05/11/07 23:11:43 bjourne Update GtkImageNav to read the alpha settings from the GtkImageView.
(edit) @126 [126] 05/11/07 23:11:20 bjourne Update ImageDrawer to use the new alpha-changing system.
(edit) @125 [125] 05/11/07 23:10:44 bjourne Implement ability to change how transparent parts of alpha-images are …
(edit) @124 [124] 05/11/07 13:56:05 bjourne Add example of how the zoom-changed signal is to be used.
(edit) @123 [123] 05/11/07 13:55:47 bjourne Bump version in readme file. Add new future item. Link to online API docs.
(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) @120 [120] 05/11/07 00:15:01 bjourne Make it so both scrollbars is always visible when you need a horizontal or …
(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) @117 [117] 05/06/07 03:11:10 bjourne Check to make sure that the hadj and vadj arguments are non-NULL in …
(edit) @116 [116] 05/06/07 01:31:14 bjourne Add example program that shows a GtkImageScrollWin inside a GtkAlignment. …
(edit) @115 [115] 05/06/07 01:21:10 bjourne GIF animations are new supported!
(edit) @114 [114] 05/06/07 00:47:11 bjourne Add chapter about the source code. The purpose of the chapter is to …
(edit) @113 [113] 05/05/07 21:48:10 bjourne Add a chapter that describes the important changes that has occured in the …
(edit) @112 [112] 05/03/07 23:43:35 bjourne Fix bug in documentation. set_pixbuf now takes 3 parameters.
(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) @109 [109] 05/03/07 21:19:35 bjourne Bump micro version due to latest bugfix (#10).
(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) @104 [104] 05/03/07 21:12:48 bjourne Add a image_view_drawer_force_scale() method. The method is to be used by …
(edit) @103 [103] 05/02/07 22:23:12 bjourne Document the directory structure used for the project.
(edit) @102 [102] 05/02/07 21:26:57 bjourne Add acknowledgements chapter. Add Directory Structure chapter.
(edit) @101 [101] 05/02/07 20:45:37 bjourne Correct links in keybindings table.
(edit) @100 [100] 05/02/07 20:45:05 bjourne Bump micro version of manual
(edit) @99 [99] 05/02/07 20:42:27 bjourne Advertise GIF animation support.
(edit) @98 [98] 05/02/07 20:40:48 bjourne Add script that automagically uploads the HTML documentation to Trac.
(edit) @97 [97] 05/01/07 02:22:08 bjourne Add public method and keybinding for stepping animations.
(edit) @96 [96] 05/01/07 02:05:51 bjourne Replace gtk_anim_view_stop …
(edit) @95 [95] 05/01/07 01:59:57 bjourne Add table with keybindings for the widget.
(edit) @94 [94] 05/01/07 01:02:49 bjourne Add initial SGML boilerplate so that gtk-doc builds documentation for …
(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) @89 [89] 04/21/07 04:09:46 bjourne Initial implementation of GtkAnimView. Subclassing worked nicely and seems …
(edit) @88 [88] 04/21/07 04:07:30 bjourne Fix indentation issue.
(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) @85 [85] 04/19/07 23:24:05 bjourne Patch by Ross Burton fixes #8. Use GdkInterpType for interpolation …
(edit) @84 [84] 04/19/07 23:10:03 bjourne Tab -> space fix.
(edit) @83 [83] 04/19/07 23:09:04 bjourne Remove the unused attributes center_x and center_y from GtkImageNav. …
(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) @81 [81] 04/19/07 23:04:41 bjourne Introduce DrawFlags to be used by the ImageViewDrawer. The purpose of this …
(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) @78 [78] 04/17/07 21:50:32 bjourne Bump micro version number due to compilation error fix in r75.
(edit) @77 [77] 04/17/07 20:35:05 bjourne Use g_return_if_fail and friends to type-check arguments instead of …
(edit) @76 [76] 04/17/07 19:48:42 bjourne Patch by Ross Burton fixes #2: Use the G_DEFINE_TYPE macro to remove lots …
(edit) @75 [75] 04/17/07 17:30:30 bjourne Add missing image. Fix #4 reported by Ross Burton.
(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. * …
Note: See TracRevisionLog for help on using the revision log.