summaryrefslogtreecommitdiff
path: root/src/pdm-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-101-32/+2
* Adds a "Clear All" dialog to clear all the privacy information, and a helpCosimo Cecchi2007-12-211-171/+275
* Add secondary text in confirmation dialogs for "Remove All" items in the PDM.Cosimo Cecchi2007-12-081-6/+12
* Add a "Remove all" button to the Personal Data Manager for both the cookies andCyril Brulebois2007-11-081-0/+170
* Make the password dialog use ephy-time-helpers instead of stock strftime.Cosimo Cecchi2007-11-061-5/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-111-1/+1
* Remove x bit from source filesChristian Persch2006-12-301-0/+0
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+2
* Use UTF-8 copyright symbolChristian Persch2006-09-131-3/+3
* Remove some unnecessary static data.Christian Persch2006-09-061-1/+1
* Allow cookie list to be sorted. (fixes #337845)Frederic Peters2006-05-301-0/+2
* Fix crash when adding a cookie while the dialogue is open.Christian Persch2005-12-081-18/+25
* Fix spacings to be HIG compliant. Set window roles.Christian Persch2005-12-051-2/+1
* Fix transposed arguments.Christian Persch2005-11-291-1/+1
* Add a method to generate collation keys for domain names.Christian Persch2005-11-291-24/+212
* Set the model's sort column only after filling it. Vastly improves delayChristian Persch2005-11-171-7/+19
* Don't put the prefs/pdm dialogue over all windows. Make the add-languageChristian Persch2005-11-151-9/+8
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-301-200/+202
* Add a way to view stored password. Fix bug 316821.Jean-François Rameau2005-10-221-11/+46
* Fix HIG spacings.Christian Persch2005-09-011-1/+2
* A src/languages.h:Christian Persch2005-05-011-1/+1
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-281-7/+7
* Ellipsize the value and path labels in the cookie content dialogue.Christian Persch2005-01-231-0/+2
* Rename the password manager's methods to give better names in theJean-François rameau2005-01-151-2/+2
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-081-1/+1
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-181-3/+6
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-271-3/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-231-1/+1
* Add varargs version of ephy_dialog_get_control to get more than oneChristian Persch2004-10-211-9/+11
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-1/+2
* Set ephy icon as window icon.Christian Persch2004-10-041-1/+5
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-5/+4
* Fix crash when removing a password, introduced by the last commit.Christian Persch2004-08-211-2/+2
* Keep the passwords list in the pdm dialogue up-to-date wrt. new passwordsChristian Persch2004-08-211-20/+47
* R lib/widgets/ephy-ellipsizing-label.c: RChristian Persch2004-08-081-5/+6
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-211-0/+5
* Make secure description better (Bug #136443).Piers Cornwell2004-03-181-2/+2
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-231-1/+3
* Call ephy_file() explicitly for each glade file, letting extensions load glad...Adam Hooper2004-01-211-1/+2
* Add help buttons to Certificate Viewer, PDM, print and print setupPiers Cornwell2004-01-041-5/+2
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-10/+5
* Fix strftime(3) usage.Christian Persch2003-12-031-1/+5
* Fix two crashers.Christian Persch2003-12-031-3/+9
* Improve cookie properties dialogue for bug #125498.Piers Cornwell2003-12-031-18/+25
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-301-41/+40
* Make PDM dialogue a singleton.Christian Persch2003-11-261-8/+0
* Mark parameters "const" where appropriate.Christian Persch2003-11-261-49/+99
* Refactored pdm dialogue code. Use new boxed cookie/password info types.Christian Persch2003-11-241-362/+470
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-211-39/+67