summaryrefslogtreecommitdiff
path: root/src/nautilus-floating-bar.c
Commit message (Expand)AuthorAgeFilesLines
* general: Stop using gtk_widget_show and gtk_widget_hideCorey Berla2022-12-251-5/+2
* general: Replace GtkStyleContext with GtkWidget functionsCorey Berla2022-12-191-8/+3
* floating-bar: Check x coordinate when hidingIgnacy Kuchciński2022-03-191-3/+18
* floating-bar: Fix hiding on hoverIgnacy Kuchciński2022-03-191-19/+6
* general: Switch to GTK4António Fernandes2022-01-091-7/+19
* general: Stop using gtk_box_pack_start()António Fernandes2022-01-051-2/+2
* floating-bar: Stop overriding widget measurement vfuncAntónio Fernandes2022-01-051-97/+0
* floating-bar: Handle parent changes in GObject::notifyAntónio Fernandes2021-12-221-5/+10
* floating-bar: Don't use gdk_window_get_position()António Fernandes2021-12-221-1/+4
* floating-bar: Use GdkEventControllerMotionAntónio Fernandes2021-12-221-40/+60
* general: Stop using gtk_container_add()António Fernandes2021-12-061-3/+4
* floating-bar: Drop arbitrary multi-action APIAntónio Fernandes2021-12-061-70/+60
* general: Stop using GtkBox padding, fill and expand child propertiesAntónio Fernandes2021-11-221-1/+2
* general: Stop using the state argument of GtkStyleContext gettersAntónio Fernandes2021-11-121-1/+1
* floating-bar: Don't start spinner if it's not visibleAlexander Mikhaylenko2021-06-011-1/+6
* floating-bar: Stop handling ::enter-notify-eventErnestas Kulik2018-05-281-11/+15
* floating-bar: port to GLib type declaration macros.Vyas Giridharan2017-08-301-46/+44
* floating-bar: fix hide on hover with notebook visibleErnestas Kulik2016-11-031-3/+1
* general: run uncrustifyCarlos Soriano2016-08-291-353/+393
* nautilus-floating-bar: hide on hoverCarlos Soriano2016-07-131-33/+76
* general: remove vim modelinesCarlos Soriano2016-04-041-1/+0
* floating-bar: remove unneeded codeCarlos Soriano2016-03-101-1/+0
* floating-bar: make the stop smaller than normal buttonsCarlos Soriano2016-03-071-7/+8
* Style fixesLapo Calamandrei2014-08-281-0/+1
* floating-bar: apply CSS padding and borderCosimo Cecchi2014-08-281-0/+95
* floating-bar: don't manually draw a backgroundCosimo Cecchi2014-08-281-25/+0
* floating-bar: use margin-start/end instead of deprecated left/rightCosimo Cecchi2014-07-291-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* src: don't use deprecated GtkImageMenuItem and GtkStockCosimo Cecchi2013-08-131-2/+2
* floating-bar: ellipsize the filename separately from the detailsCosimo Cecchi2012-08-311-30/+96
* Don't allow multiline filenamesWilliam Jon McCann2012-08-301-0/+1
* floating-bar: add "floating-bar" style classCosimo Cecchi2012-02-111-0/+5
* floating-bar: misc indentation fixesDiego Escalante Urrelo2012-01-091-12/+12
* floating-bar: remove some unused codeCosimo Cecchi2011-09-071-23/+0
* Don't hide the floating-bar on hover if it is interactiveLuke Symes2011-09-071-0/+9
* floating-bar: fix background/frame renderingCosimo Cecchi2011-06-131-17/+11
* floating-bar: port to GtkOverlayCosimo Cecchi2011-06-131-178/+28
* floating-bar: copy code from Epiphany to hide the floating bar on hoverCosimo Cecchi2011-05-241-0/+200
* window: add back the resize gripCosimo Cecchi2011-03-151-2/+2
* floating-bar: don't use a yellow color for the floating barCosimo Cecchi2011-03-151-2/+2
* all: plug some memory leaksCosimo Cecchi2011-02-191-0/+7
* floating-bar: ellipsize the description labelCosimo Cecchi2011-02-181-0/+1
* floating-bar: add _cleanup_actions()Cosimo Cecchi2011-02-171-0/+26
* floating-bar: add a bit more whitespace around the labelCosimo Cecchi2011-02-171-1/+6
* sq look likeCosimo Cecchi2011-02-171-4/+2
* floating-bar: make it more similar to the mockupsCosimo Cecchi2011-02-171-3/+0
* floating-bar: make the class more flexibleCosimo Cecchi2011-02-171-18/+105
* floating-bar: add NautilusFloatingBarCosimo Cecchi2011-02-171-0/+233