root/gtkimageview/src


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @396 [396] 09/17/07 05:09:19 bjourne Small doc update
(edit) @394 [394] 09/17/07 05:08:28 bjourne Ensure that GtkAnimView stops its timer before it gets killed.
(edit) @387 [387] 09/16/07 05:09:05 bjourne Renamed lots of names per r386.
(edit) @386 [386] 09/16/07 05:05:26 bjourne Remove ImageViewDrawer and friends and replaced it …
(edit) @385 [385] 09/15/07 23:35:42 bjourne Renamed image_view_drawer to gdkpixbufdrawcache because it will be …
(edit) @384 [384] 09/15/07 22:54:42 bjourne BREAKS THE CODE! I only commit this change now so that I can continue on …
(edit) @379 [379] 09/13/07 23:27:10 bjourne Lots of changes mostly related to the …
(edit) @368 [368] 09/10/07 21:47:37 bjourne Add some doc about how to update the image data.
(edit) @364 [364] 09/10/07 21:07:13 bjourne Make sure that GTK_WIDGET(view)->window is not touched, even if invalidate …
(edit) @359 [359] 09/10/07 19:53:38 bjourne Construct GtkImageScrollWin using a constructor property which is needed …
(edit) @357 [357] 09/10/07 15:25:52 bjourne Make GtkImageToolDragger take a constructor property so that it becomes …
(edit) @353 [353] 09/10/07 15:08:41 bjourne Change ImageToolSelector to use a constructor property.
(edit) @352 [352] 09/10/07 15:05:36 bjourne Add todo item in docs.
(edit) @346 [346] 09/09/07 23:17:01 bjourne Use the constructor property thingy to instantiate GtkImageNav. That is …
(edit) @345 [345] 09/09/07 22:07:23 bjourne Use a constructor property to test the navigator window non-resizable. Add …
(edit) @338 [338] 09/09/07 21:20:39 bjourne * Remove remnants of the GTK_FIT_SIZE_IF_LARGER thingy from the …
(edit) @337 [337] 09/09/07 21:18:52 bjourne Documentation style changes
(edit) @336 [336] 09/09/07 21:18:06 bjourne Documentation: change capitalization
(edit) @335 [335] 09/09/07 21:17:25 bjourne Documentation stylistic changes
(edit) @330 [330] 09/06/07 21:51:20 bjourne Move documentation for GtkImageNav inline.
(edit) @329 [329] 09/06/07 21:45:44 bjourne Move doc for GtkIImageTool inline.
(edit) @328 [328] 09/06/07 21:37:15 bjourne Move GtkImageScrollWin doc inline.
(edit) @327 [327] 09/06/07 21:21:49 bjourne Move template for gtkzooms inline.
(edit) @326 [326] 09/06/07 21:13:20 bjourne Moved the GtkImageToolDragger doc template to inline.
(edit) @325 [325] 09/06/07 21:09:47 bjourne Move the documentation for GtkAnimView from its own file to inline.
(edit) @324 [324] 09/06/07 20:22:05 bjourne Fix doc description.
(edit) @308 [308] 09/01/07 03:47:59 bjourne Make the crosshair highlight much brighter. Otherwise it is unnoticable on …
(edit) @302 [302] 08/30/07 20:38:50 bjourne Add a pretty experimental painter tool to GtkImageView. The code …
(edit) @301 [301] 08/28/07 20:22:54 bjourne Fix a compiler error that occurs when -O3 is used. -O3 apparently detects …
(edit) @297 [297] 08/26/07 23:15:53 bjourne Replace SGML file for GtkImageToolSelector with inline comments.
(edit) @296 [296] 08/26/07 23:08:21 bjourne Add strangely forgotten LGPL header.
(edit) @294 [294] 08/26/07 22:59:25 bjourne Move all documentation for the GtkImageView class from its SGML file in …
(edit) @292 [292] 08/20/07 23:39:25 bjourne Add gtk_image_nav_get_pixbuf() for testing purposes. Add a flag …
(edit) @291 [291] 08/19/07 23:15:15 bjourne Make it so GtkImageNav only hides when LMB is pressed and not RMB. Add two …
(edit) @290 [290] 08/19/07 22:08:20 bjourne Remove blank lines.
(edit) @288 [288] 08/15/07 21:10:16 bjourne GtkFitMode was removed along with gtk_image_view_set_fit_mode() …
(edit) @286 [286] 08/15/07 20:16:12 bjourne Killed the gtk_image_view_set_offset_invalidating() function. …
(edit) @285 [285] 08/15/07 18:48:24 bjourne Remove the Pos struct and lineup some declarations in some header files. …
(edit) @284 [284] 08/13/07 21:30:15 bjourne Minor doc updates.
(edit) @279 [279] 08/13/07 20:48:21 bjourne Add a gdk_rectangle_eq2() function. It is a convenient wrapper …
(edit) @278 [278] 08/12/07 23:43:30 bjourne Get rid of gtk_get_rects_around_rect() - gdk_rectangle_get_rects_around() …
(edit) @277 [277] 08/12/07 23:13:19 bjourne Implement a new way to draw from ImageViewers cache in the …
(edit) @276 [276] 08/12/07 21:39:43 bjourne Draw, not redraw.
(edit) @275 [275] 08/12/07 21:36:30 bjourne Add two utility functions, gdk_pixbuf_scale_blend() which either scales or …
(edit) @273 [273] 08/09/07 23:28:16 bjourne --
(edit) @270 [270] 08/09/07 22:27:26 bjourne Remove the force scale things …
(edit) @269 [269] 08/09/07 22:17:11 bjourne Improve performance ALOT in some cases where gdk_pixbuf_scale does …
(edit) @267 [267] 08/09/07 21:34:59 bjourne Document the DrawFlags enum.
(edit) @266 [266] 08/09/07 20:30:13 bjourne Reduce LOC in gtk_image_view_scroll_to() slightly.
(edit) @264 [264] 08/08/07 22:21:47 bjourne Catch the case in gtk_image_view_set_pixbuf() when reset_fit == FALSE and …
(edit) @263 [263] 08/06/07 17:34:18 bjourne Add missing G_END_DECLS. Rename new parameter to new_ so that it compiles …
(edit) @261 [261] 07/28/07 10:13:33 bjourne Make it so GtkImageNav keeps its center position even if the …
(edit) @259 [259] 07/28/07 09:39:06 bjourne Fix comment style
(edit) @254 [254] 07/28/07 03:22:57 bjourne Rename gdk_window_draw_rect() to gdk_draw_rect() because it now can draw …
(edit) @253 [253] 07/28/07 02:26:43 bjourne Simplify the code and remove some redundant statements. Reduces the line …
(edit) @252 [252] 07/27/07 09:43:10 bjourne Add a tooltip and a prelight effect to the navigator button …
(edit) @250 [250] 07/27/07 06:52:37 bjourne Minor simplification
(edit) @249 [249] 07/27/07 06:49:33 bjourne Kill the two gtk_image_view_get_image_rect() functions and replace them …
(edit) @248 [248] 07/27/07 06:31:33 bjourne Fix a brainfart in the code.
(edit) @247 [247] 07/27/07 03:00:51 bjourne gcc on win32 apparently complains if a function that returns a value ends …
(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) @242 [242] 07/26/07 14:43:33 bjourne Set the initial selections size to 0, 0. This makes it easy to unselect …
(edit) @241 [241] 07/26/07 03:21:23 bjourne Use G_DEFINE_TYPE_EXTENDED for defining the types for the tools.
(edit) @240 [240] 07/26/07 02:58:46 bjourne Use floating point truncation instead of the floor function when rounding …
(edit) @235 [235] 07/26/07 00:34:20 bjourne Totally change how the tool sets the cursor of the view. Previously, the …
(edit) @232 [232] 07/25/07 02:44:04 bjourne Remove redundant comment
(edit) @230 [230] 07/24/07 01:17:46 bjourne Minor docstring update
(edit) @229 [229] 07/24/07 00:15:03 bjourne Fill in some docstrings.
(edit) @228 [228] 07/23/07 23:17:20 bjourne More doc for gtk_image_view_set_offset_invalidating()
(edit) @223 [223] 07/23/07 22:23:19 bjourne Improve doc for gtk_iimage_tool_pixbuf_changed().
(edit) @221 [221] 07/23/07 21:05:45 bjourne Document paint_image() interface method.
(edit) @220 [220] 07/23/07 21:05:10 bjourne Document signals. Fix stylish issues with comments.
(edit) @219 [219] 07/23/07 21:04:09 bjourne Document two keybinding signals.
(edit) @218 [218] 07/23/07 21:03:38 bjourne Doc for method.
(edit) @217 [217] 07/23/07 21:03:06 bjourne Minor doc update.
(edit) @216 [216] 07/23/07 20:47:43 bjourne Document the enums
(edit) @211 [211] 07/15/07 03:07:10 bjourne Introduce a list of hotspots (analogous to EventAreas in gThumb) to enable …
(edit) @208 [208] 07/14/07 23:28:17 bjourne Add standard, useful gdk_rectangle_contains funcion.
(edit) @204 [204] 07/08/07 22:54:03 bjourne Add a function which calculates the optimal autoscroll offset based upon …
(edit) @203 [203] 07/08/07 02:13:06 bjourne Implement a cool autoscrolling effect. When the mouse drags the selection …
(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) @200 [200] 07/05/07 20:54:43 bjourne Don't queue the view for redraw if the new selection equals the old one.
(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) @196 [196] 07/01/07 12:13:40 bjourne Fix nullpointers when deallocating cursors.
(edit) @195 [195] 07/01/07 12:10:55 bjourne Remove unneeded attribute decor_visible.
(edit) @194 [194] 07/01/07 06:54:47 bjourne Use the CURSOR_HAND_OPEN and CURSOR_HAND_CLOSED cursors instead …
(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) @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) @180 [180] 06/17/07 19:12:07 bjourne Small cleanups
(edit) @179 [179] 06/17/07 01:11:24 bjourne Comment
(edit) @178 [178] 06/17/07 01:01:59 bjourne Fix a bad integer division bug
(edit) @176 [176] 06/15/07 00:27:59 bjourne Add a selection_changed signal to the selector. Fire the signal when the …
(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 …
Note: See TracRevisionLog for help on using the revision log.