aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
Commit message (Expand)AuthorAgeFilesLines
* Make the extra column pack-end so that when we hide it when it's empty, the o...Christian Persch2008-03-311-2/+2
* Add Undo/Redo commands to the location entry, both in the context menuCosimo Cecchi2008-02-152-12/+98
* Popup the completion dropdown menu when we're focusing the location barCosimo Cecchi2008-02-021-0/+15
* Catch bookmarks and history in EphyLocationActionPrivate, it's smarter.Diego Escalante Urrelo2007-12-272-3/+5
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-262-101/+16
* Add "node-middle-clicked" signal to EphyNodeView.Cosimo Cecchi2007-12-082-0/+38
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-192-1/+8
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-191-0/+5
* Changes g_value_set_string to g_value_take_string to avoid a leak. Also add theDiego Escalante Urrelo2007-09-301-1/+4
* Make the location entry completion cells smarter, now bookmarks take the fullDiego Escalante Urrelo2007-09-301-3/+35
* Add a somewhat tricky fix for url titles not visible on the completionDiego Escalante Urrelo2007-09-191-30/+37
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-102-8/+16
* Fixes bad state syncing when adding zoom controls to the toolbar. FixesCosimo Cecchi2007-09-091-0/+4
* Make cursor be at the end of the URL when selecting entries from theDiego Escalante Urrelo2007-08-191-0/+1
* Remove gtk version check since we now depend on 2.11.Christian Persch2007-07-101-5/+0
* Port to new tooltips API.Christian Persch2007-07-102-28/+3
* Port to new tooltips API.Christian Persch2007-07-102-63/+4
* Adds some prefixes to web_prefixes for ftp sites. Bug #422114.Diego Escalante Urrelo2007-06-011-1/+5
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-022-2/+36
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-1222-26/+26
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-091-6/+11
* .cvsignore files are obsoleteChristian Persch2006-12-301-7/+0
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-182-3/+15
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-182-3/+25
* Fix secure location bar colouring with dark themes. Bug #347343, patch byChristian Persch2006-12-181-2/+2
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-7/+3
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-153-2/+3
* Fix typoChristian Persch2006-12-051-2/+2
* Version 2.17.3.Christian Persch2006-12-051-60/+28
* Lower the priority of the spinner animation so that the animation does notBenjamin Berg2006-11-181-3/+5
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-181-0/+2
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-183-4/+282
* Fix a crash after failing to get the spinner animation or rest icons.Christian Persch2006-10-182-18/+14
* Fix compile warnings.Christian Persch2006-10-012-5/+4
* Fix compile warnings.Christian Persch2006-10-011-6/+1
* Simplify code and save some memory.Christian Persch2006-09-301-104/+111
* Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing toChristian Persch2006-09-302-164/+172
* Clicking favicon in the location bar selects URL. Fix bug #349557.Jean-François Rameau2006-09-141-0/+29
* Use UTF-8 copyright symbolChristian Persch2006-09-1320-30/+30
* Remove some unnecessary static data.Christian Persch2006-09-079-12/+12
* Improve the a11y theme check.Christian Persch2006-08-081-2/+2
* Reset IM context before activation. Bug #348478, patch by Nguyễn TháiChristian Persch2006-07-251-0/+1
* When resetting the entry also emit user-changed, to restore the originalChristian Persch2006-07-201-5/+18
* Work around bug #346662 by not changing selection while removing theChristian Persch2006-07-111-0/+15
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-111-5/+61
* Improve next-token logic for bookmark completion. Fixes #339167 (hopefullyWouter Bolsterlee2006-06-051-2/+2
* Make bookmark search ignore special characters (bug 339167)Frederic Peters2006-05-301-1/+1
* #337140: Replace fallback favicon with more semantically correct 'text-html'Tommi Komulainen2006-04-151-3/+7
* Use g_object_ref_sink().Christian Persch2006-03-292-4/+2
* Add a convenience function to get current event data.Christian Persch2006-01-301-2/+4
* When updating the address bar, always update the address state, sometimesCrispin Flowerday2006-01-231-0/+3
* When adding a column that can be sorted on, re-create the sort model, soCrispin Flowerday2006-01-181-0/+8
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-111-1/+0
* More static strings.Christian Persch2005-11-081-2/+2
* Mark strings in param specs as static.Christian Persch2005-11-084-5/+5
* Simplify the drag icon code.Christian Persch2005-11-031-109/+21
* Show drag icon with page title + URL when dragging from the drag handle.Christian Persch2005-11-031-0/+238
* Skip spinner update when we're not loaded. Should fix bug #320079.Christian Persch2005-10-291-7/+11
* Ensure the images are loaded before starting to spin. Should fix crashesChristian Persch2005-10-091-7/+16
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-072-0/+106
* Remove unused code.Christian Persch2005-10-021-1/+3
* Don't include config.h here.Christian Persch2005-10-023-56/+362
* Don't spin unmapped spinners. Slightly decrease the frequency. Might helpChristian Persch2005-10-021-4/+45
* Reset the IM context before activating the entry.Christian Persch2005-10-012-5/+10
* Version 1.9.Christian Persch2005-08-291-1/+1
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-082-0/+10
* No need to add focus_width to borders anymore. Now we get the same heightChristian Persch2005-08-031-6/+0
* Use the entry's style's [xy]thickness, not our own. Fixes rendering withChristian Persch2005-08-031-25/+33
* A lib/widgets/testiconentry.c: A lib/widgets/ephy-icon-entry.c: AChristian Persch2005-08-035-92/+524
* Fix location entry favicon updating.Christian Persch2005-08-011-1/+3
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-262-44/+155
* Check all selected nodes if they allow dragging.Christian Persch2005-07-121-1/+39
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-111-12/+13
* Uppercase letters shouldn't breaks history autocompletion. Fix BugJean-François Rameau2005-07-101-2/+2
* More constification.Christian Persch2005-04-193-7/+6
* Restore original URL when pressing ESC. Fixes bug #171179.Christian Persch2005-04-112-0/+34
* Remove custom search, and use gtktreeview typeaheadfind. Fixes bugChristian Persch2005-03-141-18/+9
* Don't set the lock icon as drag source. Actually emit the lock-clickedChristian Persch2005-02-062-14/+31
* Set "Clear" context menu entry insensitive in lockdown mode. Fixes bugChristian Persch2005-02-021-0/+3
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-294-10/+10
* Add proper _NETSCAPE_URL drag support, supplying the URL as well as theJorn Baayen2005-01-224-65/+97
* Don't focus the combo on click.Christian Persch2005-01-151-0/+1
* Add GDK_ACTION_ASK, and prefer _NETSCAPE_URL over uri-list drag types.Jorn Baayen2005-01-142-5/+5
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-142-12/+149
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-133-17/+19
* Make all structs prefixed by _.Christian Persch2005-01-0912-20/+20
* Unify the location and favicon actions.Christian Persch2005-01-082-29/+138
* Use ngettext to get the Open in New Tab[s]/Window[s] label.Christian Persch2005-01-052-20/+0
* Small improvement.Christian Persch2004-12-161-2/+1
* Move Clear after Select All.Christian Persch2004-12-161-11/+20
* Add "Clear" to entry context menu. Fixes bug #118395.Christian Persch2004-12-161-0/+48
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-2/+1
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-011-12/+11
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-261-0/+1
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-081-3/+8
* Make tooltips on the zoom control also work on Ctrl-F1.Christian Persch2004-11-071-13/+44
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-038-16/+0
* Fix zoom control so that it shows tooltips again. Fixes bug #155826.Christian Persch2004-11-021-7/+15
* Don't deactivate the toolbar when another item in the same toolbar gainsChristian Persch2004-11-011-35/+1
* Removing debug spewChristian Persch2004-11-011-1/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-282-8/+0
* Remove unused signal from EphyNodeView struct.Christian Persch2004-10-271-1/+0
* Avoid strdups in entry completion func. Patch by Peter Harvey.Christian Persch2004-10-271-19/+18
* Use gtk_icon_size_lookup_for_settings() here.Christian Persch2004-10-251-4/+6
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-248-36/+36
* Use gtk_selection_data_get_uris().Christian Persch2004-10-231-1/+1
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-4/+4
* Add api to show a context menu. Useful to make distinction between key andMarco Pesenti Gritti2004-09-152-0/+28
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-137-4456/+0
* Sync.Christian Persch2004-08-241-5/+8
* Just use the popup_menu signal. Fixes bug #150830.Christian Persch2004-08-231-18/+3
* Fix a warning when moving tabs between windows; see bug #150822.Christian Persch2004-08-231-1/+4
* Change guint to correct enum type.Christian Persch2004-08-182-3/+3
* Note original cvs versionsChristian Persch2004-08-092-0/+4
* Include config.h upfront.Christian Persch2004-08-091-4/+4
* Only use this for gtk < 2.5.1, and just add a few #defines otherwise.Christian Persch2004-08-092-1/+23
* R lib/widgets/ephy-ellipsizing-label.c: RChristian Persch2004-08-085-856/+3622
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-55/+2
* Do not remove the topic when rename is cancelled.Marco Pesenti Gritti2004-07-232-3/+13
* Add support for toggles. When editing is canceled remove the node.Marco Pesenti Gritti2004-07-232-22/+115
* Simplify node view filtering code and make it a normal property (no moreMarco Pesenti Gritti2004-07-233-118/+70
* Use gobject constructorMarco Pesenti Gritti2004-07-231-118/+113
* Improve sort/priority API.Marco Pesenti Gritti2004-07-152-65/+126
* Cache the scaled spinner images to make creating new spinners very fast,Christian Persch2004-07-051-303/+516
* Add profiler calls.Christian Persch2004-07-031-0/+9
* Add G_[BEGIN|END]_DECLSChristian Persch2004-07-031-21/+22
* Codestyle and whitespace cleanupChristian Persch2004-07-032-59/+60
* R data/art/epiphany-tab-loading.gif:Christian Persch2004-07-032-41/+61
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-221-54/+8
* Make spinner not use a visible window, and fix coordinates accordingly.Christian Persch2004-06-121-6/+7
* Backported fixes from gtk+ cvs head.Christian Persch2004-05-201-17/+19
* Backport changed from the new gtkcellrendererprogress which was based onChristian Persch2004-05-132-240/+328
* Document UTF-8 requirement.Christian Persch2004-04-222-2/+2
* Make select-by-key support unsorted lists. Fuzzy matching is gone though.Xan Lopez2004-03-191-1/+1
* *** empty log message ***Marco Pesenti Gritti2004-03-171-1/+0
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-1714-5/+44
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-042-4/+57
* Sucky but not intrusive hack to make dnd on the address entry work whenMarco Pesenti Gritti2004-02-281-0/+52
* Simplify and hopefully fix mem corruptionMarco Pesenti Gritti2004-02-121-5/+3
* CleanupMarco Pesenti Gritti2004-02-111-3/+3
* Better keyword matching function. Should match only words (not middleMarco Pesenti Gritti2004-02-111-1/+36
* Pass the property id to the changed signal.Marco Pesenti Gritti2004-02-112-15/+4
* Fix toolbar overflow menu creation. Don't connect zoom control signals toChristian Persch2004-02-053-87/+88
* Fix mem leak.Christian Persch2004-02-051-1/+1
* ==> ChangeLog <==Christian Persch2004-01-261-0/+1
* Fix mem leak.Christian Persch2004-01-261-0/+5
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-231-17/+14
* Fix more mem leaks.Christian Persch2003-12-171-0/+3
* Fix mem leak.Christian Persch2003-12-171-0/+2
* *** empty log message ***Marco Pesenti Gritti2003-12-172-6/+0
* Really committing it this timeChristian Persch2003-12-151-1/+2
* Use g_signal_connect_object so the signal isn't emitted for a deadChristian Persch2003-12-141-4/+4
* Reformatted to conform to epiphany coding style. Fix some error conditionChristian Persch2003-12-091-47/+84
* Remove unused includes.Christian Persch2003-12-041-2/+0
* Readd gtk deprecates (only in maintainer mode).Marco Pesenti Gritti2003-11-301-1/+1
* Port from option menu to GtkComboBox.Christian Persch2003-11-282-68/+46
* Try out a different layout for downloads rows. Make the file columnMarco Pesenti Gritti2003-11-261-1/+1
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-2011-2/+19
* *** empty log message ***Marco Pesenti Gritti2003-11-151-6/+6
* Pass ITEMS_PERSIST and LIST_ONLY to the models, the implementation looksMarco Pesenti Gritti2003-11-091-1/+1
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-061-2/+3
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-063-3/+3
* Resync with eel.Marco Pesenti Gritti2003-11-051-1/+0
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-051-1/+0
* Remove unused types.Christian Persch2003-11-041-1/+1
* Add a title param to dnd iterator and remove unused screen locationMarco Pesenti Gritti2003-10-301-1/+1
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-173-0/+367
* Make location a normal entry.Marco Pesenti Gritti2003-10-142-186/+3
* Unref completionMarco Pesenti Gritti2003-10-141-0/+1
* *** empty log message ***Marco Pesenti Gritti2003-10-121-25/+26
* Merge completion branchMarco Pesenti Gritti2003-10-124-1471/+335
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-111-1/+0
* Merge fixes from branch and clean up.Marco Pesenti Gritti2003-10-072-206/+163
* Do not unselect all on single selection mode, to not generate useless nodeMarco Pesenti Gritti2003-10-061-1/+5
* Simpler implementation.Marco Pesenti Gritti2003-09-271-1/+1
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-271-15/+20
* Implement a way to choose visible column in a menu. Not finished I need toMarco Pesenti Gritti2003-09-211-3/+0
* *** empty log message ***Marco Pesenti Gritti2003-09-201-0/+1
* Remember the address in the location action, so we can restore it when weChristian Persch2003-09-202-26/+43
* Remove spurious code.Christian Persch2003-09-201-8/+0
* Make sure to remove show_timeout also when the window is still notMarco Pesenti Gritti2003-09-121-13/+8
* gtk+ now supports invisible event boxes. Remove our custom implementationChristian Persch2003-09-093-287/+0
* *** empty log message ***Marco Pesenti Gritti2003-09-041-3/+2
* Use x,y only on drop, otherwise they are invalid. Damn that api suck.Marco Pesenti Gritti2003-09-041-10/+13
* Check if the target type match before highlighting the row and returnMarco Pesenti Gritti2003-09-041-1/+3
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-0212-104/+98
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-1/+1
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-309-61/+53
* Convert erroneous g_return_if_fail into a simple conditional return.Christian Persch2003-08-241-1/+2
* Make it NULL safeMarco Pesenti Gritti2003-08-221-8/+34
* Fix function signature, it's void instead of gboolean. Fix a logic error.Christian Persch2003-08-211-5/+3
* Fix drag dest implementation getting some code from nautilus.Marco Pesenti Gritti2003-08-211-51/+233
* Stop signals only when necessary on drag dest custom implementation. MakeMarco Pesenti Gritti2003-08-201-12/+42
* Fix multiple rows dnd problems stealing some Nautilus code.Marco Pesenti Gritti2003-08-111-16/+199
* Fix mem leak.Christian Persch2003-08-091-0/+2
* Correct ref-counting.Christian Persch2003-08-061-0/+7
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-274-160/+66
* Fix mem leak.Christian Persch2003-07-271-5/+10
* Make sure to remove the timeout on widget destructionMarco Pesenti Gritti2003-07-261-18/+13
* Yet another try to get context menu and selection beahviors right.Marco Pesenti Gritti2003-07-231-68/+24
* An input-only window event box, copied from eel's ell-input-event-box.Christian Persch2003-07-223-0/+287
* We use g_list_prepend to create selections now (inXan Lopez2003-07-141-1/+1
* Don't use event->string, is deprecated (#117346). Also improve intelligentXan Lopez2003-07-141-7/+20
* Fix mem leaks.Christian Persch2003-07-141-0/+3
* Fix mem leaks.Christian Persch2003-07-141-2/+11
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-132-4/+68
* Monitor for theme changes and set smb background accordingly.David Bordoley2003-07-111-9/+22
* Fix actionsMarco Pesenti Gritti2003-07-111-11/+13
* Cleanup.Marco Pesenti Gritti2003-07-072-20/+16
* Rewrite selection logic to be simpler and to fix bugs.Marco Pesenti Gritti2003-07-073-111/+79
* Remove last bits of nautilus theme support.Christian Persch2003-07-071-22/+4
* Fix mem leaks and a conditional.Christian Persch2003-07-061-2/+4
* Implement custom tooltip setter.Christian Persch2003-07-031-0/+17
* Implement custom tooltip setter; sets tooltip on the directional button.Christian Persch2003-07-031-0/+19
* Make the location entry an EggToolItem, and provide a custom tooptipChristian Persch2003-07-022-46/+87
* testing before committing sometimes helpsMarco Pesenti Gritti2003-07-011-1/+1
* Hide only when necessary. Remove gdk_ungrab stuff that doesnt seem to beMarco Pesenti Gritti2003-07-012-11/+8
* Fix mem leaks.Christian Persch2003-06-281-2/+2
* Remove some unused headers.Marco Pesenti Gritti2003-06-232-14/+52
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-231-0/+5
* do not popup autocompletion when setting url from the combo listMarco Pesenti Gritti2003-06-221-0/+2
* Ever put cursor at the end of the text when selecting autocompletionMarco Pesenti Gritti2003-06-201-1/+2
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-202-50/+43
* Use insert_text delete_text to show/hide the autocompletion window.Marco Pesenti Gritti2003-06-191-56/+69
* disable treeview interactive searchMarco Pesenti Gritti2003-06-171-0/+2
* Do not mark non-user-visible strings for translation.Christian Persch2003-06-161-2/+2
* Fix warning.Xan Lopez2003-06-121-1/+2
* Use gtk_tree_selection_select_iter to make selection, fixes #114965.Xan Lopez2003-06-121-5/+1
* Remove unused gtk_tree_view_get_selection.Xan Lopez2003-06-121-4/+0
* *** empty log message ***Marco Pesenti Gritti2003-06-081-0/+2
* Remove some leftovers.Marco Pesenti Gritti2003-06-082-0/+260
* Fix compile with -Werror. VS: Enter Log. Lines beginning with `CVS:' areChristian Persch2003-06-041-68/+0
* Don't crash if we can't find the spinner imageLee Willis2003-05-311-1/+5
* Use the spinner icon from gnome-icon-theme. You need a recentMarco Pesenti Gritti2003-05-301-94/+107
* Try to fix dereferencing type-punned warning.Xan Lopez2003-05-281-1/+1
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-271-6/+6
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-261-1/+4
* Don't set a border width on the zoom control, so that it fits on theChristian Persch2003-05-231-1/+0
* Fix nodes drag and drop. Make double click select the whole address inMarco Pesenti Gritti2003-05-212-1/+19
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-205-2/+698
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-202-51/+43
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-173-3/+0
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-142-0/+15
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-292-28/+20
* Move notebook in src/. An abstract notebook is an overkill.Marco Pesenti Gritti2003-04-293-1026/+0
* Implement ephy_node_reorder_children (from Rhythmbox).Xan Lopez2003-04-261-0/+16
* slight treemodel cleanupJorn Baayen2003-04-191-8/+7
* Fix bookmarks editing and warnings when openining the dialog.Marco Pesenti Gritti2003-04-192-18/+10
* Fix the bug with back/fwd buttons auto prelighting.Marco Pesenti Gritti2003-04-191-10/+18
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-182-52/+42