summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Table cell nowrap attribute is presentational hint, not UA style.Michael Drake2016-10-132-0/+4
* allow gtk3 target in CI systemVincent Sanders2016-10-081-0/+33
* complete transition to locale independant core operationVincent Sanders2016-09-293-96/+0
* Utils: Remove redundant genpubsuffix.pl (using libnspsl now).Michael Drake2016-09-261-378/+0
* remove junk references to old javascript implementationsVincent Sanders2016-09-191-30/+5
* cleanup seevral doxygen warningsVincent Sanders2016-09-131-0/+1
* Time: Micro-optimisation: Put GMT first in timezone list.Michael Drake2016-08-171-3/+5
* add some corestrings API tests and fix corestrings fini.Vincent Sanders2016-08-141-1/+3
* Time: Add date string to time_t parser.Michael Drake2016-08-131-3/+810
* url: Use ascii module, rather than ctype for locale safetly.Michael Drake2016-08-131-1/+3
* nsurl: Update to use ascii_* helper functions.Michael Drake2016-08-131-112/+15
* Utils: Add a set of ASCII string parsing helpers.Michael Drake2016-08-131-0/+358
* Time: Expose arrays of weekday and month names.Michael Drake2016-08-131-6/+72
* Treeview: Add `treeview_font_size` to options.Michael Drake2016-08-111-0/+8
* Add header that may be needed for Windows build. (CI fix attempt.)Michael Drake2016-08-081-0/+1
* Utils: Split time handling functions out of `utils.c` into `time.c`.Michael Drake2016-08-073-111/+154
* Indentation: spaces to tabs.Michael Drake2016-08-071-3/+3
* remove erroneous parameter check to nsoption_snoptionfVincent Sanders2016-08-061-1/+1
* improve option test coverage futherVincent Sanders2016-08-061-3/+11
* Improve user option testing and API parameter checkingVincent Sanders2016-08-051-9/+38
* add tests for utility string handlingVincent Sanders2016-08-041-2/+4
* Improve percent escaping testing, parameter checking and documentationVincent Sanders2016-08-031-4/+17
* URL escape: Improve API documentation.Michael Drake2016-07-251-4/+6
* URL escape: Simplify to avoid unnecessary allocation.Michael Drake2016-07-253-37/+33
* Improve comments.Michael Drake2016-07-242-2/+3
* URL module: Remove unused curl #include.Michael Drake2016-07-241-1/+0
* URL unescape: Calculate new_len at end, rather than maintaining it.Michael Drake2016-07-241-4/+2
* URL unescape: return the new length to the caller.Michael Drake2016-07-243-5/+14
* Avoid using curl for URL unescaping.Michael Drake2016-07-241-10/+66
* URL unescape: Use size_t for length.Michael Drake2016-07-242-2/+2
* Doxygen: Fix instance of bad function comment syntax.Michael Drake2016-07-241-1/+1
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-293-5/+8
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
* store toolbar config in standard options instead of a separate fileVincent Sanders2016-05-211-2/+6
* Fix several doxygen errorsVincent Sanders2016-05-052-2/+4
* remove unused warn_user APIVincent Sanders2016-05-022-24/+0
* message get API should not raise user errors itselfVincent Sanders2016-04-291-4/+1
* use the miscellaneous table warning entryVincent Sanders2016-04-252-2/+22
* for strtof to be redefined on haiku stdlib must be included beforehandVincent Sanders2016-04-212-4/+1
* attempt to fix haiku headersVincent Sanders2016-04-211-0/+4
* Split utils header into string functions and everything elseVincent Sanders2016-04-216-86/+119
* remove unused wallclock APIVincent Sanders2016-04-212-21/+0
* cleanup unneeded includes in utils.h after API simplificationVincent Sanders2016-04-202-4/+2
* move remove underscores utility to alongside the single gtk call siteVincent Sanders2016-04-202-31/+0
* move regex helper to be with teh single remaining call siteVincent Sanders2016-04-202-24/+0
* add missing explicit dirent includesVincent Sanders2016-04-191-0/+1
* move dir_sort_alpha function from generic utils to one specific place it is usedVincent Sanders2016-04-192-46/+0
* Reduce unecessary use of directory entry headersVincent Sanders2016-04-194-7/+51
* move time function to apropriate headerVincent Sanders2016-04-192-8/+8
* move sys/time.h support functionality out of generic headerVincent Sanders2016-04-194-29/+54