summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_manager_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify the gtk AutoFill dialog and bring it more in line with the mocks.jhawkins@chromium.org2010-01-151-5/+3
* GTK: Use page and app menu models.estade@chromium.org2010-01-071-1/+1
* Land http://codereview.chromium.org/467012 on behalf of tfarina.zork@chromium.org2009-12-071-1/+66
* GTK: Support plain text target as source for bookmark drags initiated from bo...estade@chromium.org2009-12-021-4/+8
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* GTK bookmark manager polish.estade@chromium.org2009-11-201-6/+15
* GTK: fix null dereference in bookmark manager.estade@chromium.org2009-11-121-11/+18
* Rename gtk_tree::ModelAdapter to TableAdapter in preparation for adding TreeA...mattm@chromium.org2009-11-061-1/+1
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-4/+1
* [GTK] Remove an unused variable in bookmark_manager_gtk.cc. estade@chromium.org2009-10-161-2/+0
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-161-2/+2
* Fix a whole bunch of style nits.erg@google.com2009-10-131-2/+1
* Wires up bookmark all tabs on linux.sky@chromium.org2009-10-131-2/+2
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-4/+5
* Renames browser/gtk/bookmark_context_menu tosky@chromium.org2009-10-081-18/+3
* Wires up views on linux dialogs to use gtk ones.sky@chromium.org2009-09-291-1/+5
* Lands http://codereview.chromium.org/214030 for Thiago:sky@chromium.org2009-09-251-2/+1
* GTK: Dismiss the bookmark folder menu(s) when a context menu item is executed.estade@chromium.org2009-09-231-1/+2
* Make it possible to edit bookmark folder names inline. Thistony@chromium.org2009-09-221-0/+21
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-5/+7
* Fix accel leak in task manager and bookmark manager by usingtony@chromium.org2009-09-101-6/+7
* Set the initial sizes of several dialogs based on font information.mdm@chromium.org2009-09-021-0/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-7/+5
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-5/+7
* Don't flip out in debug mode when launching the bookmark manager and the mode...estade@chromium.org2009-08-271-2/+0
* GTK: Set the default icon list so we don't have to set it on every window all...estade@chromium.org2009-08-271-1/+0
* Add a simple in-process bookmark manager test.estade@chromium.org2009-08-261-0/+5
* Moves GtkDndUtil into app.sky@chromium.org2009-08-181-1/+1
* Add ctrl+w accelerator to close bookmark manager for linuxestade@chromium.org2009-08-121-0/+32
* Move common Gtk TreeModel handling code into gtk_tree::ModelAdapter.mattm@chromium.org2009-08-121-69/+24
* GTK: Use stock icons for bookmark folder and default favicon.estade@chromium.org2009-08-081-2/+6
* Hook up copy pasta hotkeys in gtk bookmark manager.estade@chromium.org2009-08-061-3/+31
* GTK: Make folder tree views expand columns properly, also refactor the code i...estade@chromium.org2009-08-041-13/+1
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-4/+4
* Remember/restore the bookmark manager pane position.estade@chromium.org2009-07-301-5/+19
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-4/+4
* Linux: Save and restore bookmark manager and task manager window size.derat@google.com2009-07-291-54/+159
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-1/+1
* Gtk: DnD extravaganzaestade@chromium.org2009-07-281-6/+6
* Implement delete key for the Remove action in the bookmark manager.estade@chromium.org2009-07-271-9/+33
* Headers cleanup:phajdan.jr@chromium.org2009-07-231-0/+1
* Show bookmark manager context menu on mouse down, not up.estade@chromium.org2009-07-231-4/+49
* Make GTK file dialog box modal for parent window, instead of for the entireestade@chromium.org2009-07-211-0/+5
* Another bookmark manager crash fix after r20565.estade@chromium.org2009-07-171-1/+1
* Set window icon on options dialog, bookmark manager.estade@chromium.org2009-07-171-0/+1
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-171-6/+6
* GTK: Fix bookmark manager crash on startup introduced by r20565estade@chromium.org2009-07-161-7/+8
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-151-6/+0