aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-map.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-1430/+0
* Avoid gtk_style_attach().Matthew Barnes2012-12-011-5/+0
* Avoid gdk_keyboard_grab/ungrab() and gdk_pointer_grab/ungrab().Matthew Barnes2012-12-011-1/+1
* Avoid using GdkEventButton directly in certain places.Matthew Barnes2012-11-301-3/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-25/+32
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-2/+2
* Remove all GDK threads usage.Matthew Barnes2012-08-061-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-10/+14
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-29/+57
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-2/+6
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+3
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-52/+101
* Adapt EMap to latest gtk+-3.0 API.Matthew Barnes2011-01-261-140/+243
* Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-251-5/+21
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Merge miscellaneous changes from gtk3 branch.Matthew Barnes2011-01-151-539/+433
* Coding style and whitespace cleanup.Matthew Barnes2010-11-081-11/+11
* e-map: Take colormap and visual from the widgetBenjamin Otte2010-10-301-2/+2
* e-map: Stuff tween duration into a macro so it's easier to changeBenjamin Otte2010-10-301-2/+3
* e-map: Add simplification API to zoom from a certain stateBenjamin Otte2010-10-301-16/+17
* e-map: Zoom out smoothly, tooBenjamin Otte2010-10-301-1/+14
* e-map: Redo zoomingBenjamin Otte2010-10-301-387/+223
* e-map: Make center_at() function take longitude/latitudeBenjamin Otte2010-10-301-21/+29
* e-map: Introduce e_map_get_current_location()Benjamin Otte2010-10-301-13/+13
* e-map: Use gtk_alignment_configure()Benjamin Otte2010-10-301-22/+14
* e-map: Repaint points unconditionallyBenjamin Otte2010-10-301-1/+2
* e-map: Make cache a server-side surfaceBenjamin Otte2010-10-301-95/+92
* e-map: Query adjustment for size, not pixbufBenjamin Otte2010-10-301-2/+2
* e-map: pass width and height to set_scroll_area() directlyBenjamin Otte2010-10-301-19/+7
* e-map: Draw with cairoBenjamin Otte2010-10-301-38/+11
* e-map: Update the xofs/yofs properties together with the adjustmentsBenjamin Otte2010-10-301-11/+9
* e-map: Don't block signal handlersBenjamin Otte2010-10-301-23/+0
* e-map: Move all rendering into the expose eventBenjamin Otte2010-10-301-114/+65
* e-map: Always repaint the whole window on scrollsBenjamin Otte2010-10-301-93/+1
* Get rid of deprecated GtkObject in EMap widgetMilan Bouchet-Valat2010-10-041-24/+2
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-4/+7
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-3/+3
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-73/+6
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-3/+6
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-41/+0
* Update win32 directory relocation and some consistency cleanupFridrich Strba2010-03-101-1/+1
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-1/+42
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-10/+10
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-26/+26
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+0
* Baby steps toward GSEAL compliance.Matthew Barnes2010-01-141-111/+182
* Disable gdk_event_get_graphics_expose() call in EMap.Matthew Barnes2009-09-201-0/+8
* Fix excessive whitespace.Matthew Barnes2009-07-131-65/+0
* More code cleanup.Matthew Barnes2009-06-021-3/+3
* Whitespace cleanup.Matthew Barnes2009-05-291-4/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-28/+28
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-1/+1
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-13/+15
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-2/+0
* ** Fixes bug #534360Matthew Barnes2008-05-231-15/+16
* ** Fixes bug #529641Matthew Barnes2008-04-231-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-25/+25
* Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-311-23/+21
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-5/+3
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #352450Matthew Barnes2006-09-181-13/+13
* Don't use gtk_signal_new() for the set_scroll_adjustments signal, and useFederico Mena Quintero2006-06-081-8/+10
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-44/+0
* Construct map file name at run-time.Tor Lillqvist2005-12-181-1/+5
* Add a name for timezone combox. Make accessibility name and descriptionLi Yuan2004-11-011-0/+6
* Use g_signal_handlers_disconnect_by_func sinceDan Winship2003-02-251-10/+16
* Add include of gnome-dialog.hNot Zed2002-12-021-14/+14
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-41/+20
* updated to new version from Ximian Setup Tools. Fixes bug #7641.Damon Chaplin2001-11-291-41/+61
* More fixing of the license texts.Ettore Perazzoli2001-10-281-9/+9
* copied the EMap widget verbatim from Ximian Setup Tools. Hmm. Maybe itDamon Chaplin2001-06-141-0/+1783