aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-canvas.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-4/+8
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+2
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-1/+2
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-1/+2
* Fix few invalid reads caused by ECanvasMilan Crha2011-03-151-6/+10
* More whitespace cleanup.Matthew Barnes2011-01-311-6/+6
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-1/+3
* Adapt ECanvas to latest gtk+-3.0 API.Matthew Barnes2011-01-261-1/+1
* Remove some unused gnome-canvas options.Matthew Barnes2011-01-161-2/+2
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-301-19/+11
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-301-6/+4
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-1/+1
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-12/+12
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-1/+4
* ECanvas cleanups.Matthew Barnes2010-08-131-350/+339
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-161-10/+18
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-151-18/+10
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-151-10/+18
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-4/+0
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-14/+25
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-3/+3
* Remove unused tooltip support from ECanvas/ETable/EText.Matthew Barnes2010-01-151-49/+0
* Remove unused ECanvas functions.Matthew Barnes2010-01-151-178/+3
* Baby steps toward GSEAL compliance.Matthew Barnes2010-01-141-5/+13
* BugĀ 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-131-6/+0
* More code cleanup.Matthew Barnes2009-06-021-4/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-14/+14
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Fix compiler warnings in widgets.Matthew Barnes2009-05-261-2/+0
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-4/+4
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-1/+1
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-16/+15
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-2/+2
* Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-311-1/+1
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-281-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Move away from g_asserts from g_return*.Srinivasa Ragavan2007-08-311-1/+1
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-17/+7
* ** Fixes bug #341099.Hiroyuki Ikezoe2006-09-071-1/+1
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-5/+0
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-7/+8
* i2003-06-13 Larry Ewing <lewing@ximian.com>Larry Ewing2003-06-131-0/+5
* move to using gtk_im_context.Larry Ewing2003-04-021-80/+7
* use gdk_event_copy and gdk_event_free to dup the event.Mike Kestner2003-02-281-19/+11
* remove the grab_cancelled_check_id if it's still active.Chris Toshok2003-02-271-0/+4
* lots of GObject work.Chris Toshok2002-11-171-65/+55
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-121-8/+8
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-12/+30
* If grabbed_item is NULL, cancel the timeout.Christopher James Lahey2002-05-111-0/+8
* Switch from gnome_canvas_item_grab to e_canvas_item_grab.Christopher James Lahey2002-05-101-0/+68
* Ansification patch from danw.Christopher James Lahey2002-04-261-10/+11
* If there is a grabbed_item, send all events to it.Christopher James Lahey2002-04-181-22/+20
* Added widgets/e-option-menu.lo.Christopher James Lahey2002-03-261-14/+14
* Check for a style_set signal on all the contained GnomeCanvasItems.Christopher James Lahey2002-03-161-0/+30
* Merging changes:Christopher James Lahey2001-12-171-0/+6
* From a patch by Yukihiro Nakai <ynakai@redhat.com>.Christopher James Lahey2001-11-151-0/+30
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-13/+14
* Changed some of these gbooleans to be guint : 1s.Christopher James Lahey2001-10-211-1/+1
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-2/+3
* cut and paste fixed version of gnome_canvas_button here.Chris Toshok2001-08-221-0/+255
* Destroy the tooltip if we're the owner when we're destroyed. Also, keep aChristopher James Lahey2001-07-081-0/+2
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on theChristopher James Lahey2001-04-151-0/+55
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-041-1/+1
* Make this take an extra argument saying whether or not to grab theDan Winship2001-03-161-5/+6
* Since gdkevent is a union, casting a smaller struct to a gdkevent causedJP Rosevear2001-02-101-7/+16
* If there are columns allocated, free them upon a destroy.JP Rosevear2000-12-091-3/+0
* Destroy the gdkIC if we have oneJP Rosevear2000-12-081-0/+5
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-0/+1
* Remove incorrect optimization. Events are read-only!Federico Mena Quintero2000-09-071-12/+8
* Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-281-0/+2
* A few fixes to the ECanvas selection item a miniature cleanup of the event ha...Matthew Loper2000-07-271-8/+22
* Removed some debugging printfs.Christopher James Lahey2000-07-121-1/+6
* New list class with iterators.Christopher James Lahey2000-07-041-0/+19
* Add simple deadkey support.Jody Goldberg2000-06-301-30/+72
* Added a variable to keep track of the cursor. Set the cursor whenChristopher James Lahey2000-06-211-6/+19
* Grab the focus when setting the cursor.Christopher James Lahey2000-06-211-0/+12
* Built a system for doing selections and/or a cursor in canvas.Christopher James Lahey2000-06-211-0/+129
* Remove reflow idle when being destroyed.Christopher James Lahey2000-05-091-0/+11
* set and reset the GTK_HAS_FOCUS flag. We now get focus_out eventsDamon Chaplin2000-05-031-0/+4
* Add realize. (e_canvas_realize): Set the back pixmap to NULL to reduceAnders Carlsson2000-04-161-4/+14
* Added proper keyboard focus handling.Christopher James Lahey2000-04-111-1/+13
* minor style clean + kill duff file in POTFILES.Michael Meeks2000-03-281-5/+7
* ChangeLog shuffling.Miguel de Icaza2000-03-271-35/+35
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-121-18/+21
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-111-0/+117
* Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-271-0/+68
* Handle shift-tab properly now.Christopher James Lahey2000-01-261-0/+233