aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-canvas.c
Commit message (Expand)AuthorAgeFilesLines
* 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