aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-spinner.c
Commit message (Expand)AuthorAgeFilesLines
* Use accessor functions instead direct accessJavier Jardón2010-02-111-2/+2
* docs: ephy-spinnerDiego Escalante Urrelo2009-12-031-0/+9
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-11/+15
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Update documentation for lib/widgets/ephy-spinner.cDiego Escalante Urrelo2008-11-301-83/+86
* Do not do single includes in lib/widgets/, bug #536090Diego Escalante Urrelo2008-06-041-3/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Fix typoChristian Persch2006-12-051-2/+2
* Version 2.17.3.Christian Persch2006-12-051-60/+28
* Lower the priority of the spinner animation so that the animation does notBenjamin Berg2006-11-181-3/+5
* Fix a crash after failing to get the spinner animation or rest icons.Christian Persch2006-10-181-10/+9
* Fix compile warnings.Christian Persch2006-10-011-3/+3
* Fix compile warnings.Christian Persch2006-10-011-6/+1
* Simplify code and save some memory.Christian Persch2006-09-301-104/+111
* Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing toChristian Persch2006-09-301-163/+171
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* Skip spinner update when we're not loaded. Should fix bug #320079.Christian Persch2005-10-291-7/+11
* Ensure the images are loaded before starting to spin. Should fix crashesChristian Persch2005-10-091-7/+16
* Remove unused code.Christian Persch2005-10-021-1/+3
* Don't include config.h here.Christian Persch2005-10-021-56/+177
* Don't spin unmapped spinners. Slightly decrease the frequency. Might helpChristian Persch2005-10-021-4/+45
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-4/+4
* Make all structs prefixed by _.Christian Persch2005-01-091-1/+1
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Use gtk_icon_size_lookup_for_settings() here.Christian Persch2004-10-251-4/+6
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-2/+2
* Cache the scaled spinner images to make creating new spinners very fast,Christian Persch2004-07-051-303/+516
* Add profiler calls.Christian Persch2004-07-031-0/+9
* Codestyle and whitespace cleanupChristian Persch2004-07-031-41/+41
* R data/art/epiphany-tab-loading.gif:Christian Persch2004-07-031-39/+58
* Make spinner not use a visible window, and fix coordinates accordingly.Christian Persch2004-06-121-6/+7
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-0/+1
* Use g_signal_connect_object so the signal isn't emitted for a deadChristian Persch2003-12-141-4/+4
* Reformatted to conform to epiphany coding style. Fix some error conditionChristian Persch2003-12-091-47/+84
* Remove unused includes.Christian Persch2003-12-041-2/+0
* Resync with eel.Marco Pesenti Gritti2003-11-051-1/+0
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-051-1/+0
* Simpler implementation.Marco Pesenti Gritti2003-09-271-1/+1
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-271-15/+20
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-10/+13
* Rewrite selection logic to be simpler and to fix bugs.Marco Pesenti Gritti2003-07-071-7/+0
* Remove last bits of nautilus theme support.Christian Persch2003-07-071-22/+4
* Fix compile with -Werror. VS: Enter Log. Lines beginning with `CVS:' areChristian Persch2003-06-041-68/+0
* Don't crash if we can't find the spinner imageLee Willis2003-05-311-1/+5
* Use the spinner icon from gnome-icon-theme. You need a recentMarco Pesenti Gritti2003-05-301-94/+107
* Replace deprecated functionIain Holmes2003-03-131-8/+8
* Code cleanup from galeonMarco Pesenti Gritti2003-03-091-19/+4
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-041-73/+13
* Remove gtk_timeout_x calls. Hope I got all of them.Marco Pesenti Gritti2003-02-091-5/+5
* Spinner dont overlap toolbar shadowMarco Pesenti Gritti2003-02-081-3/+1
* Fix two memleaks (I hope).Xan Lopez2003-02-081-0/+1
* Do not use a button for spinner. Correctly update spinner size for toolbarMarco Pesenti Gritti2003-02-061-213/+1
* Api changes.Marco Pesenti Gritti2003-01-211-1/+3
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-2/+2
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+897