aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** 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
* *** empty log message ***Marco Pesenti Gritti2003-10-121-25/+26
* Merge completion branchMarco Pesenti Gritti2003-10-1210-2358/+337
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-114-71/+2
* 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
* Check for failed load of the toolbars model from the XML file, and fix theChristian Persch2003-10-031-1/+6
* Simpler implementation.Marco Pesenti Gritti2003-09-272-32/+3
* Use gtkicontheme, and use it also for mime icons.Marco Pesenti Gritti2003-09-273-15/+95
* Implement history time filterMarco Pesenti Gritti2003-09-271-1/+1
* Do not use _ as accellerators in bookmarks menus.Marco Pesenti Gritti2003-09-242-0/+41
* Implement a way to choose visible column in a menu. Not finished I need toMarco Pesenti Gritti2003-09-211-3/+0
* Fix check for return value of xmlSaveFileFormat, _maybe_ fixing theChristian Persch2003-09-211-1/+1
* *** 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
* *** 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
* Refactor node db loading functions into a common one in ephy-node-db.Christian Persch2003-09-183-45/+101
* Exchange the newly-deprecated g_value_set_object_take_ownership() withChristian Persch2003-09-131-1/+1
* Make sure to remove show_timeout also when the window is still notMarco Pesenti Gritti2003-09-121-13/+8
* Make spinner status per tab. Remove the default to tab pref, use tab byMarco Pesenti Gritti2003-09-101-1/+1
* 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
* signature change in gtkMarco Pesenti Gritti2003-09-041-0/+3
* 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-0217-148/+136
* Fix problems with EphyNodeView, bookmarks and history dialogs and updateMarco Pesenti Gritti2003-09-011-1/+1
* forgot files...Marco Pesenti Gritti2003-08-306-1331/+0
* Part of gtk 2.3 port, changelog too long to paste itMarco Pesenti Gritti2003-08-3036-10349/+174
* 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
* 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 multiple rows dnd problems stealing some Nautilus code.Marco Pesenti Gritti2003-08-111-16/+199
* Fix mem leak.Christian Persch2003-08-091-0/+2
* 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
* Correct ref-counting.Christian Persch2003-08-061-0/+7
* Fix mem leak, patch from galeon.Christian Persch2003-08-041-1/+6
* Make sure props are saved when destroyed.Marco Pesenti Gritti2003-08-021-8/+21
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-2712-258/+282
* 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
* *** empty log message ***Marco Pesenti Gritti2003-07-221-0/+9
* Fix mem leak.Christian Persch2003-07-221-0/+14
* Use connect_object for the dialog destroy signal, so we dont unref theMarco Pesenti Gritti2003-07-201-4/+4
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-202-42/+3
* UpdateMarco Pesenti Gritti2003-07-141-0/+2
* 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 leak and add safety check.Christian Persch2003-07-141-2/+6
* Fix mem leaks.Christian Persch2003-07-141-2/+11
* Fix mem leaks.Christian Persch2003-07-131-2/+2
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-133-11/+50
* Remove debug spew.Christian Persch2003-07-131-1/+0
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-132-4/+68
* *** empty log message ***Marco Pesenti Gritti2003-07-122-1/+2
* Monitor for theme changes and set smb background accordingly.David Bordoley2003-07-111-9/+22
* Fix actionsMarco Pesenti Gritti2003-07-111-11/+13
* Remove unused define.Marco Pesenti Gritti2003-07-071-2/+0
* 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
* Patch by kris to speed it up.Marco Pesenti Gritti2003-07-071-136/+213
* Fix mem leak.Christian Persch2003-07-061-8/+11
* Fix mem leaks and a conditional.Christian Persch2003-07-061-2/+4
* Use G_VA_COPY macro from glib instead of va_copy, (hopefully) fixing theChristian Persch2003-07-051-1/+4
* Must use va_copy when assigning valist on arches where varargs areJeremy Katz2003-07-041-1/+3
* Don't try to assign va_list to a gpointer var. Fixes bug #116131.Christian Persch2003-07-031-12/+19
* 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
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-022-0/+26
* Make the location entry an EggToolItem, and provide a custom tooptipChristian Persch2003-07-028-138/+214
* 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
* 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
* Fix mem leaks.Christian Persch2003-06-281-2/+2
* UpdateMarco Pesenti Gritti2003-06-261-29/+37
* *** empty log message ***Marco Pesenti Gritti2003-06-231-77/+0
* Remove some unused headers.Marco Pesenti Gritti2003-06-234-21/+78
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-232-3/+15
* Add two missing font language groups, and reorder encodings list.Christian Persch2003-06-221-0/+2
* broken pipe pfffMarco Pesenti Gritti2003-06-221-3/+2
* Make sure to set size flag when setting default width height. Discard oldMarco Pesenti Gritti2003-06-221-23/+60
* When following SAVE_POSITION/SAVE_SIZE flags actually not save themMarco Pesenti Gritti2003-06-222-48/+52
* do not popup autocompletion when setting url from the combo listMarco Pesenti Gritti2003-06-221-0/+2
* missing headerMarco Pesenti Gritti2003-06-211-0/+1
* 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
* With the gtk fullscreen api things can be cleaner: use the api instead ofMarco Pesenti Gritti2003-06-191-4/+16
* Use insert_text delete_text to show/hide the autocompletion window.Marco Pesenti Gritti2003-06-192-63/+88
* disable treeview interactive searchMarco Pesenti Gritti2003-06-171-0/+2
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-171-1/+1
* Do not mark non-user-visible strings for translation.Christian Persch2003-06-161-2/+2
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-166-499/+78
* *** empty log message ***Marco Pesenti Gritti2003-06-151-213/+136
* Handle NULL return from eel_gconf_get_string. Oh, and fix yet another memChristian Persch2003-06-141-27/+26
* Add support for string enums.Marco Pesenti Gritti2003-06-136-415/+366
* embed/mozilla/ExternalProtocolService.cpp, embed/mozilla/FilePicker.cpp,Christian Neumair2003-06-131-1/+5
* Do not persist node selection in BME between sessions.Xan Lopez2003-06-131-1/+0
* Update.Marco Pesenti Gritti2003-06-121-136/+213
* Use functions instead of declaring static vars in .h file, (hopefully)Christian Persch2003-06-122-22/+38
* 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
* UpdateMarco Pesenti Gritti2003-06-102-27/+49
* Use va_copy for the valist instead of directly accessing it. va_list isJeremy Katz2003-06-091-1/+3
* Update prototype.Jeremy Katz2003-06-092-3/+3
* remove unused stuffMarco Pesenti Gritti2003-06-092-474/+0
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-2/+0
* Fixup context menu accesskeys. Use correct icon for Save As.Piers Cornwell2003-06-095-102/+259
* *** empty log message ***Marco Pesenti Gritti2003-06-081-0/+2
* Remove some leftovers.Marco Pesenti Gritti2003-06-082-0/+260
* Fix mem leak.Christian Persch2003-06-071-2/+3
* Update to 0.7.0Marco Pesenti Gritti2003-06-072-2/+2
* s/ask download/ask for downloadMarco Pesenti Gritti2003-06-064-1/+40
* Actually add the ask for dest pref, it was using the wrong key.Marco Pesenti Gritti2003-06-051-0/+1
* Get rid of the leftovers of the jump-to-tab pref.Christian Persch2003-06-041-2/+0
* 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
* Sort the lists of encoding autodetectors and of fonts languages.Christian Persch2003-05-291-16/+23
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-285-2/+119
* Try to fix dereferencing type-punned warning.Xan Lopez2003-05-281-1/+1
* More of the same.Xan Lopez2003-05-271-0/+6
* Lots of safety checks on node functions.Xan Lopez2003-05-272-2/+53
* Refactored the charset and language groups strings.Christian Persch2003-05-272-0/+48
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-273-10/+14
* Unlink the node from the childs only after the remove from parent signalMarco Pesenti Gritti2003-05-261-5/+5
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-266-24/+102
* Fix nautilus view crashMarco Pesenti Gritti2003-05-261-5/+8
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-255-168/+47
* UpdateMarco Pesenti Gritti2003-05-248-128/+207
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-245-49/+168
* Don't set a border width on the zoom control, so that it fits on theChristian Persch2003-05-231-1/+0
* Do not free memory is not a good ideaMarco Pesenti Gritti2003-05-211-2/+1
* Fix nodes drag and drop. Make double click select the whole address inMarco Pesenti Gritti2003-05-217-8/+43
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-209-3/+823
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-201-1/+1
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-202-3/+5
* Shortest patch ever!!! Kill the new page pref. Make Seth happy :)David Bordoley2003-05-201-1/+0
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-209-855/+893
* 0.6.1Marco Pesenti Gritti2003-05-191-1/+1
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-179-10/+19
* Make it utf-8 safe. Fixes bug 113114.Christian Persch2003-05-171-19/+18
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-143-5/+21
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-142-0/+15
* Fix make dist.Xan Lopez2003-05-121-0/+1
* UpdateMarco Pesenti Gritti2003-05-117-95/+188
* Add ephy_node_sort_children, unused but kept for future reference inXan Lopez2003-05-112-8/+75
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-112-14/+1
* broken pipe pfffMarco Pesenti Gritti2003-05-111-2/+7
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-0/+45
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-101-1/+0
* Fix 64 bit problems. Patch from katzj@redhat.com.Christopher Blizzard2003-05-101-1/+1
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-092-4/+35
* 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
* Remove old unused sidebar and toolbar config stuff.David Bordoley2003-05-011-4/+0