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
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