- 11 Jul, 2021 1 commit
-
-
There are a few non-braced single-statement in the final cases, which have gone unnoticed until detected by a recent uncrustify update. Let's add the missing braces around single-statements even if it's the last case.
-
- 08 Jul, 2020 1 commit
-
-
Joshua Lee authored
Make use of GLib's new g_clear_signal_handler() function to simplify nautilus' signal handler disconnection and reduce unneccessary code. Fixes: #1522
-
- 05 Apr, 2020 1 commit
-
-
There are some style issue since the last run. Let's run it again before enabling style-check CI job.
-
- 29 Mar, 2020 1 commit
-
-
Comparison is always false because positions >= 1 Makes comparison redundant
-
- 28 May, 2018 1 commit
-
-
Ernestas Kulik authored
gdk/gdkprivate.h is no longer a thing in GTK+ 4 and doesn’t seem to be at all required.
-
- 01 Mar, 2018 1 commit
-
-
Ernestas Kulik authored
Shadowing variables is error-prone, since one might mean to refer to a variable that was declared earlier, but has the same name. Additionally, being more strict about variable scoping can help make the code more readable.
-
- 02 Jan, 2018 1 commit
-
-
Ernestas Kulik authored
Additionally, this commit makes some unused public functions static.
-
- 06 Sep, 2016 1 commit
-
-
- 29 Aug, 2016 1 commit
-
-
Carlos Soriano Sánchez authored
And make the style of Nautilus the same for all files. Hopefully we can fix all the style issues we can find in the next days, so expect a little of movement on this. https://bugzilla.gnome.org/show_bug.cgi?id=770564
-
- 03 May, 2016 2 commits
-
-
Ernestas Kulik authored
AtkComponentIface's {add,remove}_focus_handler should not be overridden, since ATK 2.9.4, as atk_component_{add,remove}_focus_handler() are deprecated. This commit removes deprecated virtual function overrides. https://bugzilla.gnome.org/show_bug.cgi?id=762236
-
Ernestas Kulik authored
Some GdkDisplay operations have been deprecated in GDK 3.20. This commit replaces the deprecated code in eel_canvas_item_grab() and eel_canvas_item_ungrab() functions with new GdkSeat operations. https://bugzilla.gnome.org/show_bug.cgi?id=762235
-
- 04 Apr, 2016 1 commit
-
-
Carlos Soriano Sánchez authored
Vim and emacs modelines are used to specify some of the code style in the code. However, this is misleading and poorly supported since nautilus had a mix of code style for some time. Also, the mode lines doesn't specify the whole code style, so we will need to use a different tool as well to specify the whole code style. For that, we can just use a different tool for everything. So remove the mode lines, and in a short future we will reestyle the nautilus code to have a single code style, and use a tool like editorconfig to specify the whole code style.
-
- 15 Feb, 2016 1 commit
-
-
Carlos Soriano Sánchez authored
This seems no longer necessary. It looks like it was done to avoid flashing when redrawing, but probably this was fixed sometime in the past, so a transparent background in a widget doesn't flash anymore. https://bugzilla.gnome.org/show_bug.cgi?id=761965
-
- 31 Jan, 2014 1 commit
-
-
Daniel Mustieles García authored
-
- 04 Nov, 2013 1 commit
-
-
Alexander Larsson authored
We need to not modify the cairo_t when we propagate up to the parent class as this affects where GtkLayout draws the child widgets. https://bugzilla.gnome.org/show_bug.cgi?id=705464
-
- 17 Jul, 2013 1 commit
-
-
Srinivasa Ragavan authored
ignore the new current item just because the mouse is down. It is later used for right click. Fixes bgo #704289.
-
- 08 Mar, 2013 1 commit
-
-
Cosimo Cecchi authored
Code here is not doing what the comment (and the symmetric part in the RELEASE case) says. https://bugzilla.gnome.org/show_bug.cgi?id=688281
-
- 22 Jan, 2013 1 commit
-
-
- 03 Jan, 2013 1 commit
-
-
Cosimo Cecchi authored
Removes tons of boilerplate code not needed anymore.
-
- 30 Aug, 2012 1 commit
-
-
Cosimo Cecchi authored
Since we don't ever call gdk_threads_init()
-
- 31 Jul, 2012 1 commit
-
-
Cosimo Cecchi authored
Use the function equivalents.
-
- 08 Jun, 2012 2 commits
-
-
Cosimo Cecchi authored
-
Cosimo Cecchi authored
Clean up a11y code and make sure inheritance for EelCanvasAccessible->NautilusIconContainerAccessible and for EelCanvasItemAccessible->NautilusIconCanvasItemAccessible work properly. This makes the ATK state machinery in EelCanvasItemAccessible work again, which fixes https://bugzilla.gnome.org/show_bug.cgi?id=677509
-
- 04 Apr, 2012 1 commit
-
-
Ignore button press/release events for mouse buttons greater than 5 so allowing forward and backward mouse buttons to work over icons. Part of bug 660006 Signed-off-by:
Nelson Benitez Leon <nbenitezl@gmail.com>
-
- 16 Jan, 2012 1 commit
-
-
Not queueing resizes may play oddly with the size request caches in GTK+, resulting in gtk_widget_get_preferred_width/height returning 0 even after the canvas was populated. https://bugzilla.gnome.org/show_bug.cgi?id=667831
-
- 19 Sep, 2011 1 commit
-
-
The code to derive the EelCanvasAccessible class no longer works as of gtk+ 3.1.9. Currently the recommended behavior is to derive from GtkAccessible. Also, canvas items should send object:state-changed:selected events when selected and unselected; otherwise AT-SPI will not update its cache. https://bugzilla.gnome.org/show_bug.cgi?id=650897
-
- 01 Jul, 2011 1 commit
-
-
Cosimo Cecchi authored
-
- 25 Jan, 2011 1 commit
-
-
Cosimo Cecchi authored
GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly.
-
- 19 Jan, 2011 1 commit
-
-
Cosimo Cecchi authored
-
- 26 Dec, 2010 1 commit
-
-
Cosimo Cecchi authored
-
- 17 Dec, 2010 1 commit
-
-
Colin Walters authored
$ pkg-config --cflags cairo-gobject -pthread -I/src/build/jhbuild/include/cairo $ ls /src/build/jhbuild/include/cairo/cairo-gobject.h /src/build/jhbuild/include/cairo/cairo-gobject.h
-
- 06 Dec, 2010 2 commits
-
-
Cosimo Cecchi authored
-
Cosimo Cecchi authored
-
- 01 Nov, 2010 1 commit
-
-
Cosimo Cecchi authored
-
- 30 Oct, 2010 2 commits
-
-
Cosimo Cecchi authored
That's just confusing.
-
Cosimo Cecchi authored
-
- 30 Sep, 2010 2 commits
-
-
-
Cosimo Cecchi authored
This implies adding a 'destroy' signal to EelCanvasItem, with similar semantics to gtk_object_destroy()
-
- 19 Aug, 2010 1 commit
-
-
Cosimo Cecchi authored
-
- 13 Aug, 2010 1 commit
-
-