aboutsummaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/gnome-canvas-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-6/+8
|
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-8/+4
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Whitespace cleanup.Matthew Barnes2012-04-021-6/+6
| | | | | Replace 8-space indentation with tab characters, and various other automated cleanups.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-28/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-14/+20
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+3
|
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-2/+3
|
* More whitespace cleanup.Matthew Barnes2011-01-311-21/+21
|
* Adapt GnomeCanvas to latest gtk+-3.0 API.Matthew Barnes2011-01-261-2/+2
|
* Remove some unused gnome-canvas options.Matthew Barnes2011-01-161-9/+4
| | | | | | | | | | | | | Simplifies the drawing code a bit. Public API removed: GnomeCanvas.center_scroll_region (is always TRUE) GnomeCanvas.pixels_per_unit (is always 1.0) gnome_canvas_set_center_scroll_region() gnome_canvas_get_center_scroll_region() gnome_canvas_set_pixels_per_unit()
* Rename GnomeCanvasItem.destroy() to dispose().Matthew Barnes2010-10-301-5/+5
| | | | | To clarify the semantics: the method may be called multiple times so pointers should be set to NULL after freeing or unreferencing.
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-301-6/+4
| | | | | Also update the GnomeCanvasItem.update vfunc to take a cairo_matrix_t and no longer pass the clip_path (what was it used for anyway?).
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-301-25/+6
| | | | | | | | Previously the function returned the distance to the nearest item. Now it only returns an item that is hit. This slightly changes semantics (button events are no longer dispatched to the nearest item, but only to the item actually clicked on), but makes the code way simpler and actually does what one would expect.
* gnome-canvas: Remove GnomeCanvasItem->render vfuncBenjamin Otte2010-10-301-18/+0
| | | | It's unused now
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-271-111/+0
| | | | gtk+-3.0 removed it for being "unused".
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-25/+21
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-15/+36
|
* Remove an obsolete GTK+ header include.Matthew Barnes2010-06-291-1/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-36/+34
|
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+599
Both of these modules are deprecated and going away in GNOME 3 but we still rely heavily on them for GnomeCalendar and ETable. So, welcome to the island of unwanted libraries...