summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Fix windows url barVincent Sanders2010-10-174-10/+78
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* Update build instructionsVincent Sanders2010-10-092-0/+2
| | | | | | Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
* add realpath compatability for windowsVincent Sanders2010-10-092-0/+20
| | | | svn path=/trunk/netsurf/; revision=10873
* Merge treeview-redux to trunkJohn Mark Bell2010-10-052-0/+43
| | | | svn path=/trunk/netsurf/; revision=10865
* Add seconds/microseconds wallclock time to log output, move header includes ↵Rob Kendrick2010-10-041-6/+19
| | | | | | to inside guard. svn path=/trunk/netsurf/; revision=10864
* Remove themes.c and themes.h. Not used and implementation was never done.James Bursa2010-09-122-188/+0
| | | | svn path=/trunk/netsurf/; revision=10765
* hell with it, heres a version which should result in fewer portability ↵Vincent Sanders2010-09-111-15/+0
| | | | | | complaints svn path=/trunk/netsurf/; revision=10756
* Fix compilation on AmigaOS4Chris Young2010-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=10755
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-093-0/+42
| | | | | | r=jmb svn path=/trunk/netsurf/; revision=10750
* Add a fallback for PRId64 as it's not defined on BeOS. It's only valid for ↵François Revel2010-08-021-0/+4
| | | | | | 32bit, but any 64bit platform should be recent enough to have them. svn path=/trunk/netsurf/; revision=10674
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-283-2/+303
| | | | svn path=/trunk/netsurf/; revision=10668
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=10624
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+1
| | | | | | easily adaptable to different platform path structures. svn path=/trunk/netsurf/; revision=10621
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which ↵Daniel Silverstone2010-04-302-0/+25
| | | | | | *is* different, thereby eliminating the word 'myrealloc' from the NS codebase svn path=/trunk/netsurf/; revision=10530
* hopefully fix the _GNU_SOURCE messVincent Sanders2010-04-262-9/+19
| | | | svn path=/trunk/netsurf/; revision=10487
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-244-15/+2
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* Fix Content-Type header parsingJohn Mark Bell2010-04-181-5/+0
| | | | svn path=/trunk/netsurf/; revision=10426
* When iterating a linked list, please to always remember to *iterate* and not ↵Daniel Silverstone2010-04-141-1/+2
| | | | | | just stop after one item. svn path=/trunk/netsurf/; revision=10400
* Ensure that aborting or releasing hlcache handles will result in nascent ↵Daniel Silverstone2010-04-081-0/+28
| | | | | | retrieval contexts being cleaned up svn path=/trunk/netsurf/; revision=10298
* Make downloads work again.John Mark Bell2010-04-051-0/+2
| | | | svn path=/trunk/netsurf/; revision=10243
* rationalise the usage of the file schemeVincent Sanders2010-03-311-0/+4
| | | | svn path=/trunk/netsurf/; revision=10221
* Squash warningJohn Mark Bell2010-03-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=10197
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-283-0/+503
| | | | svn path=/trunk/netsurf/; revision=10180
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=10139
* Valgrind suppressions fileJohn Mark Bell2010-02-111-0/+14
| | | | svn path=/trunk/netsurf/; revision=9967
* Add Windows frontendVincent Sanders2010-01-316-8/+89
| | | | svn path=/trunk/netsurf/; revision=9940
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-181-7/+27
| | | | svn path=/trunk/netsurf/; revision=9737
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-175-29/+186
| | | | svn path=/trunk/netsurf/; revision=9729
* Less broken conditionalJohn Mark Bell2009-08-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=9444
* Portability hacks.John Mark Bell2009-08-241-0/+11
| | | | svn path=/trunk/netsurf/; revision=9432
* Squash warningsJohn Mark Bell2009-08-241-7/+9
| | | | svn path=/trunk/netsurf/; revision=9431
* Merge LibCSS port to trunk.John Mark Bell2009-07-233-22/+180
| | | | svn path=/trunk/netsurf/; revision=8752
* Much tidying, additional commentary, and fix for insane bit mask calculation.John Mark Bell2009-05-291-54/+121
| | | | svn path=/trunk/netsurf/; revision=7623
* We don't care about the result of regexec(); only that it was successful or notJohn Mark Bell2009-05-281-3/+2
| | | | svn path=/trunk/netsurf/; revision=7612
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef ↵John Mark Bell2009-05-281-0/+1
| | | | | | NDEBUG. svn path=/trunk/netsurf/; revision=7593
* Hubbub is no longer optional.John Mark Bell2009-04-171-190/+0
| | | | | | Remove libxml2 parser binding. svn path=/trunk/netsurf/; revision=7115
* Fix compilation with GCC 2.95.John Mark Bell2009-04-162-2/+2
| | | | | | It astounds me how some of this lot compiled at all. svn path=/trunk/netsurf/; revision=7104
* Purge WITH_DRAW_EXPORTJohn Mark Bell2009-03-291-4/+0
| | | | svn path=/trunk/netsurf/; revision=6980
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-291-1/+0
| | | | svn path=/trunk/netsurf/; revision=6979
* Squash warningJohn Mark Bell2009-03-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=6904
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or ↵Rob Kendrick2009-03-022-3/+4
| | | | | | -Wstrict-aliasing for lpu or hubbub. svn path=/trunk/netsurf/; revision=6673
* Haiku neither has va_copy (yet).François Revel2009-02-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=6605
* Purge WITH_SEARCHJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6604
* Purge WITH_URLJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6603
* Purge WITH_URIJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6602
* Purge WITH_PRINTJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6601
* Purge WITH_AUTHJohn Mark Bell2009-02-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=6600
* Squash leakJohn Mark Bell2009-02-181-0/+2
| | | | svn path=/trunk/netsurf/; revision=6561
* Fix ucs4->utf8 conversion. It probably helps to return the number of bytes ↵John Mark Bell2009-02-181-1/+1
| | | | | | in the buffer, rather than the free space. svn path=/trunk/netsurf/; revision=6558
* Port our UTF-8 routines to parserutils (only enabled when building against ↵John Mark Bell2009-02-172-94/+253
| | | | | | | | | Hubbub). Sync our temporary internal copies of these functions with parserutils (which is rather better tested and fixes a number of known bugs in NetSurf's previous UTF-8 handling). Ideally, this will be the only place in NetSurf that has any dependency on parserutils, so port the amiga font code to our internal APIs. svn path=/trunk/netsurf/; revision=6550