| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build for builddir != srcdir | Xan Lopez | 2008-01-19 | 1 | -0/+1 |
* | Missing files from last commit. | Cosimo Cecchi | 2008-01-14 | 2 | -0/+691 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 8 | -630/+389 |
* | Catch bookmarks and history in EphyLocationActionPrivate, it's smarter. | Diego Escalante Urrelo | 2007-12-27 | 2 | -3/+5 |
* | Moves the completion_func from lib/widgets/ephy-location-entry.c to | Diego Escalante Urrelo | 2007-12-26 | 2 | -101/+16 |
* | download-dialog hidden state is now saved to gconf. New downloads started while | Diego Escalante Urrelo | 2007-12-24 | 1 | -0/+1 |
* | Add "node-middle-clicked" signal to EphyNodeView. | Cosimo Cecchi | 2007-12-08 | 2 | -0/+38 |
* | Remove a FIXME in ephy_file_delete_directory. The function is already | Diego Escalante Urrelo | 2007-12-08 | 1 | -1/+0 |
* | Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window and | Cosimo Cecchi | 2007-11-19 | 2 | -1/+8 |
* | Fix a bug in EphyNodeView which caused weird problems when setting columns | Cosimo Cecchi | 2007-11-19 | 1 | -0/+5 |
* | Hide Back/Forward buttons when disable_history lockdown key is enabled. Make | Cyril Brulebois | 2007-11-12 | 1 | -1/+5 |
* | Adds a column in the history window showing the date and the time of the | Cosimo Cecchi | 2007-11-07 | 3 | -0/+323 |
* | Update to latest EggToolbarEditor code. | Felix Riemann | 2007-11-04 | 2 | -10/+62 |
* | Remove unneeded marshallers. Fixes bug #484060. | Felix Riemann | 2007-10-07 | 1 | -19/+0 |
* | Changes g_value_set_string to g_value_take_string to avoid a leak. Also add the | Diego Escalante Urrelo | 2007-09-30 | 1 | -1/+4 |
* | Make the location entry completion cells smarter, now bookmarks take the full | Diego Escalante Urrelo | 2007-09-30 | 1 | -3/+35 |
* | Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so private | Diego Escalante Urrelo | 2007-09-29 | 1 | -4/+28 |
* | Add a preview for the FileChooser. The default size is 150x150. Fixes bug | Diego Escalante Urrelo | 2007-09-28 | 1 | -0/+39 |
* | Make Epiphany properly remember the last saved location in the FileChooser. | Cosimo Cecchi | 2007-09-26 | 1 | -0/+26 |
* | Add a somewhat tricky fix for url titles not visible on the completion | Diego Escalante Urrelo | 2007-09-19 | 1 | -30/+37 |
* | Modifies the EphySearchEntry to inherit from EphyIconEntry instead of | Cosimo Cecchi | 2007-09-10 | 2 | -8/+16 |
* | Fixes bad state syncing when adding zoom controls to the toolbar. Fixes | Cosimo Cecchi | 2007-09-09 | 1 | -0/+4 |
* | Add saved files to the GtkRecent list, gnome-panel is broken so don't | Diego Escalante Urrelo | 2007-08-27 | 2 | -0/+15 |
* | Make cursor be at the end of the URL when selecting entries from the | Diego Escalante Urrelo | 2007-08-19 | 1 | -0/+1 |
* | Fix multihead problems in toolbar editor. | Carlos Garcia Campos | 2007-08-16 | 2 | -6/+15 |
* | Remove an unused variable. One-liner by Cosimo Cecchi. Part of Bug | Diego Escalante Urrelo | 2007-07-31 | 1 | -1/+0 |
* | Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173. | Diego Escalante Urrelo | 2007-07-30 | 1 | -6/+0 |
* | Fix memory leak. | Carlos Garcia Campos | 2007-07-30 | 1 | -0/+3 |
* | Remove some icons from the context menu, and use better ones for some menu | Wouter Bolsterlee | 2007-07-21 | 2 | -4/+6 |
* | Use the right icon name. Bug #385872. | Christian Persch | 2007-07-15 | 1 | -1/+1 |
* | Update glib req to 2.13.4 so we can use g_get_user_special_dir. | Christian Persch | 2007-07-11 | 1 | -162/+9 |
* | Use the new gtk functions to persist and load the print settings and page | Christian Persch | 2007-07-11 | 2 | -183/+0 |
* | Remove gtk version check since we now depend on 2.11. | Christian Persch | 2007-07-10 | 1 | -5/+0 |
* | Port to new tooltips API. | Christian Persch | 2007-07-10 | 2 | -28/+3 |
* | Port to new tooltips API. | Christian Persch | 2007-07-10 | 2 | -63/+4 |
* | Install under hicolor and use "epiphany" named icon as application icon | Luca Ferretti | 2007-07-10 | 1 | -1/+1 |
* | Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download" | Luca Ferretti | 2007-07-10 | 2 | -2/+2 |
* | Copy the lock icons from g-i-t 2.16 into epiphany, since the new ones in | Christian Persch | 2007-07-10 | 2 | -9/+7 |
* | removed added Rename to update-toolbareditor-from-libegg.sh Also updated | Jaap Haitsma | 2007-07-04 | 6 | -124/+46 |
* | script that syncs local toolbar editor copy with the one in libegg SVN | Jaap Haitsma | 2007-07-01 | 11 | -44/+111 |
* | use "document-page-setup" named icon for STOCK_PRINT_SETUP (now available | Luca Ferretti | 2007-06-26 | 1 | -1/+5 |
* | Make named drag-icons toolbar-sized like the others. Part of bug #450590. | Felix Riemann | 2007-06-25 | 1 | -1/+25 |
* | Cleanups to my last commit. Fixes bug 450590 (Felix Riemann, Jaap Haitsma) | Felix Riemann | 2007-06-25 | 1 | -28/+15 |
* | Add a workaround to take into account that Gtk{Radio,Toggle}Actions only | Felix Riemann | 2007-06-24 | 1 | -2/+13 |
* | Adds some prefixes to web_prefixes for ftp sites. Bug #422114. | Diego Escalante Urrelo | 2007-06-01 | 1 | -1/+5 |
* | No need to make this data static. | Christian Persch | 2007-05-27 | 1 | -1/+1 |
* | Include config.h. | Christian Persch | 2007-05-20 | 1 | -0/+2 |
* | Support using named icons in the toolbareditor and attach them to the | Felix Riemann | 2007-05-08 | 1 | -2/+16 |
* | Copy the items on the completion list as the user moves through them. The | Xan Lopez | 2007-05-02 | 2 | -2/+36 |
* | Avoid opening nautilus if downloads are done to Desktop. This re-fixes bug | Diego Escalante Urrelo | 2007-04-25 | 1 | -5/+19 |
* | Use xdg-user-dirs to get a better default Downloads directory (Closes: | Bastien Nocera | 2007-04-24 | 1 | -0/+150 |
* | #if 0 some currently unused code. Bug #423907. | Christian Persch | 2007-03-29 | 1 | -0/+2 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 79 | -87/+87 |
* | Regenerate the type builtins when the Makefile changes. Should fix bug | Christian Persch | 2007-03-11 | 2 | -12/+12 |
* | Don't use C++-style comments in C files. No code changes, only comments | Christian Persch | 2007-03-06 | 1 | -14/+23 |
* | Make sure the type builtins are regenerated when the Makefile changes. | Christian Persch | 2007-03-04 | 2 | -4/+4 |
* | Move ephy-adblock.* to embed. Change the API to pass EphyEmbed to | Benjamin Berg | 2007-03-03 | 3 | -163/+0 |
* | Convert EphyNode to use GSlice. | Christian Persch | 2007-01-29 | 1 | -16/+22 |
* | Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML. | Christian Persch | 2007-01-29 | 1 | -1/+33 |
* | configure.ac | Luca Ferretti | 2007-01-18 | 2 | -2/+2 |
* | Opens images in a new browser window if EOG is not found. Bug #167595. | Diego Escalante Urrelo | 2007-01-09 | 1 | -4/+2 |
* | Workaround/semi-fix for bug #351814. The real cause of the problem is the | Diego Escalante Urrelo | 2007-01-09 | 1 | -6/+11 |
* | Sorry, forgot to svn add this file from the previous commit. :(. | Diego Escalante Urrelo | 2007-01-03 | 1 | -0/+34 |
* | Utilize GLib's new g_timeout_add_seconds to reduce context switches and | Diego Escalante Urrelo | 2007-01-03 | 1 | -0/+1 |
* | Remove x bit from source files | Christian Persch | 2006-12-31 | 7 | -0/+0 |
* | .cvsignore files are obsolete | Christian Persch | 2006-12-30 | 3 | -28/+0 |
* | Invert MoveToolItem and RemoveToolItem order, matchingh same feature for | Luca Ferretti | 2006-12-20 | 3 | -6/+1 |
* | Show favicons in location entry drop-down. Bug #112748, patch by Diego | Christian Persch | 2006-12-18 | 2 | -3/+15 |
* | List title and URL in location entry drop-down. Bug #169550, patch by | Christian Persch | 2006-12-18 | 2 | -3/+25 |
* | Fix secure location bar colouring with dark themes. Bug #347343, patch by | Christian Persch | 2006-12-18 | 1 | -2/+2 |
* | embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.c | Björn Lindqvist | 2006-12-17 | 2 | -123/+70 |
* | Use a define for the default window icon. Bug #385872. | Christian Persch | 2006-12-15 | 9 | -8/+21 |
* | Remove the proxy icon from View->Page Source menu entry. | Luca Ferretti | 2006-12-14 | 1 | -1/+1 |
* | Add new "bookmark-view" icon from Andreas Nilsson, replacing | Luca Ferretti | 2006-12-14 | 1 | -1/+1 |
* | Updated icon for history from Andreas Nilsson. | Luca Ferretti | 2006-12-13 | 1 | -1/+1 |
* | Move code around. | Christian Persch | 2006-12-09 | 1 | -0/+7 |
* | Remove old stock icons | Luca Ferretti | 2006-12-09 | 2 | -11/+5 |
* | Fix typo | Christian Persch | 2006-12-05 | 1 | -2/+2 |
* | Version 2.17.3. | Christian Persch | 2006-12-05 | 3 | -61/+30 |
* | Lower the priority of the spinner animation so that the animation does not | Benjamin Berg | 2006-11-18 | 1 | -3/+5 |
* | This is entirely my code, not marco's | Christian Persch | 2006-11-05 | 1 | -1/+1 |
* | Remove debug spew. | Christian Persch | 2006-11-04 | 1 | -2/+0 |
* | A lib/widgets/ephy-spinner-tool-item.c: A | Christian Persch | 2006-10-18 | 1 | -0/+2 |
* | A lib/widgets/ephy-spinner-tool-item.c: A | Christian Persch | 2006-10-18 | 3 | -4/+282 |
* | Fix a crash after failing to get the spinner animation or rest icons. | Christian Persch | 2006-10-18 | 2 | -18/+14 |
* | Automatically open a Nautilus window after downloading has finished. Fixes | Wouter Bolsterlee | 2006-10-15 | 2 | -0/+24 |
* | Fix a bug in the last commit. | Christian Persch | 2006-10-09 | 2 | -2/+2 |
* | Make the enum/flags values not global. | Christian Persch | 2006-10-08 | 2 | -14/+14 |
* | Fix compile warnings. | Christian Persch | 2006-10-01 | 2 | -5/+4 |
* | Fix compile warnings. | Christian Persch | 2006-10-01 | 1 | -6/+1 |
* | Simplify code and save some memory. | Christian Persch | 2006-09-30 | 1 | -104/+111 |
* | Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing to | Christian Persch | 2006-09-30 | 2 | -164/+172 |
* | Clicking favicon in the location bar selects URL. Fix bug #349557. | Jean-François Rameau | 2006-09-14 | 1 | -0/+29 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 78 | -123/+123 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 24 | -28/+28 |
* | Remove debug printf | Christian Persch | 2006-08-18 | 1 | -2/+0 |
* | Fix crash when reading the options file. Bug #351788. Actually return the | Christian Persch | 2006-08-18 | 1 | -32/+36 |
* | Don't crash on error. Bug #351187. | Christian Persch | 2006-08-14 | 1 | -2/+2 |
* | ephy_file_launch_desktop_file accepts now a parameter. Fix #343321. | Jean-François Rameau | 2006-08-10 | 2 | -1/+3 |
* | Improve the a11y theme check. | Christian Persch | 2006-08-08 | 1 | -2/+2 |
* | Use variables here, not configure substitutions. | Christian Persch | 2006-08-08 | 1 | -1/+1 |
* | Fix the build. | Christian Persch | 2006-08-06 | 1 | -0/+2 |
* | A lib/ephy-print-utils.c: A lib/ephy-print-utils.h: | Christian Persch | 2006-08-05 | 4 | -0/+618 |
* | Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File -> | Luca Ferretti | 2006-07-26 | 2 | -7/+9 |
* | Set default dictionary based on applicable locale names. | Jean-François Rameau | 2006-07-25 | 1 | -5/+13 |
* | Fix default activation. | Christian Persch | 2006-07-25 | 1 | -0/+21 |
* | Reset IM context before activation. Bug #348478, patch by Nguyễn Thái | Christian Persch | 2006-07-25 | 1 | -0/+1 |
* | Add a way to turn off password remembering. Bug #332374. | Christian Persch | 2006-07-22 | 1 | -0/+3 |
* | Add our options in a custom tab in the print dialogue. | Christian Persch | 2006-07-22 | 2 | -3/+53 |
* | When resetting the entry also emit user-changed, to restore the original | Christian Persch | 2006-07-20 | 1 | -5/+18 |
* | Work around bug #346662 by not changing selection while removing the | Christian Persch | 2006-07-11 | 1 | -0/+15 |
* | Fix middle-click and ctrl-enter in the location entry autocompletion | Christian Persch | 2006-07-11 | 1 | -5/+61 |
* | A lib/ephy-password-dialog.c: A lib/ephy-password-dialog.h: | Christian Persch | 2006-06-22 | 3 | -0/+812 |
* | Check for enchant, and output an overview of the configured options on | Christian Persch | 2006-06-09 | 3 | -0/+363 |
* | Improve next-token logic for bookmark completion. Fixes #339167 (hopefully | Wouter Bolsterlee | 2006-06-05 | 1 | -2/+2 |
* | Make bookmark search ignore special characters (bug 339167) | Frederic Peters | 2006-05-30 | 1 | -1/+1 |
* | Fix crash when moving zoom widget on toolbar (#338682) | Frederic Peters | 2006-05-30 | 1 | -0/+3 |
* | Fix launching of desktop files. | Christian Persch | 2006-05-30 | 1 | -1/+8 |
* | Add methods to EphyNode to set typed properties. This change improves the | Jean-François Rameau | 2006-05-23 | 2 | -18/+146 |
* | Shut up | Christian Persch | 2006-05-12 | 1 | -0/+4 |
* | Drop support for gecko 1.7. | Christian Persch | 2006-05-11 | 3 | -45/+0 |
* | #337140: Replace fallback favicon with more semantically correct 'text-html' | Tommi Komulainen | 2006-04-15 | 1 | -3/+7 |
* | A data/epiphany-pango.schemas: | Christian Persch | 2006-04-10 | 1 | -0/+3 |
* | Add ephy_guid_help_with_doc_id for use by e-e. | Christian Persch | 2006-04-03 | 2 | -12/+27 |
* | Use g_object_ref_sink(). | Christian Persch | 2006-03-29 | 3 | -6/+3 |
* | Fix print format/arg mismatch. | Christian Persch | 2006-03-24 | 1 | -2/+2 |
* | Use GtkStatusIcon. | Christian Persch | 2006-03-20 | 7 | -2286/+2 |
* | lib/egg/egg-editable-toolbar.c | Peter Harvey | 2006-02-24 | 1 | -4/+15 |
* | lib/egg/egg-editable-toolbar.c | Peter Harvey | 2006-02-24 | 1 | -0/+7 |
* | lib/egg/egg-editable-toolbar.c | Peter Harvey | 2006-02-24 | 1 | -0/+7 |
* | data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.c | Peter Harvey | 2006-02-21 | 6 | -92/+170 |
* | src/bookmarks/ephy-bookmarks-editor.c | Peter Harvey | 2006-02-14 | 1 | -0/+2 |
* | Remove ephy_gui_window_present. | Christian Persch | 2006-02-14 | 2 | -32/+0 |
* | Move --private-instance out of debug #ifdef. | Christian Persch | 2006-02-14 | 2 | -10/+26 |
* | Save tons of g_type_from_name calls. | Christian Persch | 2006-02-07 | 1 | -30/+38 |
* | lib/ephy-state.h lib/ephy-state.c src/epiphany.defs | Peter Harvey | 2006-02-04 | 2 | -52/+16 |
* | lib/ephy-state.h lib/ephy-state.c src/ephy-shell.c | Peter Harvey | 2006-02-04 | 1 | -0/+4 |
* | lib/ephy-state.h lib/ephy-state.c src/ephy-shell.c | Peter Harvey | 2006-02-04 | 1 | -4/+58 |
* | lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.c | Peter Harvey | 2006-02-04 | 4 | -41/+186 |
* | On session logout, check if there are downloads pending (since they're not | Christian Persch | 2006-02-03 | 2 | -0/+26 |
* | Fix some memory leaks. | Jean-François Rameau | 2006-02-03 | 1 | -3/+11 |
* | Queue commands received from the main and remote instances, and process | Christian Persch | 2006-02-02 | 2 | -3/+13 |
* | lib/egg/egg-editable-toolbar.c | Peter Harvey | 2006-02-02 | 1 | -3/+19 |
* | lib/egg/egg-toolbars-model.c lib/egg/egg-toolbars-model.h | Peter Harvey | 2006-01-31 | 2 | -0/+65 |
* | Don't double-ref the UI manager. Don't try to set a cursor on windowless | Christian Persch | 2006-01-31 | 1 | -18/+21 |
* | Fix the build with -Werror. | Christian Persch | 2006-01-31 | 1 | -11/+14 |
* | data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.c | Peter Harvey | 2006-01-31 | 2 | -170/+330 |
* | Add a convenience function to get current event data. | Christian Persch | 2006-01-30 | 3 | -2/+44 |
* | Fix strings again. Bug #328747. | Christian Persch | 2006-01-29 | 1 | -77/+77 |
* | Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl> | Reinout van Schouwen | 2006-01-29 | 1 | -77/+77 |
* | libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing the | Christian Persch | 2006-01-26 | 1 | -0/+1 |
* | Run the main loop until the reply is received when activating a running | Christian Persch | 2006-01-25 | 2 | -17/+39 |
* | Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so we | Christian Persch | 2006-01-24 | 2 | -16/+34 |
* | When updating the address bar, always update the address state, sometimes | Crispin Flowerday | 2006-01-23 | 1 | -0/+3 |
* | When adding a column that can be sorted on, re-create the sort model, so | Crispin Flowerday | 2006-01-18 | 1 | -0/+8 |
* | Add event type to the callback. | Christian Persch | 2006-01-17 | 2 | -4/+19 |
* | Fix number of /'s in URI. | Christian Persch | 2006-01-17 | 7 | -18/+246 |
* | lib/egg/egg-editable-toolbar.h | Peter Harvey | 2006-01-17 | 1 | -2/+5 |
* | EggEditableToolbar no longer supports middle-mouse-button drag. | Peter Anthony Harvey | 2006-01-17 | 1 | -254/+124 |
* | Added stock_bookmark as one of our stock icons. | Peter Anthony Harvey | 2006-01-17 | 2 | -0/+2 |
* | Do not try to store a string parameter if it is null (avoids segfault). | Peter Anthony Harvey | 2006-01-17 | 1 | -0/+2 |
* | Add a method to EphyAdblock interface, ephy_adblock_manager_edit_rule, so | Jean-François Rameau | 2006-01-16 | 2 | -0/+20 |
* | 2006-01-13 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2006-01-13 | 2 | -2/+0 |
* | Removed unused struct. | Peter Anthony Harvey | 2006-01-10 | 1 | -6/+0 |
* | Fix compiler warnings. | Christian Persch | 2006-01-04 | 2 | -0/+3 |
* | R data/art/epiphany-close-tab.png: | Christian Persch | 2006-01-04 | 2 | -4/+0 |
* | Don't include generated files in the tarball. Bug #319440. | Christian Persch | 2006-01-03 | 2 | -4/+7 |
* | R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: A | Christian Persch | 2006-01-03 | 4 | -497/+4 |
* | Put a marker in the environment to detect when we launch ourself as a | Christian Persch | 2005-12-31 | 1 | -30/+40 |
* | Add some code so ad blocking should be more easy. Based on the fact that | Jean-François Rameau | 2005-12-20 | 3 | -0/+141 |
* | Use a gtk stock cursor (GDK_HAND2) instead of already removed image. Fixes | Claudio Saavedra | 2005-12-17 | 1 | -5/+1 |
* | Fix quote character | Christian Persch | 2005-12-12 | 1 | -2/+2 |
* | Fix quote character | Christian Persch | 2005-12-12 | 1 | -2/+2 |
* | Fix typo | Christian Persch | 2005-12-12 | 1 | -1/+1 |
* | Updated comment to refer to the schema autogeneration tool. | Christian Persch | 2005-12-06 | 1 | -2/+2 |
* | Add a method to generate collation keys for domain names. | Christian Persch | 2005-11-29 | 2 | -0/+51 |
* | === Release 1.9.2 ===Release192 | Christian Persch | 2005-11-13 | 1 | -29/+30 |
* | lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.c | Crispin Flowerday | 2005-11-11 | 2 | -2/+2 |
* | Don't translate param spec strings. | Christian Persch | 2005-11-08 | 3 | -18/+21 |
* | More static strings. | Christian Persch | 2005-11-08 | 3 | -6/+6 |
* | Mark strings in param specs as static. | Christian Persch | 2005-11-08 | 11 | -22/+22 |
* | String cleanup. | Christian Persch | 2005-11-04 | 1 | -4/+5 |
* | R data/art/hand-open.png: | Christian Persch | 2005-11-03 | 1 | -6/+5 |
* | Simplify the drag icon code. | Christian Persch | 2005-11-03 | 1 | -109/+21 |
* | Show drag icon with page title + URL when dragging from the drag handle. | Christian Persch | 2005-11-03 | 1 | -0/+238 |
* | Return early when the action doesn't exist; don't crash. Patch by Peter | Christian Persch | 2005-11-02 | 1 | -1/+4 |
* | Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers, and | Christian Persch | 2005-11-02 | 1 | -7/+9 |
* | More curly quotes. | Christian Persch | 2005-11-01 | 1 | -2/+2 |
* | Constification. | Christian Persch | 2005-11-01 | 1 | -2/+2 |
* | Store the redirect and toplevel attributes when adding pages to the | Christian Persch | 2005-10-31 | 1 | -0/+1 |
* | R lib/ephy-glade.c: R lib/ephy-glade.h: | Christian Persch | 2005-10-31 | 4 | -205/+13 |
* | Don't use BIND_LAZY when enabling debugging. That way we can find missing | Christian Persch | 2005-10-31 | 1 | -6/+11 |
* | Use G_MODULE_BIND_LAZY when dlopening modules. | Emmanuele Bassi | 2005-10-31 | 2 | -4/+6 |
* | Set the action's accel group. Fixes bug #319536. | Christian Persch | 2005-10-30 | 1 | -1/+7 |
* | Add ephy_file_get_downloads_dir() to get the actual downloads directory, | Christian Persch | 2005-10-30 | 3 | -1/+44 |
* | Use G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL when opening the extension | Christian Persch | 2005-10-29 | 1 | -1/+2 |
* | Skip spinner update when we're not loaded. Should fix bug #320079. | Christian Persch | 2005-10-29 | 1 | -7/+11 |
* | Expose the extension description keyfile directly to the loaders. | Christian Persch | 2005-10-21 | 5 | -20/+28 |
* | Minor code cleanup. | Christian Persch | 2005-10-20 | 1 | -6/+10 |
* | Remove fullscreen and leave-fullscreen stock icons; they're available in | Christian Persch | 2005-10-20 | 2 | -4/+0 |
* | H18 patch, by Peter Harvey <pah06@uow.edu.au>. | Peter Harvey | 2005-10-17 | 6 | -1110/+1255 |
* | Exten the EphyLinkAction to attach a mouse-release-event handler which | Philip Langdale | 2005-10-17 | 1 | -1/+1 |
* | Fix constness and don't strdup when returning early. | Christian Persch | 2005-10-11 | 2 | -3/+3 |
* | Bring back ephy_string_shorten. | Christian Persch | 2005-10-10 | 2 | -3/+55 |
* | Search the needle in the haystack, not the other way 'round. | Christian Persch | 2005-10-10 | 1 | -1/+1 |
* | Fix logging. | Christian Persch | 2005-10-10 | 1 | -1/+1 |
* | Fix logging. | Christian Persch | 2005-10-10 | 1 | -1/+1 |
* | Fix profiling in builddir != srcdir builds. | Christian Persch | 2005-10-09 | 1 | -33/+49 |
* | Ensure the images are loaded before starting to spin. Should fix crashes | Christian Persch | 2005-10-09 | 1 | -7/+16 |
* | Add style properties for 'secure-[bg|fg]-color', and apply them when the | Christian Persch | 2005-10-07 | 2 | -0/+106 |
* | Use "position" property notification instead of size-allocate to monitor | Christian Persch | 2005-10-03 | 1 | -5/+5 |
* | Remove unused code. | Christian Persch | 2005-10-02 | 1 | -1/+3 |
* | Don't include config.h here. | Christian Persch | 2005-10-02 | 4 | -58/+362 |
* | Don't spin unmapped spinners. Slightly decrease the frequency. Might help | Christian Persch | 2005-10-02 | 1 | -4/+45 |
* | Reset the IM context before activating the entry. | Christian Persch | 2005-10-01 | 2 | -5/+10 |
* | If the library path isn't absolute, look in the main extension dir, and | Crispin Flowerday | 2005-09-25 | 2 | -1/+26 |
* | Support "Library" argument. | Christian Persch | 2005-09-24 | 1 | -1/+7 |
* | Fix compile warnings. | Christian Persch | 2005-09-22 | 1 | -2/+1 |
* | New function to check the filename/directory for writability, derived from | Christian Persch | 2005-09-22 | 2 | -36/+5 |
* | Only include execinfo.h if it exists. | Christian Persch | 2005-08-30 | 1 | -0/+2 |
* | Check for execinfo.h. Fixes bug #314776. | Christian Persch | 2005-08-30 | 1 | -0/+4 |
* | Version 1.9. | Christian Persch | 2005-08-29 | 4 | -35/+9 |
* | Add an "add-page" signal to the EphyHistory object that can be used to | Crispin Flowerday | 2005-08-28 | 1 | -0/+1 |
* | Change a g_return_if_fail into a regular return. | Christian Persch | 2005-08-21 | 1 | -1/+1 |
* | Remove "-s" argument which hasn't been supported for ages. | Christian Persch | 2005-08-16 | 2 | -9/+130 |
* | More gcc4 fixes. | Christian Persch | 2005-08-13 | 1 | -1/+1 |
* | Add switch to disable focus fix, and to disable PSM. Error out if PSM | Christian Persch | 2005-08-08 | 2 | -0/+10 |
* | No need to add focus_width to borders anymore. Now we get the same height | Christian Persch | 2005-08-03 | 1 | -6/+0 |
* | Use the entry's style's [xy]thickness, not our own. Fixes rendering with | Christian Persch | 2005-08-03 | 1 | -25/+33 |
* | A lib/widgets/testiconentry.c: A lib/widgets/ephy-icon-entry.c: A | Christian Persch | 2005-08-03 | 5 | -92/+524 |
* | Fix location entry favicon updating. | Christian Persch | 2005-08-01 | 1 | -1/+3 |
* | Allow set-but-empty EPHY_DEBUG_BREAK variable. | Christian Persch | 2005-07-31 | 1 | -1/+1 |
* | ALlow EPHY_DEBUG_BREAK even in non-debug builds. | Christian Persch | 2005-07-30 | 1 | -17/+33 |
* | Unify bookmarks/smart bookmarks address resolution, and add a signal to | Christian Persch | 2005-07-27 | 1 | -0/+1 |
* | Fix ESC behaviour to always stop, and to reset the location entry when | Christian Persch | 2005-07-26 | 2 | -44/+155 |
* | Don't crash in case the desktop file is not found. | Christian Persch | 2005-07-25 | 1 | -0/+1 |
* | Remove stray g_print. | Christian Persch | 2005-07-17 | 1 | -2/+0 |
* | Check all selected nodes if they allow dragging. | Christian Persch | 2005-07-12 | 1 | -1/+39 |
* | Implement a way to disallow dragging from resp. dropping on certain nodes. | Christian Persch | 2005-07-11 | 4 | -13/+51 |
* | Uppercase letters shouldn't breaks history autocompletion. Fix Bug | Jean-François Rameau | 2005-07-10 | 1 | -2/+2 |
* | Don't leak windows. | Christian Persch | 2005-07-08 | 1 | -1/+2 |
* | EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). | Jean-François Rameau | 2005-07-04 | 6 | -47/+49 |
* | Common helper function to unref a GObject from idle. | Christian Persch | 2005-06-11 | 3 | -0/+72 |
* | Fix compilation with DBUS 0.3x. Patch by Raphaël Slinckx, fixes bug | Christian Persch | 2005-06-06 | 1 | -10/+6 |
* | Update from libegg. | Christian Persch | 2005-06-05 | 1 | -16/+30 |
* | Don't open search toolbar on / or ' over formfields: | Christian Persch | 2005-06-03 | 1 | -0/+1 |
* | Fix more signed/unsigned problems with gcc 4.0. Patch by Martin | Christian Persch | 2005-06-02 | 3 | -29/+32 |
* | Add scroll event listener, and change zoom on scroll+wheel events. | Christian Persch | 2005-05-31 | 2 | -6/+7 |
* | Add warnings: - when downloading to not writable directory, - when | Jean-François Rameau | 2005-05-29 | 1 | -8/+64 |
* | Check for new DBUS API. | Christian Persch | 2005-05-28 | 1 | -0/+18 |