- 17 Dec, 1999 2 commits
-
-
Havoc Pennington authored
1999-12-16 Havoc Pennington <hp@redhat.com> * src/ntl-window-state.c (nautilus_window_save_state): lookup signum before it's first used. * src/file-manager/desktop-layout.c: new layout module, not yet done * src/file-manager/desktop-canvas.c (desktop_canvas_init): Create the right-click menu. * src/file-manager/desktop-menu.c (desktop_menu_new): New module to stick the right-click menu code in
-
Maciej Stachowiak authored
process replaced url with uri where appropriate and added nautilus_window_get_requested_uri accessor.
-
- 16 Dec, 1999 12 commits
-
-
Maciej Stachowiak authored
-
Darin Adler authored
Tried to make clicking on a file work better.
-
Elliot Lee authored
* components/history/ntl-history-view.c: Now works. * src/ntl-uri-map.c: Duplicate the URI being requested, since we don't know what the lifetime of the original value will be. * src/ntl-window.c: Use the paned instead of hbox, use create_menus_with_data instead. * src/file-manager: Misc warning fixes. * src/gtkscrollframe.c: Try to get rid of scrollbar chopping.
-
John Sullivan authored
added a bunch of not-yet-implemented standard menus and menu items.
-
Maciej Stachowiak authored
-
Havoc Pennington authored
1999-12-16 Havoc Pennington <hp@redhat.com> * src/file-manager/gnome-desktop.c (main): warning fixes * src/file-manager/desktop-canvas.c (desktop_canvas_update_background): start actually honoring background settings. * src/file-manager/fm-icon-cache.c: add copyright and Emacs magic. * src/file-manager/fm-icon-cache.h (fm_icon_cache_get_icon): Run egtk-format-protos on these prototypes, add copyright and Emacs magic
-
Havoc Pennington authored
1999-12-16 Havoc Pennington <hp@redhat.com> * src/file-manager/desktop-canvas.h: Added API for controlling the background, so we can connect that to the IDL interface. * src/file-manager/desktop-canvas.h: New file * src/file-manager/desktop-window.h: tweaks * idl/gnome-desktop.idl: Change BackgroundInfo to not be a union.
-
John Sullivan authored
allowed warnings to be non-fatal even when NAUTILUS_DEBUG is defined. This allows us to continue working on Nautilus until the vfs problem about directory iterating is fixed.
-
Elliot Lee authored
1999-12-16 Elliot Lee <sopwith@redhat.com> * components/help/hyperbola-nav-tree.c: Translate strings. * components/history/ntl-history-view.c: Bug fixes, use API function for setting meta-view label. * libnautilus/ntl-meta-view-client.[ch]: s/meta_view_set_label/meta_view_client_set_label/ * src/ntl-uri-map.c: Use history view instead of help view as the default meta view for now. * src/ntl-window.c: As per the comment that was removed from ntl-window.c, gnome_app_install_menu_hints() needs to be called _after_ statusbar creation * src/file-manager/fm-directory-view.c: Add more debugging assertions and messages.
-
John Sullivan authored
-
Elliot Lee authored
* Warning fixes throughout. * Use $(WERROR) in Makefiles to get -Werror.
-
Darin Adler authored
-
- 15 Dec, 1999 13 commits
-
-
Elliot Lee authored
* components/Makefile.am: Turn on compilation of hyperbola component. * components/help/*: Compile and run. * libnautilus/ntl-meta-view-client.c: Create & set the property bag if it doesn't exist. * src/ntl-uri-map.c: Load the hyperbola nav tree component as a test meta view. * src/ntl-view.c: Fill in NULL fields with empty strings, so that ORBit doesn't segfault. * src/ntl-window-msgs.c: When creating new meta views, they should be meta views and not content views (cut & paste error). * src/file-manager/fm-directory-view.c: Don't redisplay every time a new entry comes in.
-
Darin Adler authored
using the history buttons. Improved selection info display in status bar.
-
Andy Hertzfeld authored
made the initial path be the user's home directory.
-
Elliot Lee authored
* configure.in: Add --enable-more-warnings and --enable-fatal-warnings switches. * src/ntl-uri-map.c: Add comment about functionality-in-waiting.
-
Darin Adler authored
already but I forgot to "make install".
-
Darin Adler authored
-
Darin Adler authored
-
Darin Adler authored
-
Elliot Lee authored
* libnautilus/gtkscrollframe.c: Fix size_allocate.
-
Maciej Stachowiak authored
* src/ntl-uri-map.c (nautilus_navinfo_new): a const char* can't be passed where a gchar* is expected.
-
Darin Adler authored
-
Elliot Lee authored
* src/*.c: Restructure the whole NautilusWindow code for sanity's sake. * src/ntl-uri-map.[ch]: Instead of just passing in various pieces of information about the old URL, pass in the Nautilus_NavigationInfo that has to be kept around anyways. * idl/nautilus.idl: Allow a selection to be multiple URI's.
-
Darin Adler authored
-
- 14 Dec, 1999 2 commits
-
-
John Sullivan authored
itself correctly; also changed its text and grayed it out to make it obvious that it isn't working.
-
Elliot Lee authored
* configure.in, Makefile.am, icons/: Add icons * src/file-manager/fm-directory-view.c: Everything goes inside the scroll-frame, not the view itself.
-
- 13 Dec, 1999 1 commit
-
-
Elliot Lee authored
* libnautils/g*.[ch]: Switch from imlib to pixbuf. * src/file-manager: Import from gnome-fm. * idl/nautilus.idl: Add a 'main_window' attribute on a ViewFrame, so that views can talk to the main window.
-
- 10 Dec, 1999 2 commits
-
-
Elliot Lee authored
* libnautilus/ntl-meta-view.[ch]: Add a convenience function for setting the label. * Throughout: Rename the meta view "description" property to "label", which more accurately describes its use. * components/help: Start turning hyperbola into component.
-
Elliot Lee authored
Start migration from gnome-fm.
-
- 09 Dec, 1999 1 commit
-
-
Elliot Lee authored
src/explorer-location-bar.[ch]: Copy over from gnome-fm, change signal to include new URI. src/ntl-window.c: Make NautilusWindow use it.
-
- 06 Dec, 1999 1 commit
-
-
Elliot Lee authored
Basic framework is there. Now for URL resolution and loading.
-