Christian Dywan
5d9a8d73f3
Obtain and store priv in cookie manager
...
Getting the private data is expensive, especially
in the cookie update callbacks.
2011-12-10 19:23:52 +01:00
Christian Dywan
c5e6b7a020
Show mismatching build version suffix for extensions
...
MIDORI_VERSION_SUFFIX resolves to a string that needs to be
added to each extension's version at build time. If it is
different than the running Midori's, it is shown in the
extension list.
2011-11-08 01:53:53 +01:00
Christian Dywan
8fff7d8fd3
sokoke, gtk3-compat, gtkiconentry, stock join midori-platform.h
...
Also introduce #define MIDORI_MODULE_PREFIX.
Fixes: https://bugs.launchpad.net/midori/+bug/884395
2011-10-31 22:18:06 +01:00
Lucas Baudin
b5aad2d176
Allow building with GTK+3
...
Fixes: https://bugs.launchpad.net/midori/+bug/861351
2011-10-07 20:24:02 +02:00
Christian Dywan
bac3dc1842
Introduce MIDORI_EVENT_CONTEXT_MENU in midori-platform.h
...
The new header contains all state and event handling.
2011-09-21 23:04:20 +02:00
Christian Dywan
1e49e9f95c
Don't use a custom stock icon for Cookie Manager
...
Due to the change of the stock icon names in GTK+ 2.22 the
stock item trick doesn't work anymore. Using the authentication
icon directly is good enough.
2010-10-05 21:43:34 +02:00
Christian Dywan
40dc38fd21
Implement and use KATZE_ARRAY_FOREACH_ITEM
...
Iterating an array by a GList is considerably faster than
continuously retrieving items, however it is also a lot
more complicated. So the new macro takes care of that and
uses a new semi-private function to avoid copying the list.
Note that the macro can't be nested, which basically isn't
useful in practise anyway.
2010-09-12 00:59:24 +02:00
Enrico Tröger
8f37e3802e
Always expand rows when trying to restore the selection
2010-01-20 07:19:11 +01:00
Enrico Tröger
3af420622c
Restore selection in cookie manager after deleting items
2010-01-19 06:53:48 +01:00
Enrico Tröger
ca73b5fede
Allow DND also for cookie items by using the value of the parent node
2010-01-08 00:16:56 +01:00
Enrico Tröger
e67d87247a
Align domains with and without leading dots equally
2010-01-08 00:16:56 +01:00
Enrico Tröger
170163cbab
Implement cm_skip_leading_dot() to avoid code duplication
2010-01-08 00:16:56 +01:00
Enrico Tröger
973c82fdae
Show some basic information in description box when domain is selected
2010-01-08 00:16:56 +01:00
Enrico Tröger
d7aa05b9ec
Implement cm_list_length() for faster list length computations
...
Since we only need to know whether the list of selected items
has 0, 1 or 2 or more items, it's enough to check for these 3 cases
2010-01-08 00:16:56 +01:00
Enrico Tröger
6fe8a5e9ec
Allow selecting (and so deleting) multiple cookies at once
2009-12-30 23:52:20 +01:00
Enrico Tröger
c91cc72505
Move code to delete selected item from button handler into separate function
2009-12-30 23:52:20 +01:00
Enrico Tröger
b98064d0b6
Handle Delete key for the selected item in the Cookie Manager
2009-12-30 23:52:20 +01:00
Enrico Tröger
246fc03151
Use only one GtkTreeStore for all browsers to improve performance
...
Split the code a bit more and use one GtkTreeStore for all
CookieManagerPage instances so we save some cycles when updating
the store when cookies have changed.
2009-06-06 23:40:08 +02:00
Enrico Tröger
e1268d3dea
Split the CookieManager extension into separate files
2009-05-19 19:04:25 +02:00