aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't leak toplevel windows.Christian Persch2005-08-171-1/+2
* Keep a ref on the tray icon. Should fix bug #166143.Christian Persch2005-02-141-0/+3
* Fix mem leak. Fixes bug #164302.Christian Persch2005-01-191-0/+2
* Wrap the label in the Confirm Overwrite dialogue. Fixes bug #161771.Christian Persch2004-12-201-0/+1
* Make the module resident. Maybe fixes bug #160945.Christian Persch2004-12-151-0/+5
* R lib/egg/eggmarshalers.c: R lib/egg/eggmarshalers.h:Christian Persch2004-11-263-781/+2
* Build auto-generated files in builddir, not in srcdir.Christian Persch2004-11-262-12/+7
* Fix out-of-srcdir build.Christian Persch2004-11-261-0/+1
* Better positioning for the context menu popup in a treeview. Patch byChristian Persch2004-11-101-6/+7
* Sanitise the embed popup position. Fixes bug #157162.Christian Persch2004-11-082-4/+14
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-084-8/+96
* Make the tooltip on the zoom control also work on Ctrl-F1.Christian Persch2004-11-071-13/+44
* 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
* Fix a nasty bug when removing signal handlers during a node signalChristian Persch2004-11-012-4/+106
* Fix disconnect on node destroy. Patch by Peter Harvey.Christian Persch2004-11-011-46/+35
* Removing debug spewChristian Persch2004-11-012-2/+1
* Fix restoring window size on crash recovery by moving the setting of theChristian Persch2004-10-311-4/+4
* Check for nsIDOMNSEvent::GetIsTrusted.Christian Persch2004-10-311-0/+1
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* 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
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Release144Marco Pesenti Gritti2004-10-111-1/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-7/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-083-3/+7
* Fix compilation with gtk+ 2.4.x.Christian Persch2004-10-071-1/+2
* Add ephy-gui.h include.Christian Persch2004-10-071-0/+1
* Set window icon to default ephy icon.Christian Persch2004-10-053-0/+47
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-022-7/+20
* Initialise position passed to gtk_editable_insert_text().Christian Persch2004-09-231-1/+1
* UpdatingChristian Persch2004-09-132-0/+4
* Fix for too-small notebook tab close buttons. Fixes bug #144772.Christian Persch2004-09-131-0/+2
* 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
* 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
* 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-086-856/+3623
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-063-55/+56
* 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
* 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-233-22/+116
* 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
* Ignore the microseconds part of the g_timer_elapsed call, its redundantChristian Persch2004-07-231-4/+3
* Handle the case where the downloads dir cannot be created gracefully. FixMarco Pesenti Gritti2004-07-222-4/+12
* Add disable_quit, disable_new_window, first_window_fullscreen lockdownMarco Pesenti Gritti2004-07-191-0/+2
* Improve sort/priority API.Marco Pesenti Gritti2004-07-152-65/+126
* *** 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
* 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
* Move in the bookmarks dir.Marco Pesenti Gritti2004-07-023-0/+35
* *** 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
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-012-0/+2
* Set sane_state to TRUE from user changes, otherwise broken prefs willChristian Persch2004-06-291-0/+8
* Use guint consistently for node idsMarco Pesenti Gritti2004-06-242-8/+8
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-223-55/+71
* Check for empty attributes before adding the item when parsing theChristian Persch2004-06-211-8/+11
* Whoops. Um. Fixed the build.Adam Hooper2004-06-211-0/+1
* 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
* Make spinner not use a visible window, and fix coordinates accordingly.Christian Persch2004-06-121-6/+7
* 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
* Revert varargs change, it doesn't work for LOG("Message") withoutChristian Persch2004-05-291-11/+0
* Use ISO style variable argument macros. Patch by Brian Cameron, part ofChristian Persch2004-05-291-0/+11
* Add check for 'mkdtemp', since solaris doesn't have it.Christian Persch2004-05-291-0/+4
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-291-1/+1
* Set the drag icon on realize, otherwise the current icon theme isn't used,Crispin Flowerday2004-05-221-21/+22
* Backported fixes from gtk+ cvs head.Christian Persch2004-05-201-17/+19
* Fix mem leak.Christian Persch2004-05-161-3/+7
* Fix mem leaks.'Christian Persch2004-05-161-0/+3
* Backport changed from the new gtkcellrendererprogress which was based onChristian Persch2004-05-132-240/+328
* Fix compilation with gcc 2.95.Christian Persch2004-05-121-1/+2
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-092-4/+131
* title added back to dialog - see notes on bug #133152Patanjali Somayaji2004-05-031-1/+1
* More HIGifying of the overwrite confirmation dialog - - title removed fromPatanjali Somayaji2004-05-031-1/+2
* Make Escape cancel overwrite dialog.Piers Cornwell2004-05-031-20/+16
* More HIG love for overwrite confirmation. Partial fix for bug #133152.Piers Cornwell2004-04-301-3/+5
* HIGified dialog created with "Cancel" and "Overwrite" buttons.Patanjali Somayaji2004-04-291-11/+38
* Document UTF-8 requirement.Christian Persch2004-04-222-2/+2
* Documented EphyGladeAdam Hooper2004-04-201-5/+19
* Fix font selection combo box issues; fixes bug #138560.Christian Persch2004-04-182-66/+86
* Resync with eggMarco Pesenti Gritti2004-04-174-4/+23
* Add "Downloads" folder shortcut to our file chooser dialogues.Christian Persch2004-04-141-0/+21
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-101-2/+8
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-101-1/+1
* Remove unused variable.Christian Persch2004-04-071-2/+0
* Don't abort on errors, just display a message on console.Christian Persch2004-04-071-11/+0
* Make prefs, pdm and print setup dialogues transient to their parent. FixesChristian Persch2004-04-062-1/+14
* Documented EphyNodeDbAdam Hooper2004-04-052-13/+108
* Synchronise changes from galeon, this fixes simple usage, stops crashesCrispin Flowerday2004-04-033-16/+44
* Removed the nautilus view.Christian Persch2004-03-303-142/+0
* Fixes #138263.Federico Mena Quintero2004-03-302-10/+4
* Register our stock icons.Christian Persch2004-03-271-9/+12
* 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-1728-8/+94
* 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
* Don't assume Desktop directory location, check the gconf key if it'sChristian Persch2004-03-051-2/+17
* Copy and modify gnome_vfs_uri_list_parse() so that we get a list of stringChristian Persch2004-03-042-4/+57
* Don't remember the size of the filechoose dialogue, because it doesn'tChristian Persch2004-03-031-5/+0
* The icon should be activated by double clickMarco Pesenti Gritti2004-03-021-20/+1
* Guard against xml reading error, check for NULL subtree before trying toChristian Persch2004-03-011-3/+5
* Sucky but not intrusive hack to make dnd on the address entry work whenMarco Pesenti Gritti2004-02-283-0/+59
* Remove an useless check.Marco Pesenti Gritti2004-02-281-2/+10
* Fix for gtk+ filechooser API change.Christian Persch2004-02-271-2/+4
* Add $ markersChristian Persch2004-02-223-0/+6
* Removed an unused #include.Christian Persch2004-02-224-5/+3
* Always connect signals, not just for PT_AUTOAPPLY props.Christian Persch2004-02-221-3/+0
* Fix logic error, spotted by Crispin.Christian Persch2004-02-212-3/+3
* #ifdef HAVE_CONFIG_H the inclusion of config.h.Christian Persch2004-02-201-1/+4
* Remove duplicate entry for ephy-gui.h.Christian Persch2004-02-201-1/+0
* 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
* Don't set entries insensitive, only set the non-editable when the gconfChristian Persch2004-02-131-0/+4
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-132-8/+15
* 2004-02-12 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-02-131-0/+6
* 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-114-34/+46
* Include config.h.Christian Persch2004-02-091-0/+6
* 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
* typo in icon nameMarco Pesenti Gritti2004-02-021-1/+1
* Only try to rmdir() the tmp directory if we have one.Christian Persch2004-01-271-3/+6
* Correct a translator name.Marco Pesenti Gritti2004-01-261-42/+46
* ==> ChangeLog <==Christian Persch2004-01-261-0/+1
* Fix mem leak.Christian Persch2004-01-261-0/+5
* 2004-01-25 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-01-261-9/+3
* Fix mem leak.Christian Persch2004-01-261-1/+1
* Fixed early freeing of tmp_dirAdam Hooper2004-01-251-4/+10
* Fix mem leaks.Christian Persch2004-01-251-2/+2
* Fix mem leaks.Christian Persch2004-01-251-4/+3
* Fix mem leaks.Christian Persch2004-01-251-3/+2
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-252-2/+17
* Remove totally wrong comment before ephy_string_blank_chrAdam Hooper2004-01-251-10/+0
* Make ephy_file_tmp_directory() return a const char * instead of a char *Adam Hooper2004-01-252-2/+2
* Prepare for 1.1.5Marco Pesenti Gritti2004-01-251-3/+10
* Use our eel_gconf_set_path() function to persist the directory.Christian Persch2004-01-241-16/+10
* Add a persist-position property.Marco Pesenti Gritti2004-01-241-1/+21
* Sometimes reading gnomedesktop flames is useful:Marco Pesenti Gritti2004-01-241-1/+1
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-244-14/+27
* New function to get temp directory and moved ephy_shell_delete_on_exit toChristopher James Lahey2004-01-233-19/+69
* Call ephy_file() explicitly for each glade file, letting extensions load glad...Adam Hooper2004-01-221-5/+1
* Make uri canonical before passing it as launch argument to make vfs happy.Marco Pesenti Gritti2004-01-201-4/+3
* Add a way to store paths.Marco Pesenti Gritti2004-01-192-0/+64
* *** empty log message ***Marco Pesenti Gritti2004-01-191-1/+1
* Introduce ephy_dialog_hide().Christian Persch2004-01-192-0/+11
* Implement print and print setup disabling for lockdown mode.Christopher James Lahey2004-01-111-0/+3
* Implement history disabling.Christian Persch2004-01-113-23/+32
* Added disable_arbitrary_url, disable_toolbar_editing, and disable_historyChristopher James Lahey2004-01-101-0/+3
* Added disable_bookmark_editing key.Chris Lahey2004-01-105-14/+67
* Fixed a logic error in using & instead of && (bug #130919, Telsa Gwynne).Roozbeh Pournader2004-01-091-1/+1
* Wrong identifier here.Chris Lahey2004-01-091-1/+1
* Don't save the file if disable_save_to_disk is on.82004-01-081-0/+3
* Brought type macros in line with the rest of libegg; and use gobjectChristian Persch2003-12-276-94/+116
* Fix popup coordinates in RTL mode.Christian Persch2003-12-201-4/+16
* Destroy file chooser with its parent window; fixes crashes.Christian Persch2003-12-201-0/+2
* 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-1710-358/+0
* Really committing it this timeChristian Persch2003-12-151-1/+2
* Convert control chars to blanks.Christian Persch2003-12-142-28/+31
* Use stock icon for print setup.Christian Persch2003-12-142-1/+3
* Use g_signal_connect_object so the signal isn't emitted for a deadChristian Persch2003-12-141-4/+4
* Make toolbar editing drag icons use the same icon size as the actual toolbar ...Jorn Baayen2003-12-102-9/+63
* Reformatted to conform to epiphany coding style. Fix some error conditionChristian Persch2003-12-091-47/+84
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-072-96/+150
* Use notify::expanded to persist expander state. Bug found by Crispin.Christian Persch2003-12-061-4/+5
* Remove unused includes.Christian Persch2003-12-041-2/+0
* Set sensitivity from gconf key writability, and do it right.Christian Persch2003-12-031-4/+1
* Remove gtkoptionmenu.h include.Christian Persch2003-12-011-1/+0
* Readd gtk deprecates (only in maintainer mode).Marco Pesenti Gritti2003-11-303-67/+3
* Forgot even moreChristian Persch2003-11-303-795/+995
* 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
* Remove ephy-types.h from Makefile.am, it's long gone.Christian Persch2003-11-241-1/+0
* Very basic tray icon for downloader.Marco Pesenti Gritti2003-11-238-10/+2284
* Use icon theme icon for add bookmarkMarco Pesenti Gritti2003-11-222-3/+3
* Removing .cvsignore in obsolete /lib/toolbar/ directoryChristian Persch2003-11-221-6/+0
* Pass a source based on filename instead of pixbuf for our own icon set, soMarco Pesenti Gritti2003-11-212-13/+31
* Implement an handle_content signal to allow to write plugins to supportMarco Pesenti Gritti2003-11-211-0/+1
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-2025-11/+52
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-201-6/+2
* Make encodings dialogue transient.Christian Persch2003-11-191-0/+2
* Ported the Crispin's GtkNSSClientAuthDialogs from galeon. Changes: - useChristian Persch2003-11-182-1/+59
* *** empty log message ***Marco Pesenti Gritti2003-11-151-6/+6
* Enable deprecates and werror only in maintainer mode (in the way suggestedMarco Pesenti Gritti2003-11-151-6/+6
* New extensions API.Christian Persch2003-11-113-17/+257
* *** 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
* Pass ITEMS_PERSIST and LIST_ONLY to the models, the implementation looksMarco Pesenti Gritti2003-11-091-1/+1
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-087-127/+258
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-062-3/+3
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-0610-10/+10
* Only allow choosing "Selection" if there really is one.Christian Persch2003-11-051-10/+2
* Remove unused func, bad xanMarco Pesenti Gritti2003-11-052-45/+0
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-053-39/+2
* Resync with eel.Marco Pesenti Gritti2003-11-054-193/+319
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-051-1/+0
* Rework ContentHandler to use the auto_open_downloads key.Xan Lopez2003-11-051-1/+1
* Remove unused types.Christian Persch2003-11-042-16/+5
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-031-1/+1
* Initialise the dialogue on run too.Christian Persch2003-11-031-0/+8
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-012-36/+60
* Use gnomevfs helper to open applications, drop our own.Marco Pesenti Gritti2003-10-312-180/+0
* *** 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
* Add a title param to dnd iterator and remove unused screen locationMarco Pesenti Gritti2003-10-303-6/+12
* Make it use new api and make the highlighting a good deal smoother.Soren Sandmann2003-10-301-67/+102
* Forgot this.Xan Lopez2003-10-291-1/+2
* 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
* Convert filenames from/to UTF-8 when persisting the directory.Christian Persch2003-10-261-9/+20
* Port to new gtk+ file chooser.Christian Persch2003-10-264-0/+307
* 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
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-185-377/+15
* 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
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-145-52/+354