summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stick to OS features for drag feature - handle it almost blocking (improves u...Ole Loots2011-12-048-278/+202
* Added drag feature to the new url input.Ole Loots2011-12-041-2/+21
* Added copyright comment. Ole Loots2011-12-041-0/+17
* Fixed header, made different font plotters optional. Ole Loots2011-12-048-110/+137
* Removed unused variableOle Loots2011-12-041-10/+9
* Fix const correctnessJohn Mark Bell2011-12-042-4/+4
* Don't use a designed font for oblique, only italic.Chris Young2011-12-041-2/+28
* Global list for diskfont.library fontengine cacheChris Young2011-12-041-2/+4
* Remove render/box.h include.Michael Drake2011-12-031-1/+0
* Fix select menu item selection in frames. Note: the API for front end select...Michael Drake2011-12-031-2/+9
* Fix framebuffer build.Michael Drake2011-12-022-0/+32
* Big wodge of internal browser window scroll fixes, or "rationalisation of bro...Michael Drake2011-12-023-25/+19
* Avoid assertion crash when html object recieves favicon message.Michael Drake2011-12-021-0/+4
* Support dragging from global history to hotlistChris Young2011-12-024-10/+19
* Use core file drop.Chris Young2011-12-021-127/+47
* Pass drops into iframes.Michael Drake2011-12-011-2/+12
* Use core handling of file drop over browser window.Michael Drake2011-12-011-82/+2
* Currently untested (and unused) "drop file on browser window" handling.Michael Drake2011-12-012-0/+49
* Currently untested (and unused) "drop file on content" handling, and HTML imp...Michael Drake2011-12-014-0/+172
* Squash use of uninitialised variable warning.Michael Drake2011-12-011-1/+2
* Open window by configured width,Ole Loots2011-11-305-31/+17
* Copy (whole) URL on Copy key. Ole Loots2011-11-301-0/+12
* Removed unused declarations.Ole Loots2011-11-301-12/+0
* Removed unused declarations.Ole Loots2011-11-303-27/+2
* release screen-lock when second lock check fails. Ole Loots2011-11-291-2/+4
* Check for NULLOle Loots2011-11-291-5/+8
* Handle focus event within window_set_focus, select all when url input gets focusOle Loots2011-11-292-4/+12
* Fixed inlude.Ole Loots2011-11-291-0/+1
* Added missing insert key conversion. Ole Loots2011-11-291-1/+7
* Check return value of plotter->lock()Ole Loots2011-11-293-14/+6
* make use of non-blocking request for screen lock. Ole Loots2011-11-292-26/+32
* Pass mouse scrollwheel events to the core firstChris Young2011-11-291-14/+42
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars a...Michael Drake2011-11-295-3/+77
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-0/+29
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-2/+12
* New function for sending a scroll request into a core browser window at a giv...Michael Drake2011-11-292-0/+61
* New function for applying a change in offset to a scrollbar.Michael Drake2011-11-292-0/+56
* 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
* Draw rectangle outline manually.Ole Loots2011-11-281-33/+82
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-2818-839/+779
* Fix function usageChris Young2011-11-281-2/+2
* Update frontends for r13185. Enabled new functionality, where it is not logi...Chris Young2011-11-275-9/+9
* 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-275-7/+8
* return;John Mark Bell2011-11-278-5/+46
* More response tags, updated docs with commandsDaniel Silverstone2011-11-253-19/+126
* Avoid unused variable warningRob Kendrick2011-11-251-0/+1
* Only make space for vertical box scrollbar if box has height set.Michael Drake2011-11-241-0/+6
* Fix bug #3441539: downloads may be created from within framesJohn Mark Bell2011-11-241-6/+11