summaryrefslogtreecommitdiff
path: root/src/nautilus-zoom-control.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* finished task 1442, zoom control needs to be themable. Added code toAndy Hertzfeld2000-07-251-1/+28
* reworked the zoom control to make it themable, and also cleaned it up alotAndy Hertzfeld2000-07-251-53/+155
* NULL out preferred_zoom_levels in the destroy method (after freeing them)Mike Engber2000-07-061-0/+1
* Fixed some memory leaks.Pavel Cisler2000-06-301-0/+1
* Fixed 1497 - problems with freeing the CORBA returned preferred zoom levelMike Engber2000-06-281-10/+15
* Added get_preferred_zoom_levels. Fixed zoom-control to use this info toMike Engber2000-06-281-13/+31
* Removed zoom_to_default and zoom_parameters_changed. The nautilus-windowMike Engber2000-06-271-28/+7
* Added report_zoom_parameters_changed to the zoomable interface. ThisMike Engber2000-06-271-59/+46
* Removed zoom_to_level from the zoomable interface - starting on theMichael Engber2000-06-231-32/+29
* The zoom control is now driven by its zoomable. This corrected the mostMike Engber2000-06-201-12/+60
* Fixed bug #306, right click menu in zoom control doesn't work. The menuGene Z. Ragan2000-06-131-12/+45
* Some build fixes.Darin Adler2000-06-131-1/+2
* Fixed bug #305. CLicking in center of zoom control does not change zoomGene Z. Ragan2000-06-131-0/+11
* Updated to reflect completed tasks.Darin Adler2000-05-251-53/+58
* Wrote a script to check for files that forget to include <config.h> andDarin Adler2000-05-021-1/+2
* More FIXME-to-bug work.John Sullivan2000-04-261-1/+3
* Split libnautilus into two pieces.Ramiro Estrugo2000-04-141-2/+2
* Connect to zoom_in and zoom_out singals of zoom control and view the zoomMaciej Stachowiak2000-03-131-163/+200
* Added icon stretching and did some cleanups.Darin Adler2000-02-161-2/+3
* more work on index panel, improved tab positioning, started on tabAndy Hertzfeld2000-02-101-1/+1
* Implement truncate. Use GINT_TO_POINTER and GPOINTER_TO_INT macros forElliot Lee2000-02-101-3/+3
* made clicking in the center of the zoom control set the level to 100% madeAndy Hertzfeld2000-02-031-8/+74
* fixed update problem with zoom control and disabled arrows whenAndy Hertzfeld2000-02-021-21/+57
* added zoom control to location bar, not yet wired up to the content viewAndy Hertzfeld2000-02-011-0/+174