| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out the helper to select a treeview row by column and use it also | Marco Pesenti Gritti | 2004-06-22 | 1 | -0/+3 |
* | Get rid of EmbedReloadFlags, and use a gboolean force parameter in | Christian Persch | 2004-06-14 | 1 | -2/+0 |
* | Add convenience functions for creating a filter with a bunch of mime types | Christian Persch | 2004-05-09 | 1 | -2/+2 |
* | Fix font selection combo box issues; fixes bug #138560. | Christian Persch | 2004-04-18 | 1 | -0/+1 |
* | Make prefs, pdm and print setup dialogues transient to their parent. Fixes | Christian Persch | 2004-04-06 | 1 | -6/+4 |
* | Fixes #138263. | Federico Mena Quintero | 2004-03-30 | 1 | -1/+1 |
* | Fix for gtk+ filechooser API change. | Christian Persch | 2004-02-27 | 1 | -2/+1 |
* | Unify fallback downloads dir to get the home directory. | Christian Persch | 2004-02-13 | 1 | -11/+10 |
* | Fix numerous places where we weren't properly converting between UTF-8 and | Christian Persch | 2004-02-13 | 1 | -12/+10 |
* | David Bordoley <bordoley@msu.edu> | Biggest Flake Ever | 2004-02-05 | 1 | -0/+2 |
* | Add a way to get the downloads dir with a comment for translators. Use dir | Marco Pesenti Gritti | 2004-01-25 | 1 | -9/+7 |
* | Fall back to Home directory when the pref is NULL. | Christian Persch | 2004-01-24 | 1 | -0/+6 |
* | Add a persist-position property. | Marco Pesenti Gritti | 2004-01-24 | 1 | -2/+6 |
* | Allow passing the translation domain to ephy_dialog_construct, to make | Christian Persch | 2004-01-24 | 1 | -4/+7 |
* | Call ephy_file() explicitly for each glade file, letting extensions load glad... | Adam Hooper | 2004-01-22 | 1 | -2/+4 |
* | Add a way to store paths. | Marco Pesenti Gritti | 2004-01-19 | 1 | -18/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-01-19 | 1 | -1/+9 |
* | Use gtk_file_chooser_get_filename() instead of | Christian Persch | 2004-01-17 | 1 | -1/+1 |
* | Behave better when the encoding used on the page is unknown to us. | Christian Persch | 2004-01-06 | 1 | -1/+1 |
* | Add help buttons to Certificate Viewer, PDM, print and print setup | Piers Cornwell | 2004-01-05 | 1 | -7/+4 |
* | Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed all | Christian Persch | 2003-12-30 | 1 | -5/+2 |
* | One download directory chooser is enough. | Christian Persch | 2003-12-27 | 1 | -16/+31 |
* | Fixed #129737. | Christian Neumair | 2003-12-21 | 1 | -1/+14 |
* | Remove debug output leftovers. | Christian Persch | 2003-12-19 | 1 | -4/+4 |
* | In-line the language editor in the prefs dialogue. | Christian Persch | 2003-12-19 | 1 | -159/+450 |
* | Lockdown: set some buttons insensitive when their pref key is not | Christian Persch | 2003-12-09 | 1 | -9/+31 |
* | Sort the list of fonts alphabetically. | Christian Persch | 2003-12-09 | 1 | -9/+26 |
* | Split print dialogue in print setup and actual print, and move print | Christian Persch | 2003-12-07 | 1 | -25/+16 |
* | Remove gtkoptionmenu.h include. | Christian Persch | 2003-12-01 | 1 | -1/+17 |
* | Improved API and implementation of EphyDialog. Add support for new combo | Christian Persch | 2003-11-30 | 1 | -758/+418 |
* | Use EphyFileChooser API, convert download path to UTF8. | Xan Lopez | 2003-11-24 | 1 | -16/+15 |
* | Implement UI for default download path and auto open downlads prefs for | Xan Lopez | 2003-11-16 | 1 | -0/+105 |
* | New extensions API. | Christian Persch | 2003-11-11 | 1 | -1/+4 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | Get rid of gresult type. Use return values instead of out-parameters | Christian Persch | 2003-11-05 | 1 | -4/+3 |
* | Always list "Off" as first item in the list of autodetectors. Fixes bug | Christian Persch | 2003-10-29 | 1 | -2/+29 |
* | Encoding menu improvements, Part 4: The Rewrite. | Christian Persch | 2003-10-18 | 1 | -168/+114 |
* | Encodings menu improvements, part 3: Refactored the encodings list; it no | Christian Persch | 2003-10-14 | 1 | -40/+12 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-17 | 1 | -1/+1 |
* | Make spinner status per tab. Remove the default to tab pref, use tab by | Marco Pesenti Gritti | 2003-09-10 | 1 | -2/+0 |
* | First important step in solving the fonts mess. Allow to select the | Marco Pesenti Gritti | 2003-09-10 | 1 | -36/+20 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -21/+18 |
* | Added one translator's comment, and clarified another. | Christian Persch | 2003-07-24 | 1 | -0/+7 |
* | Initiliaze font list to NULL. Otherwise if Enumerate fails we crash. | Marco Pesenti Gritti | 2003-07-17 | 1 | -1/+1 |
* | No need to setup fonts on init, it will be done when the default encoding | Marco Pesenti Gritti | 2003-07-15 | 1 | -2/+0 |
* | gtk_editable_insert_text takes the number of bytes in the string, not the | Christian Persch | 2003-07-06 | 1 | -3/+3 |
* | Api resync and cleanup from galeon. | Marco Pesenti Gritti | 2003-07-06 | 1 | -1/+2 |
* | Use the browser icon from gnome icon theme. Get rid of cache comparing | Marco Pesenti Gritti | 2003-07-02 | 1 | -22/+27 |
* | Correct usage of ellipses. | Piers Cornwell | 2003-06-29 | 1 | -10/+9 |
* | Changed two nearly duplicated strings to the already present ones to save | Christian Persch | 2003-06-22 | 1 | -2/+2 |
* | Misc i18n fixes: mark default encoding and encoding autodetector in the | Christian Persch | 2003-06-22 | 1 | -1/+4 |
* | Set a title on NET_START (nicified url). | Marco Pesenti Gritti | 2003-06-21 | 1 | -4/+7 |
* | Fix wrong cast of GtkDialog to GtkWindow. | Christian Persch | 2003-06-18 | 1 | -1/+1 |
* | Some string fixes. | Christian Persch | 2003-06-17 | 1 | -2/+2 |
* | s/snprintf/g_snprintf to not break gcc 2.95 | Marco Pesenti Gritti | 2003-06-17 | 1 | -10/+10 |
* | Fix previous change to actually work on anything else than en locales. | Christian Persch | 2003-06-14 | 1 | -2/+7 |
* | Persist the selected language for the fonts preferences, and make the | Christian Persch | 2003-06-14 | 1 | -5/+15 |
* | Persist the language selected for the fonts preferences. Make the | Christian Persch | 2003-06-14 | 1 | -11/+14 |
* | Add support for string enums. | Marco Pesenti Gritti | 2003-06-13 | 1 | -0/+28 |
* | Use functions instead of declaring static vars in .h file, (hopefully) | Christian Persch | 2003-06-12 | 1 | -0/+5 |
* | Remove memory cache prefs/ui, now mozilla can deal with it automagically. | Marco Pesenti Gritti | 2003-06-07 | 1 | -22/+6 |
* | Sort the lists of encoding autodetectors and of fonts languages. | Christian Persch | 2003-05-29 | 1 | -18/+210 |
* | continuing checkin of previous patch (cvs aborted "broken pipe") | Christian Persch | 2003-05-28 | 1 | -51/+42 |
* | Refactored the charset and language groups strings. | Christian Persch | 2003-05-27 | 1 | -25/+6 |
* | Fix potential memory corruption. Retain custom lang codes. Sort the | Christian Persch | 2003-05-27 | 1 | -40/+164 |
* | Shortest patch ever!!! Kill the new page pref. Make Seth happy :) | David Bordoley | 2003-05-20 | 1 | -2/+0 |
* | Remove fine grain color settings. Always use the system theme colors in | David Bordoley | 2003-05-19 | 1 | -10/+0 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -5/+5 |
* | Use sys language as default | Marco Pesenti Gritti | 2003-05-11 | 1 | -0/+1 |
* | Implement security page. Remove some useless hidden prefs in the process. | Marco Pesenti Gritti | 2003-05-10 | 1 | -0/+12 |
* | Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefs | Marco Pesenti Gritti | 2003-05-10 | 1 | -144/+710 |
* | Remove unused var | Marco Pesenti Gritti | 2003-05-10 | 1 | -1/+0 |
* | Convenience function for displaying help. Remove unneeded include of | David Adam Bordoley | 2003-05-09 | 1 | -26/+10 |
* | Declare all the variables before the first instruction. Fixes a | Vincent Untz | 2003-04-15 | 1 | -2/+1 |
* | Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, we | Marco Pesenti Gritti | 2003-04-02 | 1 | -12/+9 |
* | Added place holders for help text for preferences dialog added code to | Patanjali Somayaji | 2003-04-01 | 1 | -1/+49 |
* | New epiphany-bookmark-page stock image. I'm not at all attached to this | David Bordoley | 2003-03-25 | 1 | -0/+8 |
* | Reimplement ephystate using xml and make it easier to use. -> remove some | Marco Pesenti Gritti | 2003-03-19 | 1 | -17/+2 |
* | about:options and about:epiphany | Marco Pesenti Gritti | 2003-03-04 | 1 | -3/+18 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-06 | 1 | -6/+10 |
* | Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when using | Marco Pesenti Gritti | 2003-01-05 | 1 | -2/+2 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+335 |