summaryrefslogtreecommitdiff
path: root/eel/eel-string.c
Commit message (Collapse)AuthorAgeFilesLines
* general: adjust uncrustify styleCarlos Soriano2016-09-061-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770564
* general: run uncrustifyCarlos Soriano2016-08-291-761/+892
| | | | | | | | 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
* files-view: change "New Folder /w Selection" to offer a nameNeil Herald2016-07-101-0/+126
| | | | | | | | | | | | | New Folder with Selection currently doesn't offer a folder name. It would be better if it suggested a folder name based on the files that are selected. With this change, it now looks for a common filename prefix of the selected files, and pre-populates the folder name entry with that. If no common prefix is found that is greater than 3 characters long, the folder name entry will be left blank. https://bugzilla.gnome.org/show_bug.cgi?id=747907
* general: remove vim modelinesCarlos Soriano2016-04-041-2/+1
| | | | | | | | | | | | | 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.
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* Add a utf8 test to eel-stringWilliam Jon McCann2012-08-141-0/+2
|
* eel: remove unused codeCosimo Cecchi2012-04-111-30/+0
| | | | All these functions are now unused and can be removed.
* all: remove eel_g_hash_table_new_free_at_exit()Cosimo Cecchi2012-03-071-2/+1
| | | | | | | Especially when references can be owned by non-resident modules, this is just too dangerous. https://bugzilla.gnome.org/show_bug.cgi?id=670989
* eel-string: don't segfault in eel_str_replace_substring for NULL stringsCosimo Cecchi2011-10-251-2/+2
| | | | Just check if the strings are != NULL before calling strlen() on them.
* eel-string: remove unused codeCosimo Cecchi2011-10-051-319/+2
|
* eel-string: don't use deprecated gatomic APICosimo Cecchi2011-06-031-1/+1
|
* Add custom foreach to eel_g_hash_table_new_free_at_exitAlexander Larsson2011-03-251-1/+1
| | | | | This can be used to get some sort of printout for leaks in non-string hashtables.
* Print leaked unique eel_ref_str:s at exitAlexander Larsson2009-09-081-1/+4
|
* Fix threadsafety issue in eel_ref_str_unrefAlexander Larsson2009-09-081-2/+4
| | | | | Its not safe to just decrement count if we didn't read a 1, as we could race with another decrement.
* eel/ Import eel into nautilus.Alexander Larsson2008-12-151-0/+1178
2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: * acconfig.h: * configure.in: * eel/ * libnautilus-private/Makefile.am: Import eel into nautilus. svn path=/trunk/; revision=14815