summaryrefslogtreecommitdiff
path: root/src/caja-pathbar.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-1/+1
2021-11-20Use a blank line at mostrbuj1-8/+0
2021-03-11caja-pathbar: Fix cppcheck warning nullPointerRedundantCheckrbuj1-25/+19
2020-05-26Replace GtkStateType (GTK2 enum) with GtkStateFlags (GTK3 enum)rbuj1-5/+5
2019-06-18Remove trailing whitespacesrbuj1-2/+2
2019-06-17src: reduce the scope of some variablesPablo Barciela1-9/+15
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-7/+7
2019-04-10local #include files inside "" instead <>Pablo Barciela1-7/+10
2018-07-11pathbar: increase reference count of path in update_button_typeslukefromdc1-1/+6
2018-07-11Fix some issues found by static analysislukefromdc1-2/+0
2018-07-11pathbar: Fix crash when accessing drive rootlukefromdc1-3/+4
2018-04-12pathbar: fix random segfaults on opening mounts from Desktoplukefromdc1-14/+55
2018-04-06Fix warnings from HiDPI commitslukefromdc1-0/+4
2018-04-04HiDPI: Convert Pixbufs to Cairo SurfacesVictor Kareh1-14/+14
2018-04-04Support HiDpi iconsCosimo Cecchi1-7/+16
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-8/+0
2017-08-25pathbar: enable mousewheel scrolling like it was with GTK+2monsta1-0/+5
2017-06-21Fix off-by-one error in caja-pathbar.cnokangaroo1-1/+3
2017-01-06remove some unused code that's also gone upstreammonsta1-101/+1
2016-12-29fix indent and spacing a bitmonsta1-2/+2
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-253/+19
2016-09-06GTK3: Fix last pathbar warninglukefromdc1-27/+18
2016-09-05GTK3: Fix pathbar "w/o calling gtk_widget get preferred width" warningslukefromdc1-3/+12
2016-09-05GTK3: fix pathbar pango warningslukefromdc1-1/+9
2016-07-14GTK+-3 pathbar: always show the slidersraveit651-2/+2
2016-07-14GTK+-3 pathbar: add slider-button class to slidersraveit651-0/+4
2016-07-14GTK+-3 pathpar: add image-button class to iconic buttonsraveit651-0/+8
2016-07-14GTK+-3 pathbar: use text-button style class for pathbar buttonsraveit651-0/+4
2016-07-14GTK+-3 pathbar: fix allocation offset for the down slider buttonraveit651-3/+2
2016-07-14GTK+-3 pathbar: do not use deprecated gtk_arrow_newraveit651-7/+26
2016-07-14GTK+-3 pathbar: do not use deprecated gtk_alignment_newraveit651-7/+5
2016-07-14GTK+-3 pathbar: refresh label size request every time it changesraveit651-15/+34
2016-06-15GTK+-3.20: do not use deprecated gtk_button_set_focus_on_clickraveit651-0/+8
2016-06-15GTK+3 pathbar: Do not use deprecate composite-child APIraveit651-0/+8
2016-05-31GTK+2: fix build errors after last commitsmonsta1-1/+1
2016-05-30GTK+3 sidebars and caja-places: port style_set to style_updatedraveit651-9/+17
2016-05-28GTK3:caja-pathbar remove GtkStyle varslukefromdc1-2/+10
2016-02-02GTK3 BlueMenta: add caja-pathbar style classWolfgang Ulbrich1-0/+6
2016-01-15GTK3: don't use deprecated gdk_threads_{enter/leave} ()Wolfgang Ulbrich1-1/+4
2015-12-25pathbar: remove unneeded assertsmonsta1-2/+5
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+4
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
2014-02-20Fixed crash in caja-pathbar.c (issue #209)Zaffy1-1/+1
2013-07-25Fixes for GTK3 supportStefano Karapetsas1-2/+2
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan1-12/+0
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-2/+3
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-6/+3
2012-11-16[pathbar] don't use deprecated size_request vfuncJasmine Hassan1-13/+186
2012-11-16[src] use gtk_widget_get_preferred_size()Jasmine Hassan1-9/+18
2012-11-16[src] don't use GtkObject (GTK3)Jasmine Hassan1-4/+2