aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg
Commit message (Expand)AuthorAgeFilesLines
* More stamp magic.Christian Persch2005-01-091-5/+13
* Shut upChristian Persch2005-01-081-0/+1
* Avoid unnecessary rebuilts of the generated enum .h files by using stampChristian Persch2005-01-071-6/+17
* Make sure our flags/enum types are registered.Christian Persch2005-01-071-6/+4
* Add dummy functions to call some get_types funcs, otherwise they don't getChristian Persch2005-01-071-0/+6
* Simplfiy the rule a bit.Christian Persch2005-01-071-2/+2
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-073-28/+40
* Add type for flags.Christian Persch2005-01-042-0/+27
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-1/+2
* Remove inline help. Fixes bug #137603.Christian Persch2004-12-201-17/+0
* Implement context menu on tray icon, as per HIG. Fixes bug #152903.Christian Persch2004-12-172-34/+36
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-012-32/+35
* Build auto-generated files in builddir, not in srcdir.Christian Persch2004-11-261-10/+3
* Updated glib dependency.Christian Persch2004-11-041-0/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-032-4/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-243-13/+13
* Better fix, taken from bug #135861.Christian Persch2004-10-221-22/+1
* Activate with double-click, as per HIG. Fixes bug #152899.Christian Persch2004-10-221-1/+3
* R lib/egg/eggdropdowntoolbutton.c: R lib/egg/eggdropdowntoolbutton.h:Christian Persch2004-10-053-486/+0
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-281-8/+6
* Don't reference private objects from public headers. Fixes bug #153766.Christian Persch2004-09-281-4/+3
* Fix compiler warnings.Christian Persch2004-09-271-0/+3
* Install egg-toolbars-model.hMarco Pesenti Gritti2004-09-261-6/+9
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-138-781/+494
* Remove unused variables.Christian Persch2004-08-111-4/+0
* Fix object property naming leftover from EggMenuMerge days, to UI manager.Christian Persch2004-08-104-55/+53
* 2004-08-09 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-08-101-7/+2
* Fix compilation with gcc 2.95.Christian Persch2004-08-091-4/+2
* Small code style cleanups.Christian Persch2004-07-312-56/+62
* Free node data and destroy nodes on finalize.Christian Persch2004-07-311-10/+21
* Fix a call to egg_toolbars_model_set_flags().Christian Persch2004-07-301-2/+3
* Switch parameter order for egg_toolbars_model_set_flags().Christian Persch2004-07-262-4/+4
* Make egg_toolbar_editor_add_action public again.Christian Persch2004-07-242-1/+4
* *** empty log message ***Marco Pesenti Gritti2004-07-111-1/+2
* Add api to move items.Marco Pesenti Gritti2004-07-112-0/+36
* 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
* Check for empty attributes before adding the item when parsing theChristian Persch2004-06-211-8/+11
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-162-68/+78
* Allow items to be dragged from toolbar editor also when in items onlyMarco Pesenti Gritti2004-06-132-2/+4
* Merging bookmarksbar-separation branch.Christian Persch2004-06-117-93/+293
* s/get_item_name/get_item_dataMarco Pesenti Gritti2004-06-103-22/+36
* Retain custom types when moving items aroundMarco Pesenti Gritti2004-06-094-39/+59
* Update from libeggAdam Hooper2004-06-011-21/+11
* Set the drag icon on realize, otherwise the current icon theme isn't used,Crispin Flowerday2004-05-221-21/+22
* Fix mem leaks.'Christian Persch2004-05-161-0/+3
* Resync with eggMarco Pesenti Gritti2004-04-174-4/+23
* Synchronise changes from galeon, this fixes simple usage, stops crashesCrispin Flowerday2004-04-033-16/+44
* Deal with the case where data_received signal is emitted asyncrounously.Marco Pesenti Gritti2004-03-141-13/+9
* Check if the dragged item is a separator. Fixes crash when it _is_ aChristian Persch2004-03-092-2/+9
* The icon should be activated by double clickMarco Pesenti Gritti2004-03-021-20/+1
* Sucky but not intrusive hack to make dnd on the address entry work whenMarco Pesenti Gritti2004-02-282-0/+7
* Fix logic error, spotted by Crispin.Christian Persch2004-02-212-3/+3
* Fix off-by-one error when computing the height of the table.Christian Persch2004-02-191-1/+3
* When removing a toolbar, make its items available again in the toolbarChristian Persch2004-02-192-19/+44
* 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-276-94/+116
* Make toolbar editing drag icons use the same icon size as the actual toolbar ...Jorn Baayen2003-12-102-9/+63
* Very basic tray icon for downloader.Marco Pesenti Gritti2003-11-238-10/+2284
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-203-0/+6
* *** empty log message ***Marco Pesenti Gritti2003-11-101-1/+1
* Remove a decl I forgot.Marco Pesenti Gritti2003-11-101-8/+27
* Fix recovery from corrupted toolbar layout file.Christian Persch2003-11-102-3/+5
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* *** empty log message ***Marco Pesenti Gritti2003-10-311-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-272-27/+67
* Resync apiMarco Pesenti Gritti2003-10-261-4/+5
* Use special drag cursors also for editor. Do not hide separator whenMarco Pesenti Gritti2003-10-251-4/+31
* Remove invalid itemsMarco Pesenti Gritti2003-10-231-3/+20
* Move the spinner in his own mini toolbar.Marco Pesenti Gritti2003-10-232-17/+96
* Use new api for highlighting and make it pick up and drop behaviorMarco Pesenti Gritti2003-10-212-137/+301
* *** empty log message ***Marco Pesenti Gritti2003-10-142-1/+6
* 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
* Check for failed load of the toolbars model from the XML file, and fix theChristian Persch2003-10-031-1/+6
* *** empty log message ***Marco Pesenti Gritti2003-09-201-2/+2
* Do not use .in for not to translate files.Marco Pesenti Gritti2003-09-192-17/+59
* Exchange the newly-deprecated g_value_set_object_take_ownership() withChristian Persch2003-09-131-1/+1
* signature change in gtkMarco Pesenti Gritti2003-09-041-0/+3
* forgot files...Marco Pesenti Gritti2003-08-306-1331/+0
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-3027-10288/+121
* Removed useless code (debug leftovers).Christian Persch2003-08-171-6/+0
* Remove unused variables and functions.Christian Persch2003-08-171-212/+0
* Add missing include for unlink().Christian Persch2003-08-171-0/+1
* Fix compiler warnings.Christian Persch2003-08-141-3/+3
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-126-6/+120
* Fix mem leaks.Christian Persch2003-08-091-2/+7
* UpdateMarco Pesenti Gritti2003-08-092-7/+26
* *** empty log message ***Marco Pesenti Gritti2003-08-084-379/+0
* Fix mem leaks.Christian Persch2003-08-062-0/+5
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-276-55/+211
* *** empty log message ***Marco Pesenti Gritti2003-07-221-0/+9
* Fix mem leak.Christian Persch2003-07-221-0/+14
* UpdateMarco Pesenti Gritti2003-07-141-0/+2
* *** empty log message ***Marco Pesenti Gritti2003-07-122-1/+2
* Patch by kris to speed it up.Marco Pesenti Gritti2003-07-071-136/+213
* Make the location entry an EggToolItem, and provide a custom tooptipChristian Persch2003-07-026-92/+127
* Temporary implementation of toolbar tooltips, until it's implement inMarco Pesenti Gritti2003-06-292-0/+34
* Make sure marshalers are regeneratedMarco Pesenti Gritti2003-06-2915-271/+379
* updatedMarco Pesenti Gritti2003-06-281-2/+2
* Update.Marco Pesenti Gritti2003-06-281-3/+4
* UpdateMarco Pesenti Gritti2003-06-261-29/+37
* *** empty log message ***Marco Pesenti Gritti2003-06-151-213/+136
* Update.Marco Pesenti Gritti2003-06-121-136/+213
* UpdateMarco Pesenti Gritti2003-06-102-27/+49
* Update prototype.Jeremy Katz2003-06-092-3/+3
* Fixup context menu accesskeys. Use correct icon for Save As.Piers Cornwell2003-06-095-102/+259
* Update to 0.7.0Marco Pesenti Gritti2003-06-072-2/+2
* s/ask download/ask for downloadMarco Pesenti Gritti2003-06-064-1/+40
* UpdateMarco Pesenti Gritti2003-05-248-128/+207
* UpdateMarco Pesenti Gritti2003-05-117-95/+188
* Update (removing toolbars with context menu works again).Marco Pesenti Gritti2003-05-065-73/+21
* Update for the release.Marco Pesenti Gritti2003-05-033-13/+183
* UpdateMarco Pesenti Gritti2003-04-305-331/+417
* *** empty log message ***Marco Pesenti Gritti2003-04-291-0/+1
* Reapply one of our MenuMerge patches. Fixes crashes on window close.Marco Pesenti Gritti2003-04-281-0/+21
* updateMarco Pesenti Gritti2003-04-276-17/+113
* Update.David Bordoley2003-04-273-19/+32
* Update.Marco Pesenti Gritti2003-04-262-7/+46
* UpdateMarco Pesenti Gritti2003-04-256-304/+226
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-252-11/+63
* *** empty log message ***Marco Pesenti Gritti2003-04-256-771/+1254
* Update from eggMarco Pesenti Gritti2003-04-2517-1446/+1128
* UpdateMarco Pesenti Gritti2003-04-202-0/+54
* Update.Marco Pesenti Gritti2003-04-173-298/+325
* Update, fix remove toolbar regressions.Marco Pesenti Gritti2003-04-155-226/+211
* Update.Marco Pesenti Gritti2003-04-092-0/+29
* Move and autoupdate these from egg.Marco Pesenti Gritti2003-04-086-3/+3259
* Add a separator item to the editor.Marco Pesenti Gritti2003-04-0712-171/+557
* Include config.h. Menu translated again now.Marco Pesenti Gritti2003-04-051-0/+4
* Set drag source on the event box, to avoid conflicts with toolbars dragChristian Persch2003-04-052-12/+67
* Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, weMarco Pesenti Gritti2003-04-0216-491/+2044
* Use the new EggToolbar apis. Better drop feedback, separators drag andMarco Pesenti Gritti2003-04-014-18/+399
* Fix the padding.James Willcox2003-03-071-5/+2
* Update from libegg sameJames Willcox2003-03-072-30/+172
* Translate menusMarco Pesenti Gritti2003-03-051-3/+1
* Changed GtkType to GType.Christian Meyer2003-02-098-8/+8
* Better toolbar appeareance. More clear buttons labels on resume dialog.Marco Pesenti Gritti2003-02-081-3/+1
* Spinner dont overlap toolbar shadowMarco Pesenti Gritti2003-02-081-0/+2
* Add icons, fix some minor appeareance stuff, rework ui updating to dealMarco Pesenti Gritti2003-01-311-0/+2
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-302-6/+9
* *** empty log message ***Marco Pesenti Gritti2003-01-261-6/+2
* Implement the data part of the toolbar editor. Partial implementation ofMarco Pesenti Gritti2003-01-241-4/+2
* Reimplement encoding menus. Work around eggmenu finalization problems. FixMarco Pesenti Gritti2003-01-231-20/+42
* Fix chromesMarco Pesenti Gritti2003-01-221-2/+0
* *** empty log message ***Marco Pesenti Gritti2003-01-211-0/+2
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-2132-0/+8498