summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_editor_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Make it possible to edit bookmark folder names inline. Thistony@chromium.org2009-09-221-4/+9
* Update the system favicon/folder icon on theme change.estade@chromium.org2009-09-111-1/+2
* GTK: Use stock icons for bookmark folder and default favicon.estade@chromium.org2009-08-081-1/+1
* GTK: Don't choke when there's no selection in the bookmark editor tree view.estade@chromium.org2009-08-061-7/+20
* GTK: Make folder tree views expand columns properly, also refactor the code i...estade@chromium.org2009-08-041-17/+1
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-2/+2
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-2/+2
* gtk: Set the treeview column title even for headers we aren't displaying. Ol...jhawkins@chromium.org2009-07-231-2/+2
* Headers cleanup:phajdan.jr@chromium.org2009-07-231-0/+1
* Select correct default folder in bookmark editor gtk.estade@chromium.org2009-07-161-1/+1
* First run bubble polish:estade@chromium.org2009-07-151-1/+1
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-131-2/+2
* Revert "Always persist bookmark IDs."tc@google.com2009-07-131-2/+2
* Always persist bookmark IDs.munjal@chromium.org2009-07-131-2/+2
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-12/+13
* Add helper for creating table of labeled controls.mattm@chromium.org2009-06-111-25/+8
* Move GTK spacing constants into chrome/common/gtk_util.hmattm@chromium.org2009-06-081-3/+4
* Implement some drag-n-drop for the bookmark manager.estade@chromium.org2009-06-051-0/+1
* Linux bookmark manager first cut.estade@chromium.org2009-06-031-7/+18
* Converts a bunch things from NativeWindow to NativeView to make itsky@chromium.org2009-05-271-3/+3
* Fix crash in bookmark editor. We crash when we don't have a selected folder, ...erg@google.com2009-05-211-5/+11
* linux: unify all the dialog layout code for visual consistency.evan@chromium.org2009-05-181-42/+43
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Port the folder selector portion of the BookmarkEditor to GTK.erg@google.com2009-05-051-33/+121
* Create a bookmark editor dialog interface and implement a GTK version.erg@google.com2009-04-281-0/+308