aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Don't deactivate the toolbar when another item in the same toolbar gainsChristian Persch2004-11-011-10/+88
* Don't accept drops of toolitems from other applications. Fixes bugChristian Persch2004-09-131-3/+3
* Fix object property naming leftover from EggMenuMerge days, to UI manager.Christian Persch2004-08-101-1/+1
* R data/art/epiphany-tab-loading.gif:Christian Persch2004-07-031-29/+14
* Use g_signal_connect_after to connect to the toolbar_added signal,Christian Persch2004-06-241-2/+2
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-161-16/+39
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-314/+93
* Open bookmark in new tab on middle-click. Fixes bug #106250.Christian Persch2004-05-201-1/+37
* Check if embed is valid here.92004-01-101-3/+6
* Brought type macros in line with the rest of libegg; and use gobjectChristian Persch2003-12-271-40/+3
* Make toolbar editing drag icons use the same icon size as the actual toolbar ...Jorn Baayen2003-12-101-0/+1
* Implement arbitrary url lockdown prefMarco Pesenti Gritti2003-11-221-2/+48
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Fixup spinner when resetting the toolbar model. Update spinner on toolbarMarco Pesenti Gritti2003-10-271-4/+31
* Make the spinner spin again.Marco Pesenti Gritti2003-10-231-0/+2
* Move the spinner in his own mini toolbar.Marco Pesenti Gritti2003-10-231-20/+5
* Make location a normal entry.Marco Pesenti Gritti2003-10-141-12/+0
* Remember the address in the location action, so we can restore it when weChristian Persch2003-09-201-100/+61
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-191-16/+61
* Remove not needed removal of groups of actions from ui merge (gtk fix).Marco Pesenti Gritti2003-09-121-1/+0
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-23/+18
* Readd is_important and ensure_update, gtk now support them.Marco Pesenti Gritti2003-09-011-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-08-311-1/+1
* Complete gtk 2.3 port. It doesnt run here but it could be my env.Marco Pesenti Gritti2003-08-301-3/+3
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-43/+43
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-121-0/+1
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-271-79/+21
* Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2003-07-181-2/+0
* Allow DND of URLs (from links or favicons or other apps...) to theXan Lopez2003-07-171-0/+3
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-5/+11
* Fix up the tooltips.David Bordoley2003-07-111-3/+3
* broken pipe pfffMarco Pesenti Gritti2003-07-071-15/+35
* Rewrite selection logic to be simpler and to fix bugs.Marco Pesenti Gritti2003-07-071-0/+1
* Implement custom tooltip setter; sets tooltip on the directional button.Christian Persch2003-07-031-1/+6
* Make the location entry an EggToolItem, and provide a custom tooptipChristian Persch2003-07-021-0/+1
* Use window_load_url when useful. Right now just a cleanup but will beMarco Pesenti Gritti2003-06-261-6/+1
* Use the embed url, the tab one can make no sense if the user edited it.Marco Pesenti Gritti2003-06-201-8/+15
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-201-37/+36
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-161-2/+2
* The Friday the 13th Mega Patch. Beware!Christian Persch2003-06-131-3/+3
* Clear the location on NULLMarco Pesenti Gritti2003-06-101-1/+2
* Do not emit the TABS_CHANGED signal; the tab's egg action will itself takeChristian Persch2003-06-101-1/+1
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-271-91/+60
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-0/+27
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-171-0/+4
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-141-0/+22
* s/location/address. Fix up mnemonic collisions in the print dialog. MarkDavid Adam Bordoley2003-05-091-4/+7
* If there is only one "toolbar" make it non-removable.David Adam Bordoley2003-05-061-0/+38
* Search for ui files in the share dirMarco Pesenti Gritti2003-05-041-2/+3
* Move notebook in src/. An abstract notebook is an overkill.Marco Pesenti Gritti2003-04-291-0/+2
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-281-2/+2
* Save the position of windows on the screen, and checks if the position isDavid Bordoley2003-04-281-1/+1
* Update sensitivity on selection changes. Thanks xan to find this one.Marco Pesenti Gritti2003-04-281-6/+40
* updateMarco Pesenti Gritti2003-04-271-25/+11
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-251-28/+134
* Commented out the include egg_toolbars_group.h so that it builds.David Bordoley2003-04-251-1/+1
* Update from eggMarco Pesenti Gritti2003-04-251-107/+20
* Update.Marco Pesenti Gritti2003-04-091-6/+55
* Set drag source on the event box, to avoid conflicts with toolbars dragChristian Persch2003-04-051-0/+5
* Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, weMarco Pesenti Gritti2003-04-021-10/+10
* Make dnd code smarter, so it can support more than just urls types.Marco Pesenti Gritti2003-03-301-1/+7
* Make ids privateMarco Pesenti Gritti2003-03-261-21/+56
* Add a stock icon for entry box so that it has an icon in the tbe.David Bordoley2003-03-081-0/+2
* New toolbar action so that the "Go" button is always text only. RemovedDavid Bordoley2003-03-071-0/+12
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-231-0/+16
* Dont create duped actions, fix crash on exitMarco Pesenti Gritti2003-02-221-19/+18
* Add lots of debug code to solve these damned crashes. Dont create multipleMarco Pesenti Gritti2003-02-211-7/+8
* Dont crash when dragging a new bookmark on the toolbar and then clickMarco Pesenti Gritti2003-02-211-3/+8
* *** empty log message ***Marco Pesenti Gritti2003-02-131-0/+17
* Clear also location history when clearing history. Doesnt updateMarco Pesenti Gritti2003-02-061-0/+15
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-301-13/+63
* Fix bookmarks/smart bookmarks add to the toolbars.Marco Pesenti Gritti2003-01-301-7/+0
* Complete (or nearly) toolbar editor implementation. Bookmarks areMarco Pesenti Gritti2003-01-301-38/+56
* *** empty log message ***Marco Pesenti Gritti2003-01-261-0/+3
* Implement the data part of the toolbar editor. Partial implementation ofMarco Pesenti Gritti2003-01-241-12/+34
* Fix autocompletion to not show duped entries. Complete print preview impl.Marco Pesenti Gritti2003-01-231-2/+8
* Fix chromesMarco Pesenti Gritti2003-01-221-12/+0
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-211-482/+154
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-10/+7
* Reimplement favicons. Now all exit crashes related to connections leftMarco Pesenti Gritti2003-01-121-6/+23
* Really update favicon when switching tab.Marco Pesenti Gritti2003-01-051-1/+1
* Resync with galeon.Marco Pesenti Gritti2002-12-311-328/+65
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+982