| Commit message (Expand) | Author | Age | Files | Lines |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org>Release144 | Marco Pesenti Gritti | 2004-10-11 | 1 | -1/+1 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-11 | 1 | -7/+1 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-08 | 3 | -3/+7 |
* | Fix compilation with gtk+ 2.4.x. | Christian Persch | 2004-10-07 | 1 | -1/+2 |
* | Add ephy-gui.h include. | Christian Persch | 2004-10-07 | 1 | -0/+1 |
* | Set window icon to default ephy icon. | Christian Persch | 2004-10-05 | 3 | -0/+47 |
* | Recognise "Desktop" special downloads directory. Fixes bug #152926. | Christian Persch | 2004-10-02 | 2 | -7/+20 |
* | Initialise position passed to gtk_editable_insert_text(). | Christian Persch | 2004-09-23 | 1 | -1/+1 |
* | Updating | Christian Persch | 2004-09-13 | 2 | -0/+4 |
* | Fix for too-small notebook tab close buttons. Fixes bug #144772. | Christian Persch | 2004-09-13 | 1 | -0/+2 |
* | Sync. | Christian Persch | 2004-08-24 | 1 | -5/+8 |
* | Just use the popup_menu signal. Fixes bug #150830. | Christian Persch | 2004-08-23 | 1 | -18/+3 |
* | Fix a warning when moving tabs between windows; see bug #150822. | Christian Persch | 2004-08-23 | 1 | -1/+4 |
* | Change guint to correct enum type. | Christian Persch | 2004-08-18 | 2 | -3/+3 |
* | Remove unused variables. | Christian Persch | 2004-08-11 | 1 | -4/+0 |
* | Fix object property naming leftover from EggMenuMerge days, to UI manager. | Christian Persch | 2004-08-10 | 4 | -55/+53 |
* | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-08-10 | 1 | -7/+2 |
* | Fix compilation with gcc 2.95. | Christian Persch | 2004-08-09 | 1 | -4/+2 |
* | Note original cvs versions | Christian Persch | 2004-08-09 | 2 | -0/+4 |
* | Include config.h upfront. | Christian Persch | 2004-08-09 | 1 | -4/+4 |
* | Only use this for gtk < 2.5.1, and just add a few #defines otherwise. | Christian Persch | 2004-08-09 | 2 | -1/+23 |
* | R lib/widgets/ephy-ellipsizing-label.c: R | Christian Persch | 2004-08-08 | 6 | -856/+3623 |
* | Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning | Christian Persch | 2004-08-06 | 3 | -55/+56 |
* | Small code style cleanups. | Christian Persch | 2004-07-31 | 2 | -56/+62 |
* | Free node data and destroy nodes on finalize. | Christian Persch | 2004-07-31 | 1 | -10/+21 |
* | Fix a call to egg_toolbars_model_set_flags(). | Christian Persch | 2004-07-30 | 1 | -2/+3 |
* | Switch parameter order for egg_toolbars_model_set_flags(). | Christian Persch | 2004-07-26 | 2 | -4/+4 |
* | Make egg_toolbar_editor_add_action public again. | Christian Persch | 2004-07-24 | 2 | -1/+4 |
* | Do not remove the topic when rename is cancelled. | Marco Pesenti Gritti | 2004-07-23 | 2 | -3/+13 |
* | Add support for toggles. When editing is canceled remove the node. | Marco Pesenti Gritti | 2004-07-23 | 3 | -22/+116 |
* | Simplify node view filtering code and make it a normal property (no more | Marco Pesenti Gritti | 2004-07-23 | 3 | -118/+70 |
* | Use gobject constructor | Marco Pesenti Gritti | 2004-07-23 | 1 | -118/+113 |
* | Ignore the microseconds part of the g_timer_elapsed call, its redundant | Christian Persch | 2004-07-23 | 1 | -4/+3 |
* | Handle the case where the downloads dir cannot be created gracefully. Fix | Marco Pesenti Gritti | 2004-07-22 | 2 | -4/+12 |
* | Add disable_quit, disable_new_window, first_window_fullscreen lockdown | Marco Pesenti Gritti | 2004-07-19 | 1 | -0/+2 |
* | Improve sort/priority API. | Marco Pesenti Gritti | 2004-07-15 | 2 | -65/+126 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-07-11 | 1 | -1/+2 |
* | Add api to move items. | Marco Pesenti Gritti | 2004-07-11 | 2 | -0/+36 |
* | When moving in the same toolbar force GDK_ACTION_MOVE. Fix #145529 | Marco Pesenti Gritti | 2004-07-09 | 1 | -0/+5 |
* | Cache the scaled spinner images to make creating new spinners very fast, | Christian Persch | 2004-07-05 | 1 | -303/+516 |
* | Add profiler calls. | Christian Persch | 2004-07-03 | 1 | -0/+9 |
* | Add G_[BEGIN|END]_DECLS | Christian Persch | 2004-07-03 | 1 | -21/+22 |
* | Codestyle and whitespace cleanup | Christian Persch | 2004-07-03 | 2 | -59/+60 |
* | R data/art/epiphany-tab-loading.gif: | Christian Persch | 2004-07-03 | 2 | -41/+61 |
* | Move in the bookmarks dir. | Marco Pesenti Gritti | 2004-07-02 | 3 | -0/+35 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-07-01 | 1 | -4/+6 |
* | Do not allow dragging out of edit mode on ITEMS_ONLY toolbars. | Marco Pesenti Gritti | 2004-07-01 | 1 | -3/+4 |
* | Popup blocking support. View -> Popup Windows. | Adam Hooper | 2004-07-01 | 2 | -0/+2 |
* | Set sane_state to TRUE from user changes, otherwise broken prefs will | Christian Persch | 2004-06-29 | 1 | -0/+8 |
* | Use guint consistently for node ids | Marco Pesenti Gritti | 2004-06-24 | 2 | -8/+8 |
* | Factor out the helper to select a treeview row by column and use it also | Marco Pesenti Gritti | 2004-06-22 | 3 | -55/+71 |
* | Check for empty attributes before adding the item when parsing the | Christian Persch | 2004-06-21 | 1 | -8/+11 |
* | Whoops. Um. Fixed the build. | Adam Hooper | 2004-06-21 | 1 | -0/+1 |
* | Go back to construction the toolbar when the model is set, fixes bug | Christian Persch | 2004-06-16 | 2 | -68/+78 |
* | Allow items to be dragged from toolbar editor also when in items only | Marco Pesenti Gritti | 2004-06-13 | 2 | -2/+4 |
* | Make spinner not use a visible window, and fix coordinates accordingly. | Christian Persch | 2004-06-12 | 1 | -6/+7 |
* | Merging bookmarksbar-separation branch. | Christian Persch | 2004-06-11 | 7 | -93/+293 |
* | s/get_item_name/get_item_data | Marco Pesenti Gritti | 2004-06-10 | 3 | -22/+36 |
* | Retain custom types when moving items around | Marco Pesenti Gritti | 2004-06-09 | 4 | -39/+59 |
* | Update from libegg | Adam Hooper | 2004-06-01 | 1 | -21/+11 |
* | Revert varargs change, it doesn't work for LOG("Message") without | Christian Persch | 2004-05-29 | 1 | -11/+0 |
* | Use ISO style variable argument macros. Patch by Brian Cameron, part of | Christian Persch | 2004-05-29 | 1 | -0/+11 |
* | Add check for 'mkdtemp', since solaris doesn't have it. | Christian Persch | 2004-05-29 | 1 | -0/+4 |
* | Don't return a value in void function, part of bug #141319. | Christian Persch | 2004-05-29 | 1 | -1/+1 |
* | Set the drag icon on realize, otherwise the current icon theme isn't used, | Crispin Flowerday | 2004-05-22 | 1 | -21/+22 |
* | Backported fixes from gtk+ cvs head. | Christian Persch | 2004-05-20 | 1 | -17/+19 |
* | Fix mem leak. | Christian Persch | 2004-05-16 | 1 | -3/+7 |
* | Fix mem leaks.' | Christian Persch | 2004-05-16 | 1 | -0/+3 |
* | Backport changed from the new gtkcellrendererprogress which was based on | Christian Persch | 2004-05-13 | 2 | -240/+328 |
* | Fix compilation with gcc 2.95. | Christian Persch | 2004-05-12 | 1 | -1/+2 |
* | Add convenience functions for creating a filter with a bunch of mime types | Christian Persch | 2004-05-09 | 2 | -4/+131 |
* | title added back to dialog - see notes on bug #133152 | Patanjali Somayaji | 2004-05-03 | 1 | -1/+1 |
* | More HIGifying of the overwrite confirmation dialog - - title removed from | Patanjali Somayaji | 2004-05-03 | 1 | -1/+2 |
* | Make Escape cancel overwrite dialog. | Piers Cornwell | 2004-05-03 | 1 | -20/+16 |
* | More HIG love for overwrite confirmation. Partial fix for bug #133152. | Piers Cornwell | 2004-04-30 | 1 | -3/+5 |
* | HIGified dialog created with "Cancel" and "Overwrite" buttons. | Patanjali Somayaji | 2004-04-29 | 1 | -11/+38 |
* | Document UTF-8 requirement. | Christian Persch | 2004-04-22 | 2 | -2/+2 |
* | Documented EphyGlade | Adam Hooper | 2004-04-20 | 1 | -5/+19 |
* | Fix font selection combo box issues; fixes bug #138560. | Christian Persch | 2004-04-18 | 2 | -66/+86 |
* | Resync with egg | Marco Pesenti Gritti | 2004-04-17 | 4 | -4/+23 |
* | Add "Downloads" folder shortcut to our file chooser dialogues. | Christian Persch | 2004-04-14 | 1 | -0/+21 |
* | Don't quit the filechooser when selecting "No" from the confirm- overwrite | Christian Persch | 2004-04-10 | 1 | -2/+8 |
* | Change initial refcound of EphyNode to 1, not 0 | Adam Hooper | 2004-04-10 | 1 | -1/+1 |
* | Remove unused variable. | Christian Persch | 2004-04-07 | 1 | -2/+0 |
* | Don't abort on errors, just display a message on console. | Christian Persch | 2004-04-07 | 1 | -11/+0 |
* | Make prefs, pdm and print setup dialogues transient to their parent. Fixes | Christian Persch | 2004-04-06 | 2 | -1/+14 |
* | Documented EphyNodeDb | Adam Hooper | 2004-04-05 | 2 | -13/+108 |
* | Synchronise changes from galeon, this fixes simple usage, stops crashes | Crispin Flowerday | 2004-04-03 | 3 | -16/+44 |
* | Removed the nautilus view. | Christian Persch | 2004-03-30 | 3 | -142/+0 |
* | Fixes #138263. | Federico Mena Quintero | 2004-03-30 | 2 | -10/+4 |
* | Register our stock icons. | Christian Persch | 2004-03-27 | 1 | -9/+12 |
* | Make select-by-key support unsorted lists. Fuzzy matching is gone though. | Xan Lopez | 2004-03-19 | 1 | -1/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-03-17 | 1 | -1/+0 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 28 | -8/+94 |
* | Deal with the case where data_received signal is emitted asyncrounously. | Marco Pesenti Gritti | 2004-03-14 | 1 | -13/+9 |
* | Check if the dragged item is a separator. Fixes crash when it _is_ a | Christian Persch | 2004-03-09 | 2 | -2/+9 |
* | Don't assume Desktop directory location, check the gconf key if it's | Christian Persch | 2004-03-05 | 1 | -2/+17 |
* | Copy and modify gnome_vfs_uri_list_parse() so that we get a list of string | Christian Persch | 2004-03-04 | 2 | -4/+57 |
* | Don't remember the size of the filechoose dialogue, because it doesn't | Christian Persch | 2004-03-03 | 1 | -5/+0 |
* | The icon should be activated by double click | Marco Pesenti Gritti | 2004-03-02 | 1 | -20/+1 |
* | Guard against xml reading error, check for NULL subtree before trying to | Christian Persch | 2004-03-01 | 1 | -3/+5 |
* | Sucky but not intrusive hack to make dnd on the address entry work when | Marco Pesenti Gritti | 2004-02-28 | 3 | -0/+59 |
* | Remove an useless check. | Marco Pesenti Gritti | 2004-02-28 | 1 | -2/+10 |
* | Fix for gtk+ filechooser API change. | Christian Persch | 2004-02-27 | 1 | -2/+4 |
* | Add $ markers | Christian Persch | 2004-02-22 | 3 | -0/+6 |
* | Removed an unused #include. | Christian Persch | 2004-02-22 | 4 | -5/+3 |
* | Always connect signals, not just for PT_AUTOAPPLY props. | Christian Persch | 2004-02-22 | 1 | -3/+0 |
* | Fix logic error, spotted by Crispin. | Christian Persch | 2004-02-21 | 2 | -3/+3 |
* | #ifdef HAVE_CONFIG_H the inclusion of config.h. | Christian Persch | 2004-02-20 | 1 | -1/+4 |
* | Remove duplicate entry for ephy-gui.h. | Christian Persch | 2004-02-20 | 1 | -1/+0 |
* | Fix off-by-one error when computing the height of the table. | Christian Persch | 2004-02-19 | 1 | -1/+3 |
* | When removing a toolbar, make its items available again in the toolbar | Christian Persch | 2004-02-19 | 2 | -19/+44 |
* | Remove the toolbar height contraint when the first item is added to it. | Christian Persch | 2004-02-18 | 1 | -3/+6 |
* | Don't set entries insensitive, only set the non-editable when the gconf | Christian Persch | 2004-02-13 | 1 | -0/+4 |
* | Fix numerous places where we weren't properly converting between UTF-8 and | Christian Persch | 2004-02-13 | 2 | -8/+15 |
* | 2004-02-12 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-02-13 | 1 | -0/+6 |
* | Simplify and hopefully fix mem corruption | Marco Pesenti Gritti | 2004-02-12 | 1 | -5/+3 |
* | Cleanup | Marco Pesenti Gritti | 2004-02-11 | 1 | -3/+3 |
* | Better keyword matching function. Should match only words (not middle | Marco Pesenti Gritti | 2004-02-11 | 1 | -1/+36 |
* | Pass the property id to the changed signal. | Marco Pesenti Gritti | 2004-02-11 | 4 | -34/+46 |
* | Include config.h. | Christian Persch | 2004-02-09 | 1 | -0/+6 |
* | Fix toolbar overflow menu creation. Don't connect zoom control signals to | Christian Persch | 2004-02-05 | 3 | -87/+88 |
* | Fix mem leak. | Christian Persch | 2004-02-05 | 1 | -1/+1 |
* | typo in icon name | Marco Pesenti Gritti | 2004-02-02 | 1 | -1/+1 |
* | Only try to rmdir() the tmp directory if we have one. | Christian Persch | 2004-01-27 | 1 | -3/+6 |
* | Correct a translator name. | Marco Pesenti Gritti | 2004-01-26 | 1 | -42/+46 |
* | ==> ChangeLog <== | Christian Persch | 2004-01-26 | 1 | -0/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+5 |
* | 2004-01-25 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-01-26 | 1 | -9/+3 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -1/+1 |
* | Fixed early freeing of tmp_dir | Adam Hooper | 2004-01-25 | 1 | -4/+10 |
* | Fix mem leaks. | Christian Persch | 2004-01-25 | 1 | -2/+2 |
* | Fix mem leaks. | Christian Persch | 2004-01-25 | 1 | -4/+3 |
* | Fix mem leaks. | Christian Persch | 2004-01-25 | 1 | -3/+2 |
* | Add a way to get the downloads dir with a comment for translators. Use dir | Marco Pesenti Gritti | 2004-01-25 | 2 | -2/+17 |
* | Remove totally wrong comment before ephy_string_blank_chr | Adam Hooper | 2004-01-25 | 1 | -10/+0 |
* | Make ephy_file_tmp_directory() return a const char * instead of a char * | Adam Hooper | 2004-01-25 | 2 | -2/+2 |
* | Prepare for 1.1.5 | Marco Pesenti Gritti | 2004-01-25 | 1 | -3/+10 |
* | Use our eel_gconf_set_path() function to persist the directory. | Christian Persch | 2004-01-24 | 1 | -16/+10 |
* | Add a persist-position property. | Marco Pesenti Gritti | 2004-01-24 | 1 | -1/+21 |
* | Sometimes reading gnomedesktop flames is useful: | Marco Pesenti Gritti | 2004-01-24 | 1 | -1/+1 |
* | Allow passing the translation domain to ephy_dialog_construct, to make | Christian Persch | 2004-01-24 | 4 | -14/+27 |
* | New function to get temp directory and moved ephy_shell_delete_on_exit to | Christopher James Lahey | 2004-01-23 | 3 | -19/+69 |
* | Call ephy_file() explicitly for each glade file, letting extensions load glad... | Adam Hooper | 2004-01-22 | 1 | -5/+1 |
* | Make uri canonical before passing it as launch argument to make vfs happy. | Marco Pesenti Gritti | 2004-01-20 | 1 | -4/+3 |
* | Add a way to store paths. | Marco Pesenti Gritti | 2004-01-19 | 2 | -0/+64 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-19 | 1 | -1/+1 |
* | Introduce ephy_dialog_hide(). | Christian Persch | 2004-01-19 | 2 | -0/+11 |
* | Implement print and print setup disabling for lockdown mode. | Christopher James Lahey | 2004-01-11 | 1 | -0/+3 |
* | Implement history disabling. | Christian Persch | 2004-01-11 | 3 | -23/+32 |
* | Added disable_arbitrary_url, disable_toolbar_editing, and disable_history | Christopher James Lahey | 2004-01-10 | 1 | -0/+3 |
* | Added disable_bookmark_editing key. | Chris Lahey | 2004-01-10 | 5 | -14/+67 |
* | Fixed a logic error in using & instead of && (bug #130919, Telsa Gwynne). | Roozbeh Pournader | 2004-01-09 | 1 | -1/+1 |
* | Wrong identifier here. | Chris Lahey | 2004-01-09 | 1 | -1/+1 |
* | Don't save the file if disable_save_to_disk is on. | 8 | 2004-01-08 | 1 | -0/+3 |
* | Brought type macros in line with the rest of libegg; and use gobject | Christian Persch | 2003-12-27 | 6 | -94/+116 |
* | Fix popup coordinates in RTL mode. | Christian Persch | 2003-12-20 | 1 | -4/+16 |
* | Destroy file chooser with its parent window; fixes crashes. | Christian Persch | 2003-12-20 | 1 | -0/+2 |
* | Fix more mem leaks. | Christian Persch | 2003-12-17 | 1 | -0/+3 |
* | Fix mem leak. | Christian Persch | 2003-12-17 | 1 | -0/+2 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-12-17 | 10 | -358/+0 |
* | Really committing it this time | Christian Persch | 2003-12-15 | 1 | -1/+2 |
* | Convert control chars to blanks. | Christian Persch | 2003-12-14 | 2 | -28/+31 |
* | Use stock icon for print setup. | Christian Persch | 2003-12-14 | 2 | -1/+3 |
* | Use g_signal_connect_object so the signal isn't emitted for a dead | Christian Persch | 2003-12-14 | 1 | -4/+4 |
* | Make toolbar editing drag icons use the same icon size as the actual toolbar ... | Jorn Baayen | 2003-12-10 | 2 | -9/+63 |
* | Reformatted to conform to epiphany coding style. Fix some error condition | Christian Persch | 2003-12-09 | 1 | -47/+84 |
* | Split print dialogue in print setup and actual print, and move print | Christian Persch | 2003-12-07 | 2 | -96/+150 |
* | Use notify::expanded to persist expander state. Bug found by Crispin. | Christian Persch | 2003-12-06 | 1 | -4/+5 |
* | Remove unused includes. | Christian Persch | 2003-12-04 | 1 | -2/+0 |
* | Set sensitivity from gconf key writability, and do it right. | Christian Persch | 2003-12-03 | 1 | -4/+1 |
* | Remove gtkoptionmenu.h include. | Christian Persch | 2003-12-01 | 1 | -1/+0 |
* | Readd gtk deprecates (only in maintainer mode). | Marco Pesenti Gritti | 2003-11-30 | 3 | -67/+3 |
* | Forgot even more | Christian Persch | 2003-11-30 | 3 | -795/+995 |
* | Port from option menu to GtkComboBox. | Christian Persch | 2003-11-28 | 2 | -68/+46 |
* | Try out a different layout for downloads rows. Make the file column | Marco Pesenti Gritti | 2003-11-26 | 1 | -1/+1 |
* | Remove ephy-types.h from Makefile.am, it's long gone. | Christian Persch | 2003-11-24 | 1 | -1/+0 |
* | Very basic tray icon for downloader. | Marco Pesenti Gritti | 2003-11-23 | 8 | -10/+2284 |
* | Use icon theme icon for add bookmark | Marco Pesenti Gritti | 2003-11-22 | 2 | -3/+3 |
* | Removing .cvsignore in obsolete /lib/toolbar/ directory | Christian Persch | 2003-11-22 | 1 | -6/+0 |
* | Pass a source based on filename instead of pixbuf for our own icon set, so | Marco Pesenti Gritti | 2003-11-21 | 2 | -13/+31 |
* | Implement an handle_content signal to allow to write plugins to support | Marco Pesenti Gritti | 2003-11-21 | 1 | -0/+1 |
* | Complete docs base implementation. Should work more or less. | Marco Pesenti Gritti | 2003-11-20 | 25 | -11/+52 |
* | Complete docs base implementation. Should work more or less. | Marco Pesenti Gritti | 2003-11-20 | 1 | -6/+2 |
* | Make encodings dialogue transient. | Christian Persch | 2003-11-19 | 1 | -0/+2 |
* | Ported the Crispin's GtkNSSClientAuthDialogs from galeon. Changes: - use | Christian Persch | 2003-11-18 | 2 | -1/+59 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-11-15 | 1 | -6/+6 |
* | Enable deprecates and werror only in maintainer mode (in the way suggested | Marco Pesenti Gritti | 2003-11-15 | 1 | -6/+6 |
* | New extensions API. | Christian Persch | 2003-11-11 | 3 | -17/+257 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-11-10 | 1 | -1/+1 |
* | Remove a decl I forgot. | Marco Pesenti Gritti | 2003-11-10 | 1 | -8/+27 |
* | Fix recovery from corrupted toolbar layout file. | Christian Persch | 2003-11-10 | 2 | -3/+5 |
* | Pass ITEMS_PERSIST and LIST_ONLY to the models, the implementation looks | Marco Pesenti Gritti | 2003-11-09 | 1 | -1/+1 |
* | Port node db saving and RDF export to xml writer api. | Christian Persch | 2003-11-08 | 7 | -127/+258 |
* | Change some more i18n inclusion and remove several unused includes. | Marco Pesenti Gritti | 2003-11-06 | 2 | -3/+3 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 10 | -10/+10 |
* | Only allow choosing "Selection" if there really is one. | Christian Persch | 2003-11-05 | 1 | -10/+2 |
* | Remove unused func, bad xan | Marco Pesenti Gritti | 2003-11-05 | 2 | -45/+0 |
* | Get rid of gresult type. Use return values instead of out-parameters | Christian Persch | 2003-11-05 | 3 | -39/+2 |
* | Resync with eel. | Marco Pesenti Gritti | 2003-11-05 | 4 | -193/+319 |
* | Remove unused ephy-prefs includes | Marco Pesenti Gritti | 2003-11-05 | 1 | -1/+0 |
* | Rework ContentHandler to use the auto_open_downloads key. | Xan Lopez | 2003-11-05 | 1 | -1/+1 |
* | Remove unused types. | Christian Persch | 2003-11-04 | 2 | -16/+5 |
* | Remove the "show_details in downloader" schema. | Xan Lopez | 2003-11-03 | 1 | -1/+1 |
* | Initialise the dialogue on run too. | Christian Persch | 2003-11-03 | 1 | -0/+8 |
* | Don't set the persist key on object construction time. Fixes bug #125589. | Christian Persch | 2003-11-01 | 2 | -36/+60 |
* | Use gnomevfs helper to open applications, drop our own. | Marco Pesenti Gritti | 2003-10-31 | 2 | -180/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-10-31 | 1 | -1/+1 |
* | Set the cursor hotspot to something sensible. All bugs seem to be gone | Marco Pesenti Gritti | 2003-10-31 | 1 | -1/+1 |
* | When changing toolbar unhighlight the old one, not the new | Marco Pesenti Gritti | 2003-10-31 | 1 | -1/+2 |
* | Fix creation of special drag types items | Marco Pesenti Gritti | 2003-10-31 | 1 | -9/+14 |
* | Add a title param to dnd iterator and remove unused screen location | Marco Pesenti Gritti | 2003-10-30 | 3 | -6/+12 |
* | Make it use new api and make the highlighting a good deal smoother. | Soren Sandmann | 2003-10-30 | 1 | -67/+102 |
* | Forgot this. | Xan Lopez | 2003-10-29 | 1 | -1/+2 |
* | Sink after ref | Marco Pesenti Gritti | 2003-10-27 | 1 | -0/+1 |
* | Fixup spinner when resetting the toolbar model. Update spinner on toolbar | Marco Pesenti Gritti | 2003-10-27 | 2 | -27/+67 |
* | Convert filenames from/to UTF-8 when persisting the directory. | Christian Persch | 2003-10-26 | 1 | -9/+20 |
* | Port to new gtk+ file chooser. | Christian Persch | 2003-10-26 | 4 | -0/+307 |
* | Resync api | Marco Pesenti Gritti | 2003-10-26 | 1 | -4/+5 |
* | Use special drag cursors also for editor. Do not hide separator when | Marco Pesenti Gritti | 2003-10-25 | 1 | -4/+31 |
* | Remove invalid items | Marco Pesenti Gritti | 2003-10-23 | 1 | -3/+20 |
* | Move the spinner in his own mini toolbar. | Marco Pesenti Gritti | 2003-10-23 | 2 | -17/+96 |
* | Use new api for highlighting and make it pick up and drop behavior | Marco Pesenti Gritti | 2003-10-21 | 2 | -137/+301 |
* | Encoding menu improvements, Part 4: The Rewrite. | Christian Persch | 2003-10-18 | 5 | -377/+15 |
* | Merge new-downloader branch. We reworked the backend, the user | Marco Pesenti Gritti | 2003-10-17 | 3 | -0/+367 |
* | Make location a normal entry. | Marco Pesenti Gritti | 2003-10-14 | 2 | -186/+3 |
* | Unref completion | Marco Pesenti Gritti | 2003-10-14 | 1 | -0/+1 |
* | Encodings menu improvements, part 3: Refactored the encodings list; it no | Christian Persch | 2003-10-14 | 5 | -52/+354 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-10-14 | 2 | -1/+6 |
* | Better implementation of cursor. | Marco Pesenti Gritti | 2003-10-13 | 1 | -17/+19 |
* | Show a different cursor when hovering toolbar items in edit mode. | Marco Pesenti Gritti | 2003-10-13 | 1 | -0/+24 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-10-12 | 1 | -25/+26 |
* | Merge completion branch | Marco Pesenti Gritti | 2003-10-12 | 10 | -2358/+337 |
* | Reenable deprecated api where necessary, fixup some header inclusions. | Marco Pesenti Gritti | 2003-10-11 | 4 | -71/+2 |
* | Merge fixes from branch and clean up. | Marco Pesenti Gritti | 2003-10-07 | 2 | -206/+163 |
* | Do not unselect all on single selection mode, to not generate useless node | Marco Pesenti Gritti | 2003-10-06 | 1 | -1/+5 |
* | Check for failed load of the toolbars model from the XML file, and fix the | Christian Persch | 2003-10-03 | 1 | -1/+6 |
* | Simpler implementation. | Marco Pesenti Gritti | 2003-09-27 | 2 | -32/+3 |
* | Use gtkicontheme, and use it also for mime icons. | Marco Pesenti Gritti | 2003-09-27 | 3 | -15/+95 |
* | Implement history time filter | Marco Pesenti Gritti | 2003-09-27 | 1 | -1/+1 |
* | Do not use _ as accellerators in bookmarks menus. | Marco Pesenti Gritti | 2003-09-24 | 2 | -0/+41 |
* | Implement a way to choose visible column in a menu. Not finished I need to | Marco Pesenti Gritti | 2003-09-21 | 1 | -3/+0 |
* | Fix check for return value of xmlSaveFileFormat, _maybe_ fixing the | Christian Persch | 2003-09-21 | 1 | -1/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-20 | 1 | -0/+1 |
* | Remember the address in the location action, so we can restore it when we | Christian Persch | 2003-09-20 | 2 | -26/+43 |
* | Remove spurious code. | Christian Persch | 2003-09-20 | 1 | -8/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-20 | 1 | -2/+2 |
* | Do not use .in for not to translate files. | Marco Pesenti Gritti | 2003-09-19 | 2 | -17/+59 |
* | Refactor node db loading functions into a common one in ephy-node-db. | Christian Persch | 2003-09-18 | 3 | -45/+101 |
* | Exchange the newly-deprecated g_value_set_object_take_ownership() with | Christian Persch | 2003-09-13 | 1 | -1/+1 |