summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundant break.Michael Drake2011-11-291-1/+0
* Fix caret position after deleting selection. Thanks to Ole Loots.Michael Drake2011-11-291-3/+6
* Fix function usageChris Young2011-11-281-2/+2
* Allow new (blank) hotlist entries to be created in the currently-selected folderChris Young2011-11-274-9/+46
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-271-2/+3
* Fix bug #3441539: downloads may be created from within framesJohn Mark Bell2011-11-241-6/+11
* Committing textarea_set_dimensions patch from Ole Loots.John Mark Bell2011-11-212-1/+16
* Squash warnings.Michael Drake2011-11-151-3/+6
* Trap RMB and select the node under the pointer if no other node selectedChris Young2011-11-112-0/+24
* fix redrawChris Young2011-11-101-2/+2
* Make default folder appear different (redraw seems to be broken at present)Chris Young2011-11-101-3/+46
* Make default hotlist folder persistent across sessionsChris Young2011-11-104-11/+46
* Allow setting a default folder in the tree for hotlist entries to go into. F...Chris Young2011-11-104-7/+83
* Use lwc_string for box->id.Michael Drake2011-10-291-3/+3
* Intern bw->frag_id.Michael Drake2011-10-282-38/+21
* Constify frag_id param.Michael Drake2011-10-282-2/+2
* Use nsurl to add fragment for URL bar display.Michael Drake2011-10-281-12/+19
* Increase default mem cache size.Michael Drake2011-10-101-1/+1
* Only permit root windows to convert fetch requests to downloadsJohn Mark Bell2011-10-101-2/+5
* Avoid a strlen.Michael Drake2011-10-081-1/+1
* Pedantic style changes.Michael Drake2011-10-081-29/+20
* Improve error handlingJohn Mark Bell2011-10-081-29/+41
* Lose unnecessary loggingJohn Mark Bell2011-10-071-6/+0
* use the default resource:favicon.ico when a site has no icon of its ownVincent Sanders2011-10-072-8/+32
* nsurl_ref returns the referenced nsurl.Michael Drake2011-10-071-2/+1
* Don't fetch favicons for (i)frames.Michael Drake2011-10-071-0/+4
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-1/+1
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-071-2/+26
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-071-0/+3
* Attempting to download favicons is sillyJohn Mark Bell2011-10-071-1/+0
* consolidate code so a single codepath starts the retrival of the faviconVincent Sanders2011-10-071-28/+28
* metadata links stored in contentsVincent Sanders2011-10-072-57/+124
* initial favicon supportVincent Sanders2011-10-062-25/+101
* Optimise hotlist loading by using nsurl instead of url_normalise. Also conve...Michael Drake2011-10-061-28/+31
* Build resource: map at start timeJohn Mark Bell2011-10-051-3/+3
* More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)Michael Drake2011-10-031-2/+3
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-039-80/+121
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-281-2/+3
* Port llcache to nsurl.Michael Drake2011-09-282-3/+25
* Fix bug #3413611: results page should be added to historyJohn Mark Bell2011-09-261-1/+1
* Better caret positioning in scrolled frames.Michael Drake2011-09-211-2/+9
* Remove gui_multitaskJohn Mark Bell2011-09-211-1/+0
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-7/+2
* Ensure root bw and gui window before asking front end to remove caret.Michael Drake2011-09-151-1/+2
* Stop Esc/Ctrl-[ crashing when browser_window selection is NULLChris Young2011-09-111-1/+1
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-101-7/+22
* make high level cache take a parameter structureVincent Sanders2011-09-081-1/+7
* Improve resizing frames.Michael Drake2011-09-072-3/+3
* move bitmap cache initialisation up a levelVincent Sanders2011-09-071-0/+33
* Handle scrolled (i)frames.Michael Drake2011-09-061-0/+4