summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary includeVincent Sanders2014-02-041-3/+1
* fix sign extension issue on 64bit platforms (coverity 1109898)Vincent Sanders2014-02-041-2/+4
* atari fix for undefined PATH_MAXVincent Sanders2014-02-031-3/+4
* try to make atari limits.h set PATH_MAXVincent Sanders2014-02-031-0/+2
* atari limits includeVincent Sanders2014-02-032-1/+4
* fix atari PATH_MAX includeVincent Sanders2014-02-031-3/+3
* fix remaining include errorsVincent Sanders2014-02-035-5/+5
* fixup missing includesVincent Sanders2014-02-0311-6/+22
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-0312-16/+33
* stop monkey pulling in headers from gtkVincent Sanders2014-02-031-1/+2
* remove unecessary includesVincent Sanders2014-02-034-48/+22
* ensure documentation includes c++ and objective c filesVincent Sanders2014-02-031-7/+4
* beos: Drop unneeded desktop/gui.h includeFrançois Revol2014-02-031-1/+0
* beos: Fix build (missing includes)François Revol2014-02-023-0/+5
* add missing stddef include for size_tVincent Sanders2014-02-021-0/+2
* fix missing stdlib includeVincent Sanders2014-02-012-1/+3
* fix missing includesVincent Sanders2014-02-014-1/+8
* move utf8 local conversion operations to tableVincent Sanders2014-02-0138-269/+262
* remove further extraneous includesVincent Sanders2014-02-014-10/+11
* remove unnecessary includesVincent Sanders2014-02-014-11/+14
* make clipboard table operations static and remove unecessary includesVincent Sanders2014-02-014-24/+15
* make the clipboard operation table and members static to textselection module...Vincent Sanders2014-02-016-35/+43
* Merge remote-tracking branch 'origin/stevef/menus'Vincent Sanders2014-01-315-38/+45
|\
| * Provide a dedicated interface for destroying open menus.Steve Fryatt2014-01-295-38/+45
* | bump the maximum number of nodes in the doxygen documentation and fix a coupl...Vincent Sanders2014-01-292-15/+16
* | add missing include for neturf_quit symbolVincent Sanders2014-01-292-7/+9
* | move verbose log global into logging module and remove netsurf.h includeVincent Sanders2014-01-294-4/+6
* | fix missing includesVincent Sanders2014-01-293-0/+4
* | clean up desktop/gui.h include usageVincent Sanders2014-01-2920-28/+69
|/
* Merge remote-tracking branch 'origin/stevef/menus'Vincent Sanders2014-01-294-2/+26
|\
| * Don't poll when converting a menu to a dialogue, as the resulting Message_Men...Steve Fryatt2014-01-281-1/+0
| * Improve handling of Message_MenusDeleted so that we don't close whatever menu...Steve Fryatt2014-01-283-1/+26
* | env.sh: Add ns-pkgman-install to install Haiku dev packagesFrançois Revol2014-01-291-0/+13
* | env.sh: Use a more portable way of counting online processorsFrançois Revol2014-01-291-1/+1
|/
* fix dumb typos from utf8 error return refactorVincent Sanders2014-01-282-2/+2
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-2837-358/+365
* beos: Fix buildFrançois Revol2014-01-281-0/+1
* beos: Account for change in atomic_add() prototype in HaikuFrançois Revol2014-01-281-1/+1
* Update copyright dates in modified files.Steve Fryatt2014-01-262-1/+2
* Add belt and braces to ensure that URL Bar content is always cleanly terminated.Steve Fryatt2014-01-261-2/+5
* Make Open URL dialogue allocate memory for the URL field.Steve Fryatt2014-01-267-15/+76
* Increase maximum size of a URL in the URL Bar to 2047 characters plus termina...Steve Fryatt2014-01-261-2/+2
* Improve URL handling in URL Bar.Steve Fryatt2014-01-262-9/+55
* fix errors in url_to_path tfetch table changesVincent Sanders2014-01-253-1/+3
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-2532-506/+607
* Use corestring.Michael Drake2014-01-251-15/+2
* Use corestring.Michael Drake2014-01-253-10/+6
* Just ref a corestring.Michael Drake2014-01-241-5/+3
* Simplify and optimise icon handling.Michael Drake2014-01-243-43/+33
* Actually use the fact scheme is interned.Michael Drake2014-01-241-6/+6