| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused var | Marco Pesenti Gritti | 2003-05-10 | 1 | -1/+0 |
* | Don't show broken sub-menus for topics that have no children in the | Lee Willis | 2003-05-10 | 1 | -0/+12 |
* | s/items/links to match the docs. | David Adam Bordoley | 2003-05-09 | 1 | -1/+1 |
* | Don't set an icon unless their is a favicon. Append a colon onto the label | David Adam Bordoley | 2003-05-09 | 1 | -7/+14 |
* | s/location/address. Fix up mnemonic collisions in the print dialog. Mark | David Adam Bordoley | 2003-05-09 | 5 | -23/+26 |
* | Convenience function for displaying help. Remove unneeded include of | David Adam Bordoley | 2003-05-09 | 6 | -71/+31 |
* | Implement the EPHY_NEW_TAB_APPEND_AFTER flag. | Christian Persch | 2003-05-06 | 6 | -8/+138 |
* | Fix memory leak while saving bookmarks, and performance problem during | Osma Ahvenlampi | 2003-05-06 | 4 | -2/+12 |
* | Better sensitivity updates for history | Marco Pesenti Gritti | 2003-05-06 | 3 | -66/+141 |
* | If there is only one "toolbar" make it non-removable. | David Adam Bordoley | 2003-05-06 | 3 | -5/+57 |
* | Update (removing toolbars with context menu works again). | Marco Pesenti Gritti | 2003-05-06 | 1 | -15/+43 |
* | Port confirmation dialog for clearing history to new history dialog. | Jon Svendsen | 2003-05-05 | 1 | -2/+88 |
* | Use uri as title when the page is untitled. | Christian Persch | 2003-05-05 | 1 | -1/+21 |
* | ctrl+u view source | Marco Pesenti Gritti | 2003-05-05 | 1 | -1/+1 |
* | Hide view menus in the xml, not working. | Marco Pesenti Gritti | 2003-05-04 | 1 | -0/+5 |
* | Search for ui files in the share dir | Marco Pesenti Gritti | 2003-05-04 | 3 | -8/+18 |
* | Do not assert on corrupted xml, just warn. Put back views shadows for now. | Marco Pesenti Gritti | 2003-05-03 | 3 | -1/+5 |
* | Remove old unused sidebar and toolbar config stuff. | David Bordoley | 2003-05-01 | 1 | -1/+0 |
* | Don't set/save window position if it is maximized. | David Bordoley | 2003-05-01 | 2 | -5/+0 |
* | src/ephy-window.c data/epiphany.schemas.in | David Bordoley | 2003-04-30 | 1 | -29/+12 |
* | Remove unused variables. | David Bordoley | 2003-04-30 | 1 | -3/+0 |
* | Use ephy_shell_new_tab instead of doing exactly the same work itself. | David Bordoley | 2003-04-30 | 1 | -8/+4 |
* | Respect all the new_tab used flags, drop unused ones. Patch by Christian | Xan Lopez | 2003-04-30 | 4 | -15/+17 |
* | Update go menu to match the default toolbar layout. | David Bordoley | 2003-04-30 | 2 | -4/+6 |
* | We dont need a _remove api, unrefing the node will work better. Try to | Marco Pesenti Gritti | 2003-04-30 | 5 | -7/+57 |
* | Remove add_icon_column func and add the functionality to the normal | Marco Pesenti Gritti | 2003-04-29 | 3 | -30/+64 |
* | Check if the bookmarks bar already contains the dragged bm or topic before | David Bordoley | 2003-04-29 | 1 | -5/+10 |
* | Move notebook in src/. An abstract notebook is an overkill. | Marco Pesenti Gritti | 2003-04-29 | 4 | -0/+1028 |
* | Consistent use of the term "Bookmarks Bar" in the code, ui and schema. | David Bordoley | 2003-04-28 | 7 | -37/+37 |
* | Actually pass a parent to history/bookmarks window, where to open the url. | Marco Pesenti Gritti | 2003-04-28 | 4 | -19/+35 |
* | Sync toolbar on bookmark properties changes. | Marco Pesenti Gritti | 2003-04-28 | 2 | -29/+99 |
* | Save the position of windows on the screen, and checks if the position is | David Bordoley | 2003-04-28 | 1 | -1/+1 |
* | Make the view paned and monitor the state. | David Bordoley | 2003-04-28 | 1 | -12/+15 |
* | Emit removed signal after the node is actually removed. This could cause | Marco Pesenti Gritti | 2003-04-28 | 1 | -47/+73 |
* | Update sensitivity on selection changes. Thanks xan to find this one. | Marco Pesenti Gritti | 2003-04-28 | 2 | -6/+57 |
* | Change the way sensitivity is updated once again. We need to test this | Marco Pesenti Gritti | 2003-04-27 | 1 | -16/+53 |
* | update | Marco Pesenti Gritti | 2003-04-27 | 4 | -42/+32 |
* | Update. | David Bordoley | 2003-04-27 | 1 | -1/+20 |
* | Use epiphany logo in about window. | Xan Lopez | 2003-04-27 | 1 | -1/+11 |
* | Update. | Marco Pesenti Gritti | 2003-04-26 | 5 | -40/+207 |
* | Hookup to the response signal instead of using gtk_dialog_run. Prevents us | David Bordoley | 2003-04-26 | 6 | -52/+67 |
* | Get back toolbar editing functionalities. More work on the bookmarks | Marco Pesenti Gritti | 2003-04-25 | 8 | -63/+226 |
* | Connect to the "toggled" signal instead of "button_press_event" so that | David Bordoley | 2003-04-25 | 1 | -12/+8 |
* | Commented out the include egg_toolbars_group.h so that it builds. | David Bordoley | 2003-04-25 | 1 | -1/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-25 | 2 | -0/+203 |
* | Update from egg | Marco Pesenti Gritti | 2003-04-25 | 7 | -119/+51 |
* | Always save a page's content if there i content to be saved. Remove the | David Bordoley | 2003-04-24 | 1 | -1/+1 |
* | Set spacing between a topic and the arrow to 6px. | David Bordoley | 2003-04-24 | 1 | -1/+1 |
* | Add a down arrow to topics in bm toolbars. | David Bordoley | 2003-04-24 | 1 | -0/+5 |
* | Remove --geometry option, we weren't respecting it anyway (this patch | Xan Lopez | 2003-04-24 | 3 | -10/+1 |
* | Use gettext instead of gettext_noop call for g_object_set's third | Christian Neumair | 2003-04-24 | 1 | -4/+4 |
* | Use delete key to remove history items. | David Bordoley | 2003-04-22 | 2 | -6/+42 |
* | Revert the bookmarks toolbar implementation. We really need to integrate | Marco Pesenti Gritti | 2003-04-22 | 4 | -430/+0 |
* | Added tooltips to all the actions. | David Bordoley | 2003-04-21 | 2 | -35/+66 |
* | Added back code to clear the location entry. Marco I hope this is ok with | David Bordoley | 2003-04-21 | 1 | -0/+15 |
* | Fixed a duplicate seperator. Add a view menu. | David Bordoley | 2003-04-21 | 3 | -36/+50 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-21 | 1 | -1/+0 |
* | Remove unused files | Marco Pesenti Gritti | 2003-04-21 | 3 | -351/+0 |
* | Allow to add topics, update when changing bookmarks. | Marco Pesenti Gritti | 2003-04-21 | 2 | -16/+163 |
* | Use g_list_free instead of g_free. | Xan Lopez | 2003-04-21 | 2 | -2/+2 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-20 | 2 | -0/+341 |
* | Update | Marco Pesenti Gritti | 2003-04-20 | 6 | -29/+102 |
* | Delete and Bookmark page menu. | Erich Lesh | 2003-04-20 | 1 | -4/+66 |
* | Update tabs menu sensitivity when switching. | Marco Pesenti Gritti | 2003-04-20 | 1 | -0/+4 |
* | Update Tabs and Zoom menus sensitivity | Marco Pesenti Gritti | 2003-04-20 | 1 | -0/+48 |
* | Add copy to the bookmark context menu. | David Bordoley | 2003-04-20 | 2 | -13/+183 |
* | Update Edit menu sensitivity | Marco Pesenti Gritti | 2003-04-20 | 1 | -1/+61 |
* | Open view source and copy page next to the current tab, not at the end | Xan Lopez | 2003-04-19 | 1 | -3/+9 |
* | Implement clear history. Put favicons near sites names. | Marco Pesenti Gritti | 2003-04-19 | 2 | -0/+29 |
* | Do not install two copies of epiphany.png | Marco Pesenti Gritti | 2003-04-18 | 2 | -15/+28 |
* | New history dialog implementation. More similar to bookmarks. Yeah it | Marco Pesenti Gritti | 2003-04-18 | 12 | -1676/+835 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-17 | 1 | -0/+3 |
* | New abstracted implementations. Nicer and will be useful for history | Marco Pesenti Gritti | 2003-04-17 | 10 | -2008/+51 |
* | Moved the new_window_orphan signal to EphyEmbedSingle. | Dave Camp | 2003-04-17 | 1 | -1/+1 |
* | Add a way to decide if the view is target. The impl is an hack but we keep | Marco Pesenti Gritti | 2003-04-17 | 3 | -20/+58 |
* | Dont set icon on bookmarks when the url is NULL ! Fix a bad crasher. | Marco Pesenti Gritti | 2003-04-16 | 1 | -7/+8 |
* | "Intelligent" selection in node removal. | Xan Lopez | 2003-04-16 | 1 | -0/+33 |
* | Set sizing of the icon column to GTK_TREE_VIEW_COLUMN_GROW_ONLY. | David Bordoley | 2003-04-16 | 1 | -1/+1 |
* | Fix context menu selection mess, tricky, tricky, tricky. It's all kris | Marco Pesenti Gritti | 2003-04-16 | 2 | -47/+83 |
* | *src/bookmarks/ephy-bookmark-editor.c: | David Bordoley | 2003-04-16 | 1 | -0/+1 |
* | *src/bookmarks/ephy-bookmark-editor.c: | David Bordoley | 2003-04-16 | 1 | -6/+9 |
* | Hidden pref for middle click open url. Default off. | Marco Pesenti Gritti | 2003-04-15 | 4 | -73/+63 |
* | Added a confirmation dialog for clearing history. | David Bordoley | 2003-04-15 | 1 | -4/+68 |
* | Remove some api that was just silly wrappers. Return GtkTreeViewColumn on | Marco Pesenti Gritti | 2003-04-15 | 9 | -46/+37 |
* | Declare all the variables before the first instruction. Fixes a | Vincent Untz | 2003-04-15 | 3 | -12/+73 |
* | Added some help buttons to the new bookmark, and properties dialogs. | David Bordoley | 2003-04-15 | 2 | -2/+24 |
* | s/galeon/epiphany ;) | Marco Pesenti Gritti | 2003-04-15 | 2 | -8/+101 |
* | Add a help menu and associated "Contents" and "About" menu entries. Add a | David Bordoley | 2003-04-14 | 4 | -10/+59 |
* | Fix leaks. Dont truncate utf8 strings. | Marco Pesenti Gritti | 2003-04-14 | 1 | -15/+14 |
* | Install the script. | Marco Pesenti Gritti | 2003-04-14 | 1 | -0/+1 |
* | Use google feel like for keywords | Marco Pesenti Gritti | 2003-04-13 | 2 | -3/+50 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-04-13 | 3 | -3/+24 |
* | We cant assume the favicon is already in the cache. | Marco Pesenti Gritti | 2003-04-09 | 1 | -16/+20 |
* | Allow to launch the BME alone, rework some CORBA code, add a .desktop file | Xan Lopez | 2003-04-09 | 6 | -62/+85 |
* | Add funcs to add/remove focus monitor. Make the code nicer and fix warning | Marco Pesenti Gritti | 2003-04-09 | 1 | -67/+78 |
* | If there exist a favicon for the bookmark, add it to the menu. | Johan Dahlin | 2003-04-09 | 1 | -1/+20 |
* | Update. | Marco Pesenti Gritti | 2003-04-09 | 6 | -10/+117 |
* | Move and autoupdate these from egg. | Marco Pesenti Gritti | 2003-04-08 | 1 | -1/+1 |
* | Typo. Drag url, not title. | Christian Persch | 2003-04-07 | 1 | -1/+1 |
* | Just show the new bookmark dialog, don't go modal. | David Bordoley | 2003-04-06 | 6 | -9/+15 |
* | The callback return a boolean ! | Marco Pesenti Gritti | 2003-04-05 | 1 | -1/+3 |
* | Rewrite sensitivity code. Should take in account focus now. | Marco Pesenti Gritti | 2003-04-05 | 5 | -95/+107 |
* | Have a decent size for popups that doesnt specify it. Do not allow to drag | Marco Pesenti Gritti | 2003-04-05 | 3 | -6/+39 |
* | Set drag source on the event box, to avoid conflicts with toolbars drag | Christian Persch | 2003-04-05 | 2 | -31/+37 |
* | Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, we | Marco Pesenti Gritti | 2003-04-02 | 4 | -28/+25 |
* | Marco-is-silly-patch. Update to latest version of the favicons patch. | Christian Persch | 2003-04-02 | 2 | -4/+4 |
* | Show favicons on tabs | Christian Persch | 2003-04-01 | 3 | -21/+67 |
* | Added place holders for help text for preferences dialog added code to | Patanjali Somayaji | 2003-04-01 | 2 | -1/+50 |
* | Update to reflect changes in EphyTopicSelector api. Wrap the topic | David Bordoley | 2003-03-31 | 7 | -152/+121 |
* | Use hotkeys to navigate around the dialog. | David Bordoley | 2003-03-30 | 4 | -44/+72 |
* | More sensitive stuff. | Xan Lopez | 2003-03-30 | 1 | -20/+58 |
* | Do not update menus on unselect. | Xan Lopez | 2003-03-30 | 1 | -19/+13 |
* | Add alt+s mneumonic to the search box and activate it. | David Bordoley | 2003-03-30 | 1 | -9/+13 |
* | Fix warning. | Xan Lopez | 2003-03-30 | 1 | -0/+2 |
* | Make dnd code smarter, so it can support more than just urls types. | Marco Pesenti Gritti | 2003-03-30 | 6 | -40/+244 |
* | Implement topics menu. TODO: All should generate the crappy bookmarks | Marco Pesenti Gritti | 2003-03-29 | 1 | -14/+75 |
* | Makes Delete and Rename menu entries in the BME unsensitive under the | Xan Lopez | 2003-03-29 | 1 | -0/+57 |
* | Use the same key_press callback for both the topics and bm's view. | David Bordoley | 2003-03-29 | 2 | -30/+45 |
* | Fix warning. | Xan Lopez | 2003-03-28 | 1 | -1/+1 |
* | Reorganize the menus a bit. Unifiy topic/bookmarks rename/delete items. | David Bordoley | 2003-03-27 | 4 | -49/+204 |
* | Added help support, help manual and scrollkeeper updates | Patanjali Somayaji | 2003-03-27 | 1 | -1/+27 |
* | Make ids private | Marco Pesenti Gritti | 2003-03-26 | 9 | -102/+447 |
* | Fix compilation with -Werror | Xan Lopez | 2003-03-26 | 1 | -0/+2 |
* | Missing bits from old commit. | Xan Lopez | 2003-03-25 | 1 | -2/+13 |
* | Fix to use the new api | Marco Pesenti Gritti | 2003-03-25 | 1 | -8/+28 |
* | Insensitive case ordering of strings. | Xan Lopez | 2003-03-25 | 1 | -6/+7 |
* | fix a warning | Marco Pesenti Gritti | 2003-03-25 | 1 | -0/+1 |
* | Dont put special keywords in the topics list. Use ephy-state for size of | Marco Pesenti Gritti | 2003-03-25 | 8 | -25/+41 |
* | New epiphany-bookmark-page stock image. I'm not at all attached to this | David Bordoley | 2003-03-25 | 6 | -7/+90 |
* | Fix warning. | Xan Lopez | 2003-03-25 | 1 | -0/+1 |
* | s/EPHY_NODE_KEYWORD_PROP_ALL_PRIORITY/EPHY_NODE_KEYWORD_PROP_PRIORITY/ Add | Xan Lopez | 2003-03-25 | 5 | -14/+29 |
* | Fix warning opening selector. Destroy the editor on exit, ref the shell so | Marco Pesenti Gritti | 2003-03-25 | 3 | -0/+66 |
* | Add close to the file menu. Add some keybindings. | David Bordoley | 2003-03-24 | 1 | -5/+5 |
* | Use the ephy-bookmarks.png for the window icon. | David Bordoley | 2003-03-24 | 1 | -0/+3 |
* | Some ground work on the PRIORITY property, change it from bool to int, add | Xan Lopez | 2003-03-24 | 4 | -7/+29 |
* | Complete implementation of the editor functionalities. | Marco Pesenti Gritti | 2003-03-23 | 5 | -6/+149 |
* | Fix right click selection logic. | Xan Lopez | 2003-03-23 | 1 | -3/+18 |
* | Never destroy but hide the bme. Present the window on activate. Allow to | Marco Pesenti Gritti | 2003-03-23 | 3 | -17/+71 |
* | Some more bookmarks work ... | Marco Pesenti Gritti | 2003-03-22 | 7 | -91/+141 |
* | Begin bookmarks editor redesign. Please still dont use it or you really | Marco Pesenti Gritti | 2003-03-22 | 11 | -385/+856 |
* | Cleanup: get active tab using the function | Marco Pesenti Gritti | 2003-03-22 | 1 | -2/+5 |
* | Reimplement ephystate using xml and make it easier to use. -> remove some | Marco Pesenti Gritti | 2003-03-19 | 3 | -57/+9 |
* | Cleanup filepicker api behavior. Put pdm buttons in a size group, to make | Marco Pesenti Gritti | 2003-03-17 | 2 | -2/+29 |
* | Fix Warning. | Xan Lopez | 2003-03-16 | 1 | -1/+1 |
* | Put the bookmark view in hinted mode. Fix multiple selection actions in | Xan Lopez | 2003-03-16 | 3 | -1/+17 |
* | Fix leak and a double free | Christian Persch | 2003-03-15 | 1 | -0/+2 |
* | Add Application Name | Xan Lopez | 2003-03-15 | 1 | -0/+1 |
* | More cleaner way of length calculation from previous commit. | Xan Lopez | 2003-03-10 | 1 | -1/+1 |
* | Properly autocomplete when topics have national characters, fix #107685 | Xan Lopez | 2003-03-10 | 1 | -7/+6 |
* | s/Keywords/Topics/ | Xan Lopez | 2003-03-09 | 2 | -3/+3 |
* | Code cleanup from galeon | Marco Pesenti Gritti | 2003-03-09 | 1 | -1/+1 |
* | Add a stock icon for entry box so that it has an icon in the tbe. | David Bordoley | 2003-03-08 | 1 | -0/+2 |
* | New toolbar action so that the "Go" button is always text only. Removed | David Bordoley | 2003-03-07 | 5 | -5/+173 |
* | Try to handle better editing/multiple selection | Marco Pesenti Gritti | 2003-03-06 | 1 | -12/+16 |
* | Translate menus | Marco Pesenti Gritti | 2003-03-05 | 4 | -3/+16 |
* | about:options and about:epiphany | Marco Pesenti Gritti | 2003-03-04 | 5 | -295/+19 |
* | Fix 105990. | Xan Lopez | 2003-03-01 | 1 | -0/+25 |
* | Fix embed dialog to pass a good EphyEmbed when the initial one has been | Marco Pesenti Gritti | 2003-03-01 | 1 | -0/+5 |
* | Remove old toolbar editor ui | Marco Pesenti Gritti | 2003-03-01 | 3 | -7/+31 |
* | fix compilation | Marco Pesenti Gritti | 2003-02-28 | 1 | -8/+10 |
* | Typo. | Xan Lopez | 2003-02-27 | 1 | -1/+1 |
* | BE auto sort. | Xan Lopez | 2003-02-26 | 6 | -3/+111 |
* | Make tbe a normal dialog for now. | Marco Pesenti Gritti | 2003-02-26 | 1 | -1/+2 |
* | Remove an hack used to work around a fixed combo problem | Marco Pesenti Gritti | 2003-02-26 | 2 | -8/+1 |
* | Revert unwanted checkin | Marco Pesenti Gritti | 2003-02-23 | 1 | -5/+0 |
* | Update location entry with the urls selected on the drop down. Implement | Marco Pesenti Gritti | 2003-02-23 | 4 | -4/+32 |
* | Dont create duped actions, fix crash on exit | Marco Pesenti Gritti | 2003-02-22 | 1 | -19/+18 |
* | Add lots of debug code to solve these damned crashes. Dont create multiple | Marco Pesenti Gritti | 2003-02-21 | 1 | -7/+8 |
* | History go to button. | Xan Lopez | 2003-02-21 | 1 | -3/+50 |
* | Dont crash when dragging a new bookmark on the toolbar and then click | Marco Pesenti Gritti | 2003-02-21 | 1 | -3/+8 |
* | Dont have a separate context menu for copy, just put it inside the | Marco Pesenti Gritti | 2003-02-20 | 4 | -41/+0 |
* | data/ui/epiphany-bookmark-editor-ui.xml.in | Dave Bordoley | 2003-02-19 | 1 | -5/+5 |
* | src/ephy-window.c Fix mneumonic collision between back and bookmarks. | Dave Bordoley | 2003-02-16 | 1 | -1/+1 |
* | data/ui/epiphany-toolbar.xml.in data/ui/epiphany-ui.xml.in | Dave Bordoley | 2003-02-16 | 5 | -22/+22 |
* | Implement a selected text context menu. | Marco Pesenti Gritti | 2003-02-15 | 1 | -1/+11 |
* | src/ephy-window.c src/window-commands.c src/window-commands.h | Dave Bordoley | 2003-02-15 | 3 | -1/+14 |
* | Add tab load notification (a little spinning icon), and a context menu for | James Willcox | 2003-02-15 | 1 | -0/+137 |
* | data/ui/epiphany-ui.xml.in Added some separators. Changed "bookmark" verbs | Dave Bordoley | 2003-02-14 | 5 | -37/+37 |
* | + 2003-02-13 Lee Willis <lwillis@plus.net> | Marco Pesenti Gritti | 2003-02-14 | 1 | -1/+1 |
* | *** empty log message *** | Dave Bordoley | 2003-02-14 | 1 | -1/+1 |
* | Make "Go to" button insensitive when no bookmark is selected. | Xan Lopez | 2003-02-14 | 1 | -1/+10 |
* | Fix a heap corruption bug that was causing bad stuff when smart bookmarks | James Willcox | 2003-02-14 | 2 | -3/+1 |
* | Fix default size, remove some unnecessary spaces | Marco Pesenti Gritti | 2003-02-13 | 1 | -6/+6 |
* | Add "Go to" button to the BE. | Xan Lopez | 2003-02-13 | 1 | -4/+33 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-13 | 4 | -103/+56 |
* | Make the bookmarks editor properly select the "All" keyword if it was the | James Willcox | 2003-02-11 | 1 | -1/+1 |
* | Remove Location field from BE bookmarks view, add a location entry | Xan Lopez | 2003-02-11 | 3 | -18/+43 |
* | Have just one Close menu item and make it behave like other gnome apps. | Marco Pesenti Gritti | 2003-02-10 | 1 | -2/+2 |
* | Have just one Close menu item and make it behave like other gnome apps. | Marco Pesenti Gritti | 2003-02-10 | 3 | -18/+5 |
* | Make nautilus view actually work | Marco Pesenti Gritti | 2003-02-10 | 2 | -2/+6 |
* | Changed GtkType to GType. | Christian Meyer | 2003-02-09 | 5 | -5/+5 |
* | Error handling in moz bookmarks import. | Xan Lopez | 2003-02-09 | 1 | -8/+18 |
* | Fix some i18n problems | Marco Pesenti Gritti | 2003-02-08 | 1 | -6/+6 |
* | Add a go button to the toolbar editor. The icon is duped with default | Marco Pesenti Gritti | 2003-02-08 | 3 | -0/+27 |
* | Better toolbar appeareance. More clear buttons labels on resume dialog. | Marco Pesenti Gritti | 2003-02-08 | 1 | -1/+2 |
* | Make the bookmarks editor not crash-on-close if no keyword is selected. | James Willcox | 2003-02-08 | 1 | -0/+7 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-08 | 1 | -9/+9 |
* | Fix two memleaks (I hope). | Xan Lopez | 2003-02-08 | 1 | -1/+1 |
* | Make the bookmarks editor remember the last selected keyword, and make | James Willcox | 2003-02-07 | 3 | -1/+65 |
* | Do not use a button for spinner. Correctly update spinner size for toolbar | Marco Pesenti Gritti | 2003-02-06 | 1 | -8/+39 |
* | Clear also location history when clearing history. Doesnt update | Marco Pesenti Gritti | 2003-02-06 | 3 | -0/+32 |
* | Make importing actually work properly. *cough* | James Willcox | 2003-02-06 | 1 | -17/+2 |
* | Added the ability to import galeon and konqueror bookmarks. | James Willcox | 2003-02-06 | 3 | -1/+221 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-06 | 9 | -44/+85 |
* | Fix back/forward accels. Add startup feedback. | Marco Pesenti Gritti | 2003-02-05 | 1 | -3/+3 |
* | Set proper title in bookmarks editor window. | Xan Lopez | 2003-02-05 | 1 | -0/+2 |
* | Fix several menu accels I borked when porting to egg. Connect drag source | Marco Pesenti Gritti | 2003-02-05 | 2 | -9/+9 |
* | Add some icons, thanks to jorn to provide them. last api change seem to | Marco Pesenti Gritti | 2003-02-03 | 1 | -3/+3 |
* | Make favorites really work and avoid they crash when closing window, 0.5 | Marco Pesenti Gritti | 2003-02-01 | 2 | -2/+3 |
* | Add icons, fix some minor appeareance stuff, rework ui updating to deal | Marco Pesenti Gritti | 2003-01-31 | 1 | -4/+5 |
* | Allow to drag also normal urls in the toolbars. Commit some fixes I did to | Marco Pesenti Gritti | 2003-01-30 | 6 | -21/+84 |
* | Fix bookmarks/smart bookmarks add to the toolbars. | Marco Pesenti Gritti | 2003-01-30 | 1 | -7/+0 |
* | Complete (or nearly) toolbar editor implementation. Bookmarks are | Marco Pesenti Gritti | 2003-01-30 | 4 | -39/+80 |
* | Changed copyright notice in about dialog (src/window-commands.c). | Christian Neumair | 2003-01-29 | 1 | -6/+2 |
* | Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtk | Marco Pesenti Gritti | 2003-01-29 | 1 | -7/+0 |
* | Implement dragging from the editor. It's stilly buggy but I didnt expect | Marco Pesenti Gritti | 2003-01-28 | 3 | -7/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-26 | 3 | -0/+16 |
* | Complete bookmark action implementation (with smb too) | Marco Pesenti Gritti | 2003-01-26 | 3 | -10/+213 |
* | Implement the data part of the toolbar editor. Partial implementation of | Marco Pesenti Gritti | 2003-01-24 | 7 | -18/+306 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-23 | 2 | -0/+353 |
* | Reimplement encoding menus. Work around eggmenu finalization problems. Fix | Marco Pesenti Gritti | 2003-01-23 | 5 | -22/+20 |
* | Fix autocompletion to not show duped entries. Complete print preview impl. | Marco Pesenti Gritti | 2003-01-23 | 5 | -36/+75 |
* | Fix chromes | Marco Pesenti Gritti | 2003-01-22 | 6 | -22/+100 |
* | hmmm | Marco Pesenti Gritti | 2003-01-21 | 1 | -1/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-21 | 1 | -0/+2 |
* | Api changes. | Marco Pesenti Gritti | 2003-01-21 | 2 | -8/+4 |
* | Set stop button sensitivity | Marco Pesenti Gritti | 2003-01-21 | 1 | -0/+2 |
* | Fix a stupid mistake porting galeon changes, no more freeze. | Marco Pesenti Gritti | 2003-01-21 | 2 | -4/+27 |
* | Merge eog-menu-api branch | Marco Pesenti Gritti | 2003-01-21 | 30 | -2612/+2447 |
* | Port several leaks fixes from galeon. | Marco Pesenti Gritti | 2003-01-20 | 9 | -34/+37 |
* | Dont crash when schemas installed incorrectly | Marco Pesenti Gritti | 2003-01-14 | 1 | -0/+1 |
* | Use the title also for hosts in history. Cleanup hosts matching code a | Marco Pesenti Gritti | 2003-01-14 | 2 | -2/+2 |
* | Use favicons in bookmarks. Use titles for session history when possible. | Marco Pesenti Gritti | 2003-01-13 | 12 | -3/+118 |
* | correctly update window icon when the page doesnt specify any favicon url. | Marco Pesenti Gritti | 2003-01-13 | 1 | -2/+2 |
* | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-01-12 | 12 | -90/+54 |
* | Move root nodes ids to ephy-types. Simple logging facility: | Marco Pesenti Gritti | 2003-01-12 | 2 | -6/+2 |
* | Reimplement favicons. Now all exit crashes related to connections left | Marco Pesenti Gritti | 2003-01-12 | 4 | -8/+64 |
* | Rehash link context menu order to be hig compliant. Set a desktop icon. | Marco Pesenti Gritti | 2003-01-10 | 2 | -3/+6 |
* | Reset link message when changing page. | Marco Pesenti Gritti | 2003-01-09 | 1 | -0/+1 |
* | Extend ephy node to allow some reversed ids. Use it for base | Marco Pesenti Gritti | 2003-01-09 | 1 | -2/+8 |
* | More start here page work, importing bookmarks from mozilla now should | Marco Pesenti Gritti | 2003-01-09 | 1 | -0/+39 |
* | Make sure event listener is ever attached. Never allow to override | Marco Pesenti Gritti | 2003-01-06 | 1 | -26/+6 |
* | Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when using | Marco Pesenti Gritti | 2003-01-05 | 13 | -65/+66 |
* | Really update favicon when switching tab. | Marco Pesenti Gritti | 2003-01-05 | 1 | -1/+1 |
* | Remove unnecessary markup from translations. | Marco Pesenti Gritti | 2003-01-05 | 5 | -15/+38 |
* | Use gtk icons for dnd. Basic implementation of bookmarks importing. Still | Marco Pesenti Gritti | 2003-01-03 | 3 | -5/+133 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-02 | 7 | -37/+38 |
* | Rewrite ephy node multiple removals to actually work. | Marco Pesenti Gritti | 2003-01-01 | 2 | -7/+23 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-01 | 2 | -2/+3 |
* | Resync with galeon. | Marco Pesenti Gritti | 2002-12-31 | 7 | -338/+1032 |