aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-editable-toolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Remove last traces of the EggToolbar codeXan Lopez2011-12-151-1932/+0
* toolbareditor: Fix the removal of items by DnD.José Aliste2011-06-281-0/+32
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-3/+5
* egg-editable-toolbar: set a device to the DnD eventXan Lopez2011-04-031-11/+12
* toolbar: fix a typo in last commitCosimo Cecchi2011-03-091-2/+2
* toolbar: make sure the first toolbar gets the 'primary-toolbar' classCosimo Cecchi2011-03-091-4/+49
* Sync with latest libeggXan Lopez2011-02-131-0/+4
* egg: update from masterDiego Escalante Urrelo2010-12-151-2/+25
* lib/egg: update to libegg masterDiego Escalante Urrelo2010-08-311-176/+120
* Use accessor functions when possibleXan Lopez2010-06-131-4/+4
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-28/+40
* egg-editable-toolbar: sync to latest upstream version (bug #580557)Xan Lopez2009-04-281-2/+18
* Update EggEditableToolbar from trunk.Xan Lopez2009-01-241-11/+6
* Do not do single includes in lib/egg/, bug #536090Diego Escalante Urrelo2008-06-041-20/+1
* Hide Back/Forward buttons when disable_history lockdown key is enabled. MakeCyril Brulebois2007-11-121-1/+5
* Fix multihead problems in toolbar editor.Carlos Garcia Campos2007-08-161-3/+10
* Fix memory leak.Carlos Garcia Campos2007-07-301-0/+3
* removed added Rename to update-toolbareditor-from-libegg.sh Also updatedJaap Haitsma2007-07-041-33/+2
* script that syncs local toolbar editor copy with the one in libegg SVNJaap Haitsma2007-07-011-8/+67
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Remove x bit from source filesChristian Persch2006-12-311-0/+0
* Invert MoveToolItem and RemoveToolItem order, matchingh same feature forLuca Ferretti2006-12-201-2/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Fix crash when moving zoom widget on toolbar (#338682)Frederic Peters2006-05-301-0/+3
* Use g_object_ref_sink().Christian Persch2006-03-291-2/+1
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-4/+15
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+7
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+7
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-211-85/+150
* lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.cPeter Harvey2006-02-041-4/+44
* Fix some memory leaks.Jean-François Rameau2006-02-031-3/+11
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-021-3/+19
* Don't double-ref the UI manager. Don't try to set a cursor on windowlessChristian Persch2006-01-311-18/+21
* Fix the build with -Werror.Christian Persch2006-01-311-11/+14
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-311-163/+326
* Fix number of /'s in URI.Christian Persch2006-01-171-6/+8
* EggEditableToolbar no longer supports middle-mouse-button drag.Peter Anthony Harvey2006-01-171-254/+124
* Use a gtk stock cursor (GDK_HAND2) instead of already removed image. FixesClaudio Saavedra2005-12-171-5/+1
* Mark strings in param specs as static.Christian Persch2005-11-081-2/+2
* Return early when the action doesn't exist; don't crash. Patch by PeterChristian Persch2005-11-021-1/+4
* Set the action's accel group. Fixes bug #319536.Christian Persch2005-10-301-1/+7
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-488/+659
* Don't leak windows.Christian Persch2005-07-081-1/+2
* Fix more signed/unsigned problems with gcc 4.0. Patch by MartinChristian Persch2005-06-021-3/+5
* Try to fix crash in toolbar editor with X composite extension. Should fixChristian Persch2005-04-261-1/+1
* More constification.Christian Persch2005-04-191-3/+2
* Unset size request if the fixed toolbar is present. That way we don'tChristian Persch2005-02-231-0/+3
* Unparent the fixed toolbar before destroying the dock.Christian Persch2005-02-231-0/+5
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-26/+18
* Rename toolbar model flags to be more in line with GtkToolbarStyle.Christian Persch2005-01-101-15/+10
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-6/+6
* Remove unused variables.Christian Persch2004-08-111-4/+0
* Fix object property naming leftover from EggMenuMerge days, to UI manager.Christian Persch2004-08-101-28/+27
* 2004-08-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-08-101-7/+2
* *** empty log message ***Marco Pesenti Gritti2004-07-111-1/+2
* When moving in the same toolbar force GDK_ACTION_MOVE. Fix #145529Marco Pesenti Gritti2004-07-091-0/+5
* *** empty log message ***Marco Pesenti Gritti2004-07-011-4/+6
* Do not allow dragging out of edit mode on ITEMS_ONLY toolbars.Marco Pesenti Gritti2004-07-011-3/+4
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-161-64/+67
* Allow items to be dragged from toolbar editor also when in items onlyMarco Pesenti Gritti2004-06-131-1/+3
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-70/+116
* s/get_item_name/get_item_dataMarco Pesenti Gritti2004-06-101-9/+23
* Retain custom types when moving items aroundMarco Pesenti Gritti2004-06-091-31/+39
* Resync with eggMarco Pesenti Gritti2004-04-171-1/+1
* Synchronise changes from galeon, this fixes simple usage, stops crashesCrispin Flowerday2004-04-031-12/+38
* Deal with the case where data_received signal is emitted asyncrounously.Marco Pesenti Gritti2004-03-141-13/+9
* Sucky but not intrusive hack to make dnd on the address entry work whenMarco Pesenti Gritti2004-02-281-0/+6
* Fix logic error, spotted by Crispin.Christian Persch2004-02-211-1/+1
* Remove the toolbar height contraint when the first item is added to it.Christian Persch2004-02-181-3/+6
* Include config.h.Christian Persch2004-02-091-0/+6
* Added disable_bookmark_editing key.Chris Lahey2004-01-101-8/+12
* Brought type macros in line with the rest of libegg; and use gobjectChristian Persch2003-12-271-28/+52
* Make toolbar editing drag icons use the same icon size as the actual toolbar ...Jorn Baayen2003-12-101-4/+17
* Remove a decl I forgot.Marco Pesenti Gritti2003-11-101-8/+27
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Set the cursor hotspot to something sensible. All bugs seem to be goneMarco Pesenti Gritti2003-10-311-1/+1
* When changing toolbar unhighlight the old one, not the newMarco Pesenti Gritti2003-10-311-1/+2
* Fix creation of special drag types itemsMarco Pesenti Gritti2003-10-311-9/+14
* Make it use new api and make the highlighting a good deal smoother.Soren Sandmann2003-10-301-67/+102
* Sink after refMarco Pesenti Gritti2003-10-271-0/+1
* Fixup spinner when resetting the toolbar model. Update spinner on toolbarMarco Pesenti Gritti2003-10-271-26/+65
* Resync apiMarco Pesenti Gritti2003-10-261-4/+5
* Remove invalid itemsMarco Pesenti Gritti2003-10-231-3/+20
* Move the spinner in his own mini toolbar.Marco Pesenti Gritti2003-10-231-17/+93
* Use new api for highlighting and make it pick up and drop behaviorMarco Pesenti Gritti2003-10-211-137/+283
* *** empty log message ***Marco Pesenti Gritti2003-10-141-1/+5
* Better implementation of cursor.Marco Pesenti Gritti2003-10-131-17/+19
* Show a different cursor when hovering toolbar items in edit mode.Marco Pesenti Gritti2003-10-131-0/+24
* *** empty log message ***Marco Pesenti Gritti2003-09-201-2/+2
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-191-17/+51
* signature change in gtkMarco Pesenti Gritti2003-09-041-0/+3
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-301-42/+61
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-271-2/+8
* Make sure marshalers are regeneratedMarco Pesenti Gritti2003-06-291-4/+5
* updatedMarco Pesenti Gritti2003-06-281-2/+2
* Update.Marco Pesenti Gritti2003-06-281-3/+4
* UpdateMarco Pesenti Gritti2003-06-261-29/+37
* s/ask download/ask for downloadMarco Pesenti Gritti2003-06-061-0/+23
* Update (removing toolbars with context menu works again).Marco Pesenti Gritti2003-05-061-3/+1
* Update for the release.Marco Pesenti Gritti2003-05-031-1/+153
* UpdateMarco Pesenti Gritti2003-04-301-0/+19
* *** empty log message ***Marco Pesenti Gritti2003-04-291-0/+1
* updateMarco Pesenti Gritti2003-04-271-1/+39
* Update.David Bordoley2003-04-271-16/+22
* UpdateMarco Pesenti Gritti2003-04-251-0/+1
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-251-0/+51
* Update from eggMarco Pesenti Gritti2003-04-251-925/+244
* UpdateMarco Pesenti Gritti2003-04-201-0/+52
* Update.Marco Pesenti Gritti2003-04-171-4/+32
* Update, fix remove toolbar regressions.Marco Pesenti Gritti2003-04-151-71/+40
* Add a separator item to the editor.Marco Pesenti Gritti2003-04-071-32/+49
* Set drag source on the event box, to avoid conflicts with toolbars dragChristian Persch2003-04-051-12/+65
* Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, weMarco Pesenti Gritti2003-04-021-0/+1149