summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
* fix dumb typos from utf8 error return refactorVincent Sanders2014-01-281-1/+1
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-283-10/+10
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-3/+16
|
* move framebuffer fetch operations to their own moduleVincent Sanders2014-01-247-185/+193
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-4/+39
|
* cleanup copyright headers and some doc commentsVincent Sanders2014-01-161-2/+3
|
* move 401 login into operation tableVincent Sanders2014-01-162-26/+1
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-162-37/+39
|
* split browser gui operations upVincent Sanders2014-01-153-11/+16
|
* complete move of remaining core gui functionsVincent Sanders2014-01-151-0/+2
|
* move remaining gui operations to tableVincent Sanders2014-01-144-23/+33
|
* move download operations to download tableVincent Sanders2014-01-141-24/+0
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-29/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-131-4/+8
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-23/+0
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-35/+9
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-9/+8
|
* move window creation and destruction into tableVincent Sanders2014-01-111-7/+9
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-98/+104
|
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-051-0/+7
|
* remove all references to using libMNGVincent Sanders2014-01-041-2/+0
|
* Use libnsfb's tiled bitmap function, instead of tiling ourselves.Michael Drake2013-10-281-18/+15
|
* Register destruction function for browser widget.Michael Drake2013-10-231-2/+17
|
* Add font_finalise.Michael Drake2013-10-231-1/+6
|
* Free font face id descriptors.Michael Drake2013-10-231-11/+31
|
* Call font finaliser on quit.Michael Drake2013-10-231-0/+3
|
* Register destruction callback to free text widget text.Michael Drake2013-10-231-0/+24
|
* Pass KEY_UNDO and KEY_REDO to core. (Currently ignored.)Michael Drake2013-09-301-0/+28
|
* There must be a next widget for swap_siblings.Michael Drake2013-09-051-2/+3
|
* 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
|