summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-1/+0
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-022-24/+1
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-22/+0
| | | | cocoa front ends. Amiga front end very likely broken.
* Suppress most fbtk logging when FBTK_LOGGING is unset.Michael Drake2013-08-291-1/+8
|
* LOG macro terminates line itself.Michael Drake2013-08-291-7/+7
|
* FONT_SIZE_SCALE is for preserving fractional parts, so use it properly.Michael Drake2013-08-291-1/+1
|
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* s/history_core/local_history/Michael Drake2013-07-102-2/+2
|
* add finalisation to options and document the API betterVincent Sanders2013-06-011-2/+5
|
* move framebuffer to new options APIVincent Sanders2013-05-284-325/+85
|
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* move options includeVincent Sanders2013-05-285-6/+6
|
* change all core and frontend options headers to new formatVincent Sanders2013-05-281-81/+41
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-2/+16
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* Add support for delete key.Michael Drake2013-05-121-0/+4
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* fixup message splitting with updated toolVincent Sanders2013-05-021-1/+1
|
* More appropriate system colours.Michael Drake2013-04-091-5/+5
|
* Allow override of default window width/height individually.Michael Drake2013-04-091-5/+5
|
* Avoid double/triple click stuff for scrollwheeling.Michael Drake2013-03-281-1/+3
|
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-3/+20
|
* browser_window_navigate refactorVincent Sanders2013-02-181-1/+18
|
* Add button to quit by default. Not having it confuses people who run it as ↵Michael Drake2013-02-121-1/+1
| | | | intended on the framebuffer, and it can still be turned off should somone wish to.
* Add support for double and triple clicks.Michael Drake2013-02-121-4/+37
|
* Make delete line key enum value name less missleading. (Doesn't cut to ↵Michael Drake2013-02-111-1/+1
| | | | clipboard.)
* Make compatible with new nsfont_split expectations. Only splits on spaces.Michael Drake2013-02-102-15/+36
|
* Update framebuffer front end to implement new clipboard API.Michael Drake2013-01-081-89/+34
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* split target defaults outVincent Sanders2012-12-131-0/+47
|
* make macro name more correctVincent Sanders2012-12-131-5/+5
|
* Remove libxmlJohn-Mark Bell2012-11-101-4/+1
|
* Use FatMessages in framebuffer frontendRob Kendrick (fatigue)2012-11-041-5/+6
|
* Port save complete to libdom.John-Mark Bell2012-11-032-49/+1
|
* add javascript build support to framebufferVincent Sanders2012-10-221-0/+4
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-13/+14
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-13/+0
| | | | convert on demand core image cache.
* Widget can't be NULL.Michael Drake2012-10-111-0/+3
|
* Fix up ripples from urldb change.Michael Drake2012-10-113-3/+3
|
* trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-081-4/+5
| | | | docuemntation warnings
* Install netsurf.png too.Michael Drake2012-09-291-1/+1
|
* Add missing resources to intall target.Michael Drake2012-09-291-1/+5
|
* Add OSK icon.Michael Drake2012-09-285-12/+21
|
* Split install and package targets.Vincent Sanders2012-08-231-1/+17
| | | | Install target is for installing on the local machine and package generates a package
* make the framebuffer resource path setting betterVincent Sanders2012-08-222-2/+2
|
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-223-0/+4
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
|
* Squash warning.Michael Drake2012-08-101-2/+2
|