| Commit message (Expand) | Author | Age | Files | Lines |
* | Lowercase the lang codes. | Christian Persch | 2004-11-25 | 1 | -1/+1 |
* | No need to include nsEmbedString.h. | Christian Persch | 2004-11-16 | 1 | -3/+0 |
* | Make mozilla_notifier_add return the connection ID, and | Christian Persch | 2004-11-16 | 1 | -35/+21 |
* | Simplify the gconf -> mozilla prefs bridge. | Christian Persch | 2004-11-16 | 1 | -531/+465 |
* | nsEmbedString.h now requires MOZILLA_STRICT_API define. | Christian Persch | 2004-11-14 | 1 | -0/+2 |
* | Show language code in the string in languages editor. Fixes bug #115355. | Christian Persch | 2004-11-07 | 1 | -94/+21 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Remove explicit PAC autoconf call, it works perfectly ok without it. | Christian Persch | 2004-09-30 | 1 | -30/+0 |
* | Fix compiler warnings. | Christian Persch | 2004-09-27 | 1 | -1/+1 |
* | Fix mozilla API checks to correctly detect firefox libraries. | Christian Persch | 2004-09-21 | 1 | -3/+1 |
* | Don't use -include which compilers other than gcc don't understand. | Christian Persch | 2004-07-31 | 1 | -1/+2 |
* | Remove load_proxy_autoconf() vfunc. | Christian Persch | 2004-07-27 | 1 | -1/+1 |
* | #include <nsEmbedString.h> | Adam Hooper | 2004-07-25 | 1 | -0/+1 |
* | No need to make proxy PAC configuration public, we only use it in a pref | Christian Persch | 2004-07-23 | 1 | -4/+15 |
* | Remove unused variable. | Christian Persch | 2004-05-11 | 1 | -1/+0 |
* | Don't allow a font size less than 1. | Piers Cornwell | 2004-03-31 | 1 | -1/+1 |
* | Fix mem leak. | Christian Persch | 2004-01-25 | 1 | -0/+1 |
* | Add an accellerator-only action (F7) to toggle caret browsing. Hook up | Christian Persch | 2004-01-09 | 1 | -0/+1 |
* | Remove default font notifier, it's been obsoleted by the fonts rewrite. | Christian Persch | 2004-01-02 | 1 | -12/+11 |
* | Set socks prefs from gconf too. | Christian Persch | 2004-01-02 | 1 | -0/+2 |
* | Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed all | Christian Persch | 2003-12-30 | 1 | -2/+7 |
* | In-line the language editor in the prefs dialogue. | Christian Persch | 2003-12-19 | 1 | -19/+43 |
* | Add /system/http_proxy to list of directories to monitor. | Christian Persch | 2003-12-02 | 1 | -0/+5 |
* | Get rid of NS_INIT_ISUPPORTS() macros in constructors; it's not been | Christian Persch | 2003-11-25 | 1 | -1/+1 |
* | New interfaces: EphyCookieManager, EphyPermissionManager, | Christian Persch | 2003-11-22 | 1 | -1/+1 |
* | Rework shell services initialization so that it happen either on every | Marco Pesenti Gritti | 2003-11-14 | 1 | -0/+6 |
* | Change some more i18n inclusion and remove several unused includes. | Marco Pesenti Gritti | 2003-11-06 | 1 | -1/+2 |
* | Migrate font family too | Marco Pesenti Gritti | 2003-11-05 | 1 | -0/+28 |
* | Resync with eel. | Marco Pesenti Gritti | 2003-11-05 | 1 | -6/+108 |
* | Encoding menu improvements, Part 4: The Rewrite. | Christian Persch | 2003-10-18 | 1 | -5/+7 |
* | Encodings menu improvements, part 3: Refactored the encodings list; it no | Christian Persch | 2003-10-14 | 1 | -25/+18 |
* | Return "en" when in C locale. | Christian Persch | 2003-10-13 | 1 | -1/+1 |
* | Use gconf_client_notify. Fixed bug #112882. | Christian Persch | 2003-09-20 | 1 | -10/+1 |
* | First important step in solving the fonts mess. Allow to select the | Marco Pesenti Gritti | 2003-09-10 | 1 | -1/+1 |
* | Respect system pref about no proxy for. | Marco Pesenti Gritti | 2003-08-12 | 1 | -0/+45 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-08-08 | 1 | -0/+4 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-08-07 | 1 | -61/+55 |
* | Added one translator's comment, and clarified another. | Christian Persch | 2003-07-24 | 1 | -3/+9 |
* | Use the browser icon from gnome icon theme. Get rid of cache comparing | Marco Pesenti Gritti | 2003-07-02 | 1 | -38/+0 |
* | Misc i18n fixes: mark default encoding and encoding autodetector in the | Christian Persch | 2003-06-22 | 1 | -1/+15 |
* | s/snprintf/g_snprintf to not break gcc 2.95 | Marco Pesenti Gritti | 2003-06-17 | 1 | -6/+6 |
* | Fix use document colors | Marco Pesenti Gritti | 2003-06-17 | 1 | -2/+4 |
* | Add support for string enums. | Marco Pesenti Gritti | 2003-06-13 | 1 | -109/+80 |
* | Use functions instead of declaring static vars in .h file, (hopefully) | Christian Persch | 2003-06-12 | 1 | -0/+4 |
* | Remove some leftovers. | Marco Pesenti Gritti | 2003-06-08 | 1 | -18/+0 |
* | Remove memory cache prefs/ui, now mozilla can deal with it automagically. | Marco Pesenti Gritti | 2003-06-07 | 1 | -7/+20 |
* | Remove custom notifiers, the generic string notifier works just fine for | Christian Persch | 2003-06-01 | 1 | -49/+3 |
* | Sort the lists of encoding autodetectors and of fonts languages. | Christian Persch | 2003-05-29 | 1 | -35/+26 |
* | continuing checkin of previous patch (cvs aborted "broken pipe") | Christian Persch | 2003-05-28 | 1 | -25/+25 |
* | Refactored the charset and language groups strings. | Christian Persch | 2003-05-27 | 1 | -5/+6 |
* | Fix mem leak. | Christian Persch | 2003-05-27 | 1 | -1/+6 |
* | Fix some warnings. Go back hardcoding defaults in the code, mozilla pref | Marco Pesenti Gritti | 2003-05-20 | 1 | -1/+61 |
* | Remove fine grain color settings. Always use the system theme colors in | David Bordoley | 2003-05-19 | 1 | -5/+0 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -1/+3 |
* | Use sys language as default | Marco Pesenti Gritti | 2003-05-11 | 1 | -27/+47 |
* | Implement security page. Remove some useless hidden prefs in the process. | Marco Pesenti Gritti | 2003-05-10 | 1 | -33/+5 |
* | Remove proxy prefs initialization. Now we call the gconf notifier on | Marco Pesenti Gritti | 2003-05-06 | 1 | -22/+20 |
* | Initialize mozilla prefs on startup every time. That is necessary if | Marco Pesenti Gritti | 2003-05-05 | 1 | -60/+60 |
* | Better user agent string (from galeon) | Marco Pesenti Gritti | 2003-03-07 | 1 | -1/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-02-06 | 1 | -8/+11 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+710 |