aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
Commit message (Expand)AuthorAgeFilesLines
* Document UTF-8 requirement.Christian Persch2004-04-222-2/+2
* 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
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-1/+1
* New abstracted implementations. Nicer and will be useful for historyMarco Pesenti Gritti2003-04-175-0/+2031
* If user prefers tabs (CONF_TABS_TABBED), always show tab barFrank Belew (Myth)2003-04-141-1/+2
* Move and autoupdate these from egg.Marco Pesenti Gritti2003-04-086-3194/+2
* Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, weMarco Pesenti Gritti2003-04-025-2017/+0
* Show favicons on tabsChristian Persch2003-04-012-2/+37
* Use the new EggToolbar apis. Better drop feedback, separators drag andMarco Pesenti Gritti2003-04-013-130/+56
* Make dnd code smarter, so it can support more than just urls types.Marco Pesenti Gritti2003-03-301-18/+41
* Make ids privateMarco Pesenti Gritti2003-03-264-45/+117
* Replace deprecated functionIain Holmes2003-03-131-8/+8
* Use default widget color for smart bookmarks background. Fixes #107902.Dan Damian2003-03-101-4/+3
* Code cleanup from galeonMarco Pesenti Gritti2003-03-091-19/+4
* Make the popup labels more descriptiveIain Holmes2003-03-081-2/+2
* Enable using dnd for removing toolbars. Also, fix #107793.James Willcox2003-03-081-2/+145
* Update from libegg sameJames Willcox2003-03-071-2/+110
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-042-82/+13
* Remove old toolbar editor uiMarco Pesenti Gritti2003-03-012-10/+29
* cleaner xml dump code.Marco Pesenti Gritti2003-02-282-2/+14
* Fix toolbar removal.Marco Pesenti Gritti2003-02-272-59/+62
* Remove also the toolbar when removing the last itemMarco Pesenti Gritti2003-02-261-0/+8
* Make tbe a normal dialog for now.Marco Pesenti Gritti2003-02-262-107/+12
* Remove Tab autocompletion. Behavior still not optimal, but that code isMarco Pesenti Gritti2003-02-261-139/+1
* Revert unwanted checkinMarco Pesenti Gritti2003-02-231-85/+7
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-235-16/+180
* Use connect_object so the changed signal is removed from closed window.Marco Pesenti Gritti2003-02-221-3/+3
* Fix crashes with multiple windows openMarco Pesenti Gritti2003-02-223-30/+42
* Free xml documentsPekka Lampila2003-02-211-0/+4
* Add lots of debug code to solve these damned crashes. Dont create multipleMarco Pesenti Gritti2003-02-212-3/+129
* Fix another warningMarco Pesenti Gritti2003-02-211-1/+1
* Update actions also on other windowsMarco Pesenti Gritti2003-02-211-5/+12
* Dont crash when dragging a new bookmark on the toolbar and then clickMarco Pesenti Gritti2003-02-211-4/+7
* Fix this crazy bug with toolbar buttons doing two actions after havingMarco Pesenti Gritti2003-02-201-6/+12
* Activate the url when clicking on it from the combo dropdown. Based onMarco Pesenti Gritti2003-02-201-4/+15
* Avoid warnings when there is no matchMarco Pesenti Gritti2003-02-201-6/+10
* Add tab load notification (a little spinning icon), and a context menu forJames Willcox2003-02-151-0/+44
* Use g_string_free in the correct wayMarco Pesenti Gritti2003-02-132-5/+3
* *** empty log message ***Marco Pesenti Gritti2003-02-134-536/+361
* *** empty log message ***Marco Pesenti Gritti2003-02-112-0/+566
* Some more gtk_timeout_add.Marco Pesenti Gritti2003-02-091-2/+2
* Changed GtkType to GType.Christian Meyer2003-02-092-2/+2
* Remove gtk_timeout_x calls. Hope I got all of them.Marco Pesenti Gritti2003-02-092-7/+7
* Add a go button to the toolbar editor. The icon is duped with defaultMarco Pesenti Gritti2003-02-081-0/+2
* Spinner dont overlap toolbar shadowMarco Pesenti Gritti2003-02-081-3/+1
* Fix two memleaks (I hope).Xan Lopez2003-02-081-0/+1
* Do not use a button for spinner. Correctly update spinner size for toolbarMarco Pesenti Gritti2003-02-061-213/+1
* Clear also location history when clearing history. Doesnt updateMarco Pesenti Gritti2003-02-062-0/+7
* Fix several menu accels I borked when porting to egg. Connect drag sourceMarco Pesenti Gritti2003-02-051-7/+77
* Add icons, fix some minor appeareance stuff, rework ui updating to dealMarco Pesenti Gritti2003-01-311-95/+149
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-301-21/+30
* Fix bookmarks/smart bookmarks add to the toolbars.Marco Pesenti Gritti2003-01-301-9/+26
* Complete (or nearly) toolbar editor implementation. Bookmarks areMarco Pesenti Gritti2003-01-302-92/+302
* Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtkMarco Pesenti Gritti2003-01-291-215/+199
* Implement dragging from the editor. It's stilly buggy but I didnt expectMarco Pesenti Gritti2003-01-281-36/+255
* *** empty log message ***Marco Pesenti Gritti2003-01-262-0/+271
* Implement the data part of the toolbar editor. Partial implementation ofMarco Pesenti Gritti2003-01-243-0/+511
* Fix autocompletion to not show duped entries. Complete print preview impl.Marco Pesenti Gritti2003-01-231-1/+23
* Api changes.Marco Pesenti Gritti2003-01-212-3/+4
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-216-6/+302
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-122-78/+20
* Architecture for translatable xml/xsl start page.Marco Pesenti Gritti2003-01-071-1/+1
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-051-1/+3
* Use gtk icons for dnd. Basic implementation of bookmarks importing. StillMarco Pesenti Gritti2003-01-031-0/+10
* typoMarco Pesenti Gritti2003-01-021-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-01-021-9/+10
* Initial revisionMarco Pesenti Gritti2002-12-3118-0/+7988