summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use new content message for saving of hyperlink target URL.Michael Drake2012-08-164-5/+29
|
* Avoid forward declaration of functions. Add missing comment to one function.Michael Drake2012-08-161-126/+129
|
* get_pointer_shape() doesn't need bw.Michael Drake2012-08-161-12/+7
|
* Move browser window related control over mouse pointer out of html content ↵Michael Drake2012-08-162-19/+19
| | | | handler.
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-166-57/+87
|
* Move bw time recording to bw layer.Michael Drake2012-08-162-4/+3
|
* Broadcast message for drag save start and avoid messing inside bw.Michael Drake2012-08-161-10/+22
|
* Add message for content wanting wanting drag save to start.Michael Drake2012-08-163-1/+47
|
* Don't need to include content.hMichael Drake2012-08-161-1/+0
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-08-1610-94/+60
|\
| * Remove redundant legacy checking for bw->window.Michael Drake2012-08-161-1/+1
| |
| * Frame drag start function can take child bw. Don't need to get root bw in ↵Michael Drake2012-08-162-13/+13
| | | | | | | | html handler. Avoids bw dereferences.
| * Make new function for starting a frames resize and use it.Michael Drake2012-08-163-3/+11
| |
| * Formatting changes.Michael Drake2012-08-161-9/+22
| |
| * Remove redundant "action" param.Michael Drake2012-08-163-9/+10
| |
| * Don't pass status to frames handler.Michael Drake2012-08-163-7/+8
| |
| * When dragging frames, we're done handling mouse.Michael Drake2012-08-161-1/+1
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-08-164-1/+34
| |\
| * | Avoid doing html->bw->current_content.Michael Drake2012-08-161-1/+1
| | |
| * | html__redraw_a_box takes html_content instead of struct content.Michael Drake2012-08-163-9/+9
| | |
| * | Remove redundant scrollbar widget message.Michael Drake2012-08-165-58/+1
| | |
* | | remove SVN reference from .readmeChris Young2012-08-161-3/+3
| | |
* | | copy missing fileChris Young2012-08-161-0/+1
| |/ |/|
* | Fix build date displayChris Young2012-08-151-1/+1
| |
* | fix warningChris Young2012-08-151-0/+1
| |
* | make install target for Amiga. Target is NetSurf_Amiga/netsurf.lhaChris Young2012-08-152-0/+32
|/
* Broadcast explict status messages for mouse hovers via content msg system, ↵Michael Drake2012-08-151-7/+12
| | | | rather than using the browser window.
* Let contents broadcast explicit status messages as well as announce that ↵Michael Drake2012-08-155-18/+36
| | | | their internal status has been updated.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-08-1511-231/+576
|\
| * fixup jsapi dom interface to include correct html/dom acessor hierachyVincent Sanders2012-08-1511-231/+576
| |
* | Simplify content status text setting.Michael Drake2012-08-153-32/+26
|/
* Don't need to include browser.h.Michael Drake2012-08-141-1/+2
|
* Stop render/search.c from dereferencing bw and remove dependency on html & ↵Michael Drake2012-08-143-31/+27
| | | | text contents' bw pointer.
* Clean up search gui callbacks.Michael Drake2012-08-1410-87/+106
|
* Remove forward declaration.Michael Drake2012-08-141-235/+229
|
* Fix comment.Michael Drake2012-08-131-1/+1
|
* Use content message broadcast to request scrolls, instead of depending on ↵Michael Drake2012-08-131-8/+12
| | | | html and text contents to keep a bw pointer.
* Let HTML content handle object content srcoll request messages.Michael Drake2012-08-131-0/+9
|
* Let browser window handle content scroll request message.Michael Drake2012-08-131-0/+21
|
* Add scroll request message to content message system.Michael Drake2012-08-131-0/+9
|
* add mint to mmap exclude listVincent Sanders2012-08-131-1/+1
|
* add missing simple refresh config option infoChris Young2012-08-131-0/+1
|
* Make selection_traverse internal to desktop/selection.c.Michael Drake2012-08-132-10/+8
|
* Use selection_get_copy instead of selection_traverse. Note: untested.Michael Drake2012-08-131-24/+16
|
* Tolerate NULL selection context in selection_get_copy.Michael Drake2012-08-131-1/+1
|
* Fix selection string struct init.Michael Drake2012-08-131-1/+5
|
* Function to get copy of selection as string.Michael Drake2012-08-132-2/+113
|
* alter file fetcher to use mmap where availableVincent Sanders2012-08-133-29/+116
|
* Fix RO build.Michael Drake2012-08-131-0/+2
|
* Convert to use selection_copy_to_clipboard() and font style passed via ↵Michael Drake2012-08-131-37/+10
| | | | gui_add_to_clipboard. Note: untested.