| Commit message (Expand) | Author | Age | Files | Lines |
* | ephy-location-entry: remove useless defines | Diego Escalante Urrelo | 2009-03-27 | 1 | -4/+0 |
* | ephy-location-entry: #if 0 the favicon column in completion. | Xan Lopez | 2009-03-09 | 1 | -10/+10 |
* | ephy-location-entry: use g_object_connect for mass signal connection. | Xan Lopez | 2009-03-09 | 1 | -17/+12 |
* | ephy-zoom-control: release references in dispose, not finalize. | Xan Lopez | 2009-02-23 | 1 | -5/+9 |
* | ephy-zoom-control: use G_DEFINE_TYPE, remove unneeded includes. | Xan Lopez | 2009-02-23 | 1 | -37/+4 |
* | ephy-zoom-action: use G_DEFINE_TYPE, remove unneeded includes. | Xan Lopez | 2009-02-23 | 1 | -37/+5 |
* | ephy-search-entry: remove unneeded/redundant includes. | Xan Lopez | 2009-02-23 | 1 | -2/+0 |
* | ephy-location-entry: fix security icon visibility. | Xan Lopez | 2009-02-23 | 1 | -3/+8 |
* | Remove EphyIconEntry leftovers. | Xan Lopez | 2009-01-22 | 1 | -64/+0 |
* | Avoid adding problematic search terms with spaces | Gustavo Noronha Silva | 2009-01-20 | 1 | -4/+9 |
* | Handle end of line correctly on location bar search | Gustavo Noronha Silva | 2009-01-20 | 1 | -2/+12 |
* | Implement multiple keyword-based AND-search for the location bar | Gustavo Noronha Silva | 2009-01-20 | 2 | -32/+121 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 16 | -16/+0 |
* | Fix indentation of previous commits. | Xan Lopez | 2009-01-16 | 1 | -20/+20 |
* | Include a bookmark indication in the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 1 | -1/+41 |
* | Turn the location bar into the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 1 | -34/+75 |
* | Adapt to the modified GTK+ API. | Cosimo Cecchi | 2009-01-02 | 2 | -2/+2 |
* | Use connect_after when connecting to drag-begin so we can override the | Xan Lopez | 2009-01-01 | 1 | -2/+2 |
* | Delete EphyIconEntry, it's unused. | Xan Lopez | 2008-12-31 | 3 | -459/+0 |
* | Port EphySearchEntry to use GtkEntry. | Xan Lopez | 2008-12-31 | 2 | -21/+45 |
* | ephy-search-entry: use G_DEFINE_TYPE. | Xan Lopez | 2008-12-31 | 1 | -32/+1 |
* | ephy-location-entry: port to use GtkEntry instead of EphyIconEntry. | Xan Lopez | 2008-12-31 | 1 | -151/+153 |
* | ephy-location-entry: remove $Id$ marker. | Xan Lopez | 2008-12-31 | 1 | -1/+0 |
* | ephy-location-entry: use G_DEFINE_TYPE | Xan Lopez | 2008-12-31 | 1 | -34/+4 |
* | Update documentation for lib/widgets/ephy-spinner.c | Diego Escalante Urrelo | 2008-11-30 | 1 | -83/+86 |
* | Document lib/widgets/ephy-zoom-control.c | Diego Escalante Urrelo | 2008-11-30 | 1 | -0/+17 |
* | Minor nitpick in the .h files | Diego Escalante Urrelo | 2008-09-29 | 2 | -9/+9 |
* | Correctly mark doc comments for parsing | Diego Escalante Urrelo | 2008-09-29 | 1 | -4/+4 |
* | Update docs for ephy-icon-entry | Diego Escalante Urrelo | 2008-09-29 | 1 | -4/+12 |
* | Sync argument names in ephy-location-entry and update docs | Diego Escalante Urrelo | 2008-09-29 | 2 | -27/+56 |
* | Document lib/widgets/ephy-location-entry.c | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+133 |
* | Document lib/widgets/ephy-icon-entry.c | Diego Escalante Urrelo | 2008-09-29 | 2 | -0/+33 |
* | Remove useless ephy-node #include | Diego Escalante Urrelo | 2008-09-29 | 1 | -2/+0 |
* | Revert special handling of double click in the LocationEntry; bug #426349. | Loic Minier | 2008-09-03 | 1 | -14/+0 |
* | Port the location bar to use GRegex. | Diego Escalante Urrelo | 2008-08-15 | 2 | -10/+51 |
* | Remove the sort_func for the location entry. | Diego Escalante Urrelo | 2008-08-14 | 1 | -20/+5 |
* | Make the order in which we name the cols consistent. | Diego Escalante Urrelo | 2008-08-14 | 2 | -6/+6 |
* | Remove an unneeded cast to pointer. | Diego Escalante Urrelo | 2008-08-14 | 1 | -3/+6 |
* | Do not do single includes in lib/widgets/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 17 | -55/+15 |
* | Add epiphany.h. Only allow including epiphany.h; all other headers are private | Christian Persch | 2008-04-12 | 9 | -0/+36 |
* | Make the extra column pack-end so that when we hide it when it's empty, the o... | Christian Persch | 2008-03-31 | 1 | -2/+2 |
* | Remove the ephy-spinner from the toolbar.c, there's enough feeback | Xan Lopez | 2008-03-28 | 3 | -179/+0 |
* | Add Undo/Redo commands to the location entry, both in the context menu | Cosimo Cecchi | 2008-02-15 | 2 | -12/+98 |
* | Popup the completion dropdown menu when we're focusing the location bar | Cosimo Cecchi | 2008-02-02 | 1 | -0/+15 |
* | 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 |
* | Add "node-middle-clicked" signal to EphyNodeView. | Cosimo Cecchi | 2007-12-08 | 2 | -0/+38 |
* | 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 |
* | 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 |
* | 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 |
* | Make cursor be at the end of the URL when selecting entries from the | Diego Escalante Urrelo | 2007-08-19 | 1 | -0/+1 |
* | 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 |
* | Adds some prefixes to web_prefixes for ftp sites. Bug #422114. | Diego Escalante Urrelo | 2007-06-01 | 1 | -1/+5 |
* | Copy the items on the completion list as the user moves through them. The | Xan Lopez | 2007-05-02 | 2 | -2/+36 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 22 | -26/+26 |
* | Workaround/semi-fix for bug #351814. The real cause of the problem is the | Diego Escalante Urrelo | 2007-01-09 | 1 | -6/+11 |
* | .cvsignore files are obsolete | Christian Persch | 2006-12-30 | 1 | -7/+0 |
* | 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 | 1 | -7/+3 |
* | Use a define for the default window icon. Bug #385872. | Christian Persch | 2006-12-15 | 3 | -2/+3 |
* | Fix typo | Christian Persch | 2006-12-05 | 1 | -2/+2 |
* | Version 2.17.3. | Christian Persch | 2006-12-05 | 1 | -60/+28 |
* | Lower the priority of the spinner animation so that the animation does not | Benjamin Berg | 2006-11-18 | 1 | -3/+5 |
* | 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 |
* | 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 | 20 | -30/+30 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 9 | -12/+12 |
* | Improve the a11y theme check. | Christian Persch | 2006-08-08 | 1 | -2/+2 |
* | Reset IM context before activation. Bug #348478, patch by Nguyễn Thái | Christian Persch | 2006-07-25 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | #337140: Replace fallback favicon with more semantically correct 'text-html' | Tommi Komulainen | 2006-04-15 | 1 | -3/+7 |
* | Use g_object_ref_sink(). | Christian Persch | 2006-03-29 | 2 | -4/+2 |
* | Add a convenience function to get current event data. | Christian Persch | 2006-01-30 | 1 | -2/+4 |
* | 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 |
* | lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.c | Crispin Flowerday | 2005-11-11 | 1 | -1/+0 |
* | More static strings. | Christian Persch | 2005-11-08 | 1 | -2/+2 |
* | Mark strings in param specs as static. | Christian Persch | 2005-11-08 | 4 | -5/+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 |
* | Skip spinner update when we're not loaded. Should fix bug #320079. | Christian Persch | 2005-10-29 | 1 | -7/+11 |
* | 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 |
* | Remove unused code. | Christian Persch | 2005-10-02 | 1 | -1/+3 |
* | Don't include config.h here. | Christian Persch | 2005-10-02 | 3 | -56/+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 |
* | Version 1.9. | Christian Persch | 2005-08-29 | 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 |
* | Fix ESC behaviour to always stop, and to reset the location entry when | Christian Persch | 2005-07-26 | 2 | -44/+155 |
* | 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 | 1 | -12/+13 |
* | Uppercase letters shouldn't breaks history autocompletion. Fix Bug | Jean-François Rameau | 2005-07-10 | 1 | -2/+2 |
* | More constification. | Christian Persch | 2005-04-19 | 3 | -7/+6 |
* | Restore original URL when pressing ESC. Fixes bug #171179. | Christian Persch | 2005-04-11 | 2 | -0/+34 |
* | Remove custom search, and use gtktreeview typeaheadfind. Fixes bug | Christian Persch | 2005-03-14 | 1 | -18/+9 |
* | Don't set the lock icon as drag source. Actually emit the lock-clicked | Christian Persch | 2005-02-06 | 2 | -14/+31 |
* | Set "Clear" context menu entry insensitive in lockdown mode. Fixes bug | Christian Persch | 2005-02-02 | 1 | -0/+3 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 4 | -10/+10 |
* | Add proper _NETSCAPE_URL drag support, supplying the URL as well as the | Jorn Baayen | 2005-01-22 | 4 | -65/+97 |
* | Don't focus the combo on click. | Christian Persch | 2005-01-15 | 1 | -0/+1 |
* | Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types. | Jorn Baayen | 2005-01-14 | 2 | -5/+5 |
* | Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506. | Christian Persch | 2005-01-14 | 2 | -12/+149 |
* | Add Toolbar toggle to document context menu in fullscreen mode. | Christian Persch | 2005-01-13 | 3 | -17/+19 |
* | Make all structs prefixed by _. | Christian Persch | 2005-01-09 | 12 | -20/+20 |
* | Unify the location and favicon actions. | Christian Persch | 2005-01-08 | 2 | -29/+138 |
* | Use ngettext to get the Open in New Tab[s]/Window[s] label. | Christian Persch | 2005-01-05 | 2 | -20/+0 |
* | Small improvement. | Christian Persch | 2004-12-16 | 1 | -2/+1 |
* | Move Clear after Select All. | Christian Persch | 2004-12-16 | 1 | -11/+20 |
* | Add "Clear" to entry context menu. Fixes bug #118395. | Christian Persch | 2004-12-16 | 1 | -0/+48 |
* | Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessary | Christian Persch | 2004-12-14 | 1 | -2/+1 |
* | Add deprecated defines to AM_CPPFLAGS in maintainer-mode. | Christian Persch | 2004-12-01 | 1 | -12/+11 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-11-26 | 1 | -0/+1 |
* | When popping up the context menu with keyboard, select the first menu | Christian Persch | 2004-11-08 | 1 | -3/+8 |
* | Make tooltips on the zoom control also work on Ctrl-F1. | Christian Persch | 2004-11-07 | 1 | -13/+44 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 8 | -16/+0 |
* | Fix zoom control so that it shows tooltips again. Fixes bug #155826. | Christian Persch | 2004-11-02 | 1 | -7/+15 |
* | Don't deactivate the toolbar when another item in the same toolbar gains | Christian Persch | 2004-11-01 | 1 | -35/+1 |
* | Removing debug spew | Christian Persch | 2004-11-01 | 1 | -1/+0 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 2 | -8/+0 |
* | Remove unused signal from EphyNodeView struct. | Christian Persch | 2004-10-27 | 1 | -1/+0 |
* | Avoid strdups in entry completion func. Patch by Peter Harvey. | Christian Persch | 2004-10-27 | 1 | -19/+18 |
* | Use gtk_icon_size_lookup_for_settings() here. | Christian Persch | 2004-10-25 | 1 | -4/+6 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 8 | -36/+36 |
* | Use gtk_selection_data_get_uris(). | Christian Persch | 2004-10-23 | 1 | -1/+1 |
* | Remove ephy_string_parse_uri_list, and use new glib function | Christian Persch | 2004-10-23 | 1 | -4/+4 |
* | Add api to show a context menu. Useful to make distinction between key and | Marco Pesenti Gritti | 2004-09-15 | 2 | -0/+28 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 7 | -4456/+0 |
* | 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 |
* | 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 | 5 | -856/+3622 |
* | Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning | Christian Persch | 2004-08-06 | 1 | -55/+2 |
* | 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 | 2 | -22/+115 |
* | 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 |
* | Improve sort/priority API. | Marco Pesenti Gritti | 2004-07-15 | 2 | -65/+126 |
* | 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 |
* | Factor out the helper to select a treeview row by column and use it also | Marco Pesenti Gritti | 2004-06-22 | 1 | -54/+8 |
* | Make spinner not use a visible window, and fix coordinates accordingly. | Christian Persch | 2004-06-12 | 1 | -6/+7 |
* | Backported fixes from gtk+ cvs head. | Christian Persch | 2004-05-20 | 1 | -17/+19 |
* | Backport changed from the new gtkcellrendererprogress which was based on | Christian Persch | 2004-05-13 | 2 | -240/+328 |
* | Document UTF-8 requirement. | Christian Persch | 2004-04-22 | 2 | -2/+2 |
* | 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 | 14 | -5/+44 |
* | Copy and modify gnome_vfs_uri_list_parse() so that we get a list of string | Christian Persch | 2004-03-04 | 2 | -4/+57 |
* | Sucky but not intrusive hack to make dnd on the address entry work when | Marco Pesenti Gritti | 2004-02-28 | 1 | -0/+52 |
* | 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 | 2 | -15/+4 |
* | 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 |
* | ==> ChangeLog <== | Christian Persch | 2004-01-26 | 1 | -0/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-26 | 1 | -0/+5 |
* | New function to get temp directory and moved ephy_shell_delete_on_exit to | Christopher James Lahey | 2004-01-23 | 1 | -17/+14 |
* | 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 | 2 | -6/+0 |
* | Really committing it this time | Christian Persch | 2003-12-15 | 1 | -1/+2 |
* | Use g_signal_connect_object so the signal isn't emitted for a dead | Christian Persch | 2003-12-14 | 1 | -4/+4 |
* | Reformatted to conform to epiphany coding style. Fix some error condition | Christian Persch | 2003-12-09 | 1 | -47/+84 |
* | Remove unused includes. | Christian Persch | 2003-12-04 | 1 | -2/+0 |
* | Readd gtk deprecates (only in maintainer mode). | Marco Pesenti Gritti | 2003-11-30 | 1 | -1/+1 |
* | 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 |
* | Complete docs base implementation. Should work more or less. | Marco Pesenti Gritti | 2003-11-20 | 11 | -2/+19 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-11-15 | 1 | -6/+6 |
* | Pass ITEMS_PERSIST and LIST_ONLY to the models, the implementation looks | Marco Pesenti Gritti | 2003-11-09 | 1 | -1/+1 |
* | Change some more i18n inclusion and remove several unused includes. | Marco Pesenti Gritti | 2003-11-06 | 1 | -2/+3 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 3 | -3/+3 |
* | Resync with eel. | Marco Pesenti Gritti | 2003-11-05 | 1 | -1/+0 |
* | Remove unused ephy-prefs includes | Marco Pesenti Gritti | 2003-11-05 | 1 | -1/+0 |
* | Remove unused types. | Christian Persch | 2003-11-04 | 1 | -1/+1 |
* | Add a title param to dnd iterator and remove unused screen location | Marco Pesenti Gritti | 2003-10-30 | 1 | -1/+1 |
* | 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 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-10-12 | 1 | -25/+26 |
* | Merge completion branch | Marco Pesenti Gritti | 2003-10-12 | 4 | -1471/+335 |
* | Reenable deprecated api where necessary, fixup some header inclusions. | Marco Pesenti Gritti | 2003-10-11 | 1 | -1/+0 |
* | 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 |
* | Simpler implementation. | Marco Pesenti Gritti | 2003-09-27 | 1 | -1/+1 |
* | Use gtkicontheme, and use it also for mime icons. | Marco Pesenti Gritti | 2003-09-27 | 1 | -15/+20 |
* | Implement a way to choose visible column in a menu. Not finished I need to | Marco Pesenti Gritti | 2003-09-21 | 1 | -3/+0 |
* | *** 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 |
* | Make sure to remove show_timeout also when the window is still not | Marco Pesenti Gritti | 2003-09-12 | 1 | -13/+8 |
* | gtk+ now supports invisible event boxes. Remove our custom implementation | Christian Persch | 2003-09-09 | 3 | -287/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-04 | 1 | -3/+2 |
* | Use x,y only on drop, otherwise they are invalid. Damn that api suck. | Marco Pesenti Gritti | 2003-09-04 | 1 | -10/+13 |
* | Check if the target type match before highlighting the row and return | Marco Pesenti Gritti | 2003-09-04 | 1 | -1/+3 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 12 | -104/+98 |
* | Fix problems with EphyNodeView, bookmarks and history dialogs and update | Marco Pesenti Gritti | 2003-09-01 | 1 | -1/+1 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-30 | 9 | -61/+53 |
* | Convert erroneous g_return_if_fail into a simple conditional return. | Christian Persch | 2003-08-24 | 1 | -1/+2 |
* | Make it NULL safe | Marco Pesenti Gritti | 2003-08-22 | 1 | -8/+34 |
* | Fix function signature, it's void instead of gboolean. Fix a logic error. | Christian Persch | 2003-08-21 | 1 | -5/+3 |
* | Fix drag dest implementation getting some code from nautilus. | Marco Pesenti Gritti | 2003-08-21 | 1 | -51/+233 |
* | Stop signals only when necessary on drag dest custom implementation. Make | Marco Pesenti Gritti | 2003-08-20 | 1 | -12/+42 |
* | Fix multiple rows dnd problems stealing some Nautilus code. | Marco Pesenti Gritti | 2003-08-11 | 1 | -16/+199 |
* | Fix mem leak. | Christian Persch | 2003-08-09 | 1 | -0/+2 |
* | Correct ref-counting. | Christian Persch | 2003-08-06 | 1 | -0/+7 |
* | 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-27 | 4 | -160/+66 |
* | Fix mem leak. | Christian Persch | 2003-07-27 | 1 | -5/+10 |
* | Make sure to remove the timeout on widget destruction | Marco Pesenti Gritti | 2003-07-26 | 1 | -18/+13 |
* | Yet another try to get context menu and selection beahviors right. | Marco Pesenti Gritti | 2003-07-23 | 1 | -68/+24 |
* | An input-only window event box, copied from eel's ell-input-event-box. | Christian Persch | 2003-07-22 | 3 | -0/+287 |
* | We use g_list_prepend to create selections now (in | Xan Lopez | 2003-07-14 | 1 | -1/+1 |
* | Don't use event->string, is deprecated (#117346). Also improve intelligent | Xan Lopez | 2003-07-14 | 1 | -7/+20 |
* | Fix mem leaks. | Christian Persch | 2003-07-14 | 1 | -0/+3 |
* | Fix mem leaks. | Christian Persch | 2003-07-14 | 1 | -2/+11 |
* | A "fast search" implementation for all node views. Pressing any valid | Xan Lopez | 2003-07-13 | 2 | -4/+68 |
* | Monitor for theme changes and set smb background accordingly. | David Bordoley | 2003-07-11 | 1 | -9/+22 |
* | Fix actions | Marco Pesenti Gritti | 2003-07-11 | 1 | -11/+13 |
* | Cleanup. | Marco Pesenti Gritti | 2003-07-07 | 2 | -20/+16 |