root/gtkimageview/src


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @731 [731] 11/19/10 12:38:12 bjourne changes for gtk 3.0 compat from #41
(edit) @725 [725] 08/31/10 07:52:31 bjourne Dont return value from function returning void, closes #38
(edit) @722 [722] 07/09/10 17:31:32 bjourne some comment updates to appease to gtkdoc
(edit) @719 [719] 07/07/09 15:12:26 bjourne Add getters and setters for the overwritable_pixbuf, image_surface and …
(edit) @717 [717] 07/04/09 15:14:19 bjourne Add accessor to get the image_surface attribute
(edit) @716 [716] 06/10/09 19:57:40 bjourne Exit early from the button_release handler if there is no image to draw …
(edit) @715 [715] 06/07/09 19:26:05 bjourne All interfaces should prerequire G_TYPE_OBJECT. That way, the GObject type …
(edit) @714 [714] 06/07/09 17:30:36 bjourne I think my optimized loop should be faster than cairo.
(edit) @713 [713] 06/07/09 17:00:20 bjourne Most of the tool works now.
(edit) @711 [711] 06/07/09 16:19:06 bjourne Implemented more stuff of the GtkImageToolCairo system.
(edit) @709 [709] 06/07/09 14:51:02 bjourne Implement the start and reset interface methods in the …
(edit) @708 [708] 06/07/09 14:38:52 bjourne Free the MouseHandler when finalizing.
(edit) @704 [704] 06/07/09 13:20:33 bjourne Add method gtk_image_view_widget_to_image_rect() and use that method …
(edit) @703 [703] 06/07/09 12:22:14 bjourne Flesh out the documentation section about coordinate systems.
(edit) @702 [702] 06/07/09 11:32:39 bjourne Add button_release handler, now tool shouldn't segfault.
(edit) @701 [701] 06/07/09 02:35:17 bjourne Implement some more interface methods.
(edit) @699 [699] 06/07/09 00:07:15 bjourne Skeleton commit of the cairo drawing system. Nothing works yet, this is …
(edit) @696 [696] 06/06/09 21:26:44 bjourne mouse_handler_grab_pointer shouldn't return anything because return value …
(edit) @694 [694] 06/06/09 01:33:42 bjourne Correct spelling error.
(edit) @693 [693] 06/06/09 01:31:32 bjourne Add copyright header to files that were missing it.
(edit) @692 [692] 06/06/09 01:23:56 bjourne Update recently touched files copyright year to include 2009.
(edit) @690 [690] 06/04/09 19:20:54 bjourne Add a small para about giving keyboard focus.
(edit) @687 [687] 05/31/09 13:36:07 bjourne gtk+ has gotten more strict and now rejects arguments of type …
(edit) @686 [686] 05/31/09 01:26:17 bjourne Simple fix to make animation unloading work. Fixes #34.
(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) @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) @644 [644] 01/28/09 19:52:34 bjourne Put the --enable-gtk-doc option in the gtkdoc tool itself. This way, the …
(edit) @632 [632] 01/25/09 21:14:35 bjourne Make it so autotools dists the waf, wscript and wscript_build files.
(edit) @627 [627] 01/25/09 18:55:27 bjourne Fix for #31. Badly performed double -> int conversions …
(edit) @621 [621] 01/25/09 02:05:49 bjourne The gtkimageview-typebuiltins.h file must be installed in the task that …
(edit) @614 [614] 01/24/09 23:52:11 bjourne Replace the 'gtkdoc' command with the configure switch --enable-gtk-doc. …
(edit) @612 [612] 01/22/09 23:47:12 bjourne Add rules for running glib-mkenums and put the result in …
(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) @605 [605] 01/18/09 22:58:52 bjourne Add experimental waf build support. Enables building of the …
(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) @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) @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) @576 [576] 10/25/08 23:51:25 bjourne Update copyright statement for 2008.
(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) @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) @540 [540] 08/23/08 23:46:11 bjourne Revert all the smooth scrolling work back to r506. It is not possible to …
(edit) @522 [522] 03/19/08 23:13:46 bjourne Comment gtk_image_view_slope
(edit) @520 [520] 03/18/08 01:28:40 bjourne Replace all the old scroll code with the new, smoooother scrolling.
(edit) @519 [519] 03/18/08 01:11:40 bjourne Use a better algorithm for smooth scrolling by precalcing the slopes …
(edit) @518 [518] 03/17/08 01:30:43 bjourne Implement some really cool smooth scrolling
(edit) @506 [506] 03/12/08 21:54:39 bjourne Workaround for #80925
(edit) @494 [494] 03/09/08 22:13:09 bjourne Fix for the failing …
(edit) @493 [493] 03/09/08 22:12:01 bjourne Update docstring.
(edit) @479 [479] 02/11/08 23:18:57 bjourne Correct include paths in typebuiltins.c, build error ortherwise
(edit) @474 [474] 01/31/08 20:01:20 bjourne Fix docstring
(edit) @470 [470] 01/27/08 23:59:30 bjourne New function gtk_image_view_library_version () to find out the …
(edit) @469 [469] 01/10/08 20:53:49 bjourne immidiately -> immediately
(edit) @465 [465] 01/10/08 20:41:42 bjourne Rules that generate the glib enum objects for the library. Bindings need …
(edit) @426 [426] 10/04/07 22:04:22 bjourne Mark static data const. Reduces memory usage somewhat (dsohowto.pdf).
(edit) @425 [425] 10/04/07 21:52:56 bjourne For the icon in GtkImageScrollWin, use inlined pixbufs instead of xpms. …
(edit) @412 [412] 09/26/07 19:44:35 bjourne Remove deprecated GTK_TYPE_* constants with their G_TYPE_* equivalents.
(edit) @411 [411] 09/26/07 17:56:38 bjourne Remove the unnecessary base_init function.
(edit) @410 [410] 09/26/07 17:52:37 bjourne Code style change
(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.
Note: See TracRevisionLog for help on using the revision log.