summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve URL handling in URL Bar.Steve Fryatt2014-01-262-9/+55
| | | | | | Rationalise handling of UTF8, so that URLs are always converted into local encoding even if there is no URL icon present. In addition, make preliminary hotlist test in set_url() use local encoding, in line with all subsequent checks. Make handling of over-length URLs more sensible: warn user and completely blank the URL bar.
* 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
|
* Ensure the screen actually gets closed before NetSurf quits.Chris Young2014-01-241-2/+6
|
* Use corestrings.Michael Drake2014-01-241-28/+6
|
* Use corestring.Michael Drake2014-01-241-14/+2
|
* Use corestrings for "about", "data", and "resource".Michael Drake2014-01-245-20/+18
|
* Use corestring ref.Michael Drake2014-01-241-6/+2
|
* Just use corestring refs.Michael Drake2014-01-241-10/+3
|
* Use corestrings for fetch module's lwc strings.Michael Drake2014-01-243-23/+7
|
* Use corestrings in box construction.Michael Drake2014-01-245-170/+102
|
* Ensure first option gets selected when the markup doesn't specify any ↵Michael Drake2014-01-241-0/+2
| | | | options as selected.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-01-249-186/+203
|\
| * ensure imagemap lists are freed on error paths (coverity 1109880)Vincent Sanders2014-01-241-0/+6
| |
| * ensure monkey command dispatch frees argument vector (coverity 1127054)Vincent Sanders2014-01-241-1/+4
| |
| * move framebuffer fetch operations to their own moduleVincent Sanders2014-01-247-185/+193
| |
* | Fix Coverity-spotted issue. (Fixes behaviour for multiple selects.) Also ↵Michael Drake2014-01-241-1/+2
|/ | | | minor optimisation.
* fix build faliures from fetch table operation refactorVincent Sanders2014-01-232-2/+2
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-2337-128/+331
|
* Deselect other options when select option is selected, and it's not a ↵Michael Drake2014-01-211-4/+8
| | | | multi-select.
* More scaled rendering improvements. Partial redraws of scaled textareas ↵Michael Drake2014-01-211-3/+12
| | | | can't work atm, since neither the textarea nor content is aware of scale.
* Fix scaled rendering clip rect bottom calculation.Michael Drake2014-01-211-1/+1
|
* Enable TLS 1.2 support again.John-Mark Bell2014-01-191-5/+3
|
* Atari: run correct freetype-configJohn-Mark Bell2014-01-191-1/+2
|
* remove forward refs from content/fetch.c and cleanup doc commentsVincent Sanders2014-01-193-291/+332
|
* remove all forward declarations from hlcache.cVincent Sanders2014-01-191-424/+414
|
* Fix ReadArgs() argument parsing. Collect any parameters we're not interested ↵Chris Young2014-01-181-51/+78
| | | | in and pass those to nsoption_commandline directly.
* Debug loggingChris Young2014-01-181-0/+4
|
* Let the frontend construct the correct URL for the default search ico.Chris Young2014-01-181-8/+1
| | | | This fixes bug #2057
* beos: Fix updating system colorsFrançois Revol2014-01-163-7/+9
|
* beos: Fix buildFrançois Revol2014-01-166-43/+54
| | | | gcc2 doesn't know about named initializers in C++...
* whitespaceFrançois Revol2014-01-161-1/+1
|
* fix typo in cocoa importVincent Sanders2014-01-162-3/+3
|
* fix missing forward declarationVincent Sanders2014-01-162-1/+2
|
* fix cocoa buildVincent Sanders2014-01-166-15/+31
|
* beos: Better implementation of NSIconTextControl for the url barFrançois Revol2014-01-161-19/+66
| | | | | | | | | | | Instead of adding a child view we draw the bitmap over the child. Fixup the TextRect also in Draw() which is called just before the TextView's Draw(). It flickers a little less, and also respects the background color of the text control when using a desktop theme. Also drop a useless dynamic_cast.
* fix atari build errorsVincent Sanders2014-01-162-1/+5
|
* fix windows build errorVincent Sanders2014-01-163-3/+4
|
* fixup amiga build errorsVincent Sanders2014-01-165-24/+34
|
* fix up riscos build errorsVincent Sanders2014-01-168-56/+62
|
* Merge branch 'vince/guivtable'Vincent Sanders2014-01-16110-1883/+2555
|\
| * cleanup copyright headers and some doc commentsVincent Sanders2014-01-166-18/+37
| |
| * move 401 login into operation tableVincent Sanders2014-01-1628-122/+69
| |
| * move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-1623-190/+236
| |
| * split browser gui operations upVincent Sanders2014-01-1543-208/+323
| |