summaryrefslogtreecommitdiff
path: root/src/nautilus-zoom-control.c
Commit message (Expand)AuthorAgeFilesLines
* Make accessible_parent_class variables static. Patch fromDave Camp2002-09-091-1/+1
* add pre-condition.Michael Meeks2002-07-081-0/+2
* put back the old nautilus values, keep the new values inMichael Meeks2002-05-161-1/+1
* Initialize current_value.Dave Camp2002-04-271-1/+2
* Replace doubles in the zoom interfaces with floats to match the bonoboDave Camp2002-04-261-17/+364
* Don't do anything with double-click or triple-click events.Anders Carlsson2002-04-211-0/+4
* revert my crack smoking fiddling with offsets changes - it seemsMichael Meeks2002-03-211-2/+2
* use the y_offset to center the number in the allocation, while wasMichael Meeks2002-03-191-3/+5
* Tweaked the zoom control specifications to match the new nicer rules.Darin Adler2002-03-071-148/+110
* Because lots of recent bugs were due to "signal handler called afterDarin Adler2002-03-071-3/+2
* require gnome-desktop libraryjacob berkman2002-02-191-18/+44
* add -DFOO_DISABLE_DEPRECATED to disable glib, gtk, and gnome deprecatedjacob berkman2002-02-141-9/+15
* Remove. Remove nautilus-help.desktop since Nautilus isn't the help browserDarin Adler2002-01-081-1/+0
* Remove preferences calback in ::finalize.Anders Carlsson2002-01-081-6/+19
* lots of files Get rid of casts in callers to g_object_ref/g_object_unref.Darin Adler2001-12-071-6/+6
* Lots of files. Get rid a lot of unneeded casts.Darin Adler2001-11-091-5/+5
* Lots of files. Another GtkObject -> GObject pass.Darin Adler2001-11-061-1/+1
* Lots of files. Another GtkObject -> GObject pass.Darin Adler2001-11-061-9/+9
* Tons of files. More GtkObject -> GObject stuff.Darin Adler2001-11-041-8/+8
* Many files. Update for change in Eel boilerplate macro names.Darin Adler2001-11-041-1/+1
* remove GtkText workaround (I'm also checking in a fix for the bug beingHavoc Pennington2001-11-021-23/+0
* src now compiles -- next problem is linkingDarin Adler2001-10-301-82/+73
* Locate glib-genmarshal.Darin Adler2001-10-291-1/+1
* More GNOME 2 work. We now compile up to libnautilus-private and I'mDarin Adler2001-10-281-32/+33
* Update for latest round of stuff moving into Eel.Ramiro Estrugo2001-05-041-2/+2
* nautilus-extensions -> nautilus-private renaming.Ramiro Estrugo2001-05-041-4/+4
* Remove librsvg.Ramiro Estrugo2001-04-041-15/+15
* reviewed by: George Lebl <jirka@5z.com>John Harper2001-02-231-0/+3
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-02-231-3/+3
* fixed a bunch of problems in the image view, including making the initialAndy Hertzfeld2001-02-171-2/+4
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-01-311-3/+3
* Fixed performance of zoom control drawing by elimitating continual callsMike Engber2000-12-161-13/+21
* reviewed by: Pavel Cisler <pavel@eazel.com>John Sullivan2000-11-291-1/+1
* reviewed by: Darin Adler <darin@eazel.com> reviewed by: Maciej StachowiakMartin Baulig2000-11-161-32/+72
* Use gdk_fontset_load() instead of gdk_font_load() to make i18n workRamiro Estrugo2000-10-181-1/+1
* Fixed bug bug 3264 (Tree view shows no branches for directories,Darin Adler2000-09-261-11/+4
* Some work on the "sidebar panel has failed" situation.John Sullivan2000-09-251-6/+29
* Fixed bug 3071 (zoom control right-click menu doesn't work)John Sullivan2000-09-141-0/+1
* Fixed by using the widget->allocation.width in the centering calculation,Andy Hertzfeld2000-09-131-3/+3
* fixed bug 2979, numbers in zoom control need to prelight, too.Andy Hertzfeld2000-09-121-1/+13
* fixed bug 1246, by moving the sidebar event initialization code from theAndy Hertzfeld2000-09-081-10/+103
* Removed some special-case file names that aren't needed any more.Darin Adler2000-09-051-3/+6
* Fixed bug 2182 (right-clicking on zoom control changes zoom level)John Sullivan2000-08-291-1/+4
* Made copyright headers consistent in style; also made sure to refer toMaciej Stachowiak2000-08-111-3/+5
* made the context menu in the zoom control put a checkmark on the currentlyAndy Hertzfeld2000-08-101-4/+9
* Revert the subclass change i made. Turns out its not needed. The fix wasRamiro Estrugo2000-08-081-1/+1
* Fix bug 2019. Zoom control doesnt play nicely with gtk themeRamiro Estrugo2000-08-071-37/+35
* fixed bug 1897, zoom control numbers misplaced when changing search modeAndy Hertzfeld2000-08-041-1/+1
* fixed bug where the increment and decrement images of the zoom controlAndy Hertzfeld2000-07-271-13/+48
* added arlo's zoom control and adjusted the zoom control class to workAndy Hertzfeld2000-07-261-8/+57