summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* 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 hid...Vincent Sanders2014-01-121-23/+0
* 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
* 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 c...Michael Drake2013-09-021-22/+0
* 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
* 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
* 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 i...Michael Drake2013-05-101-1/+1
* 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 i...Michael Drake2013-02-121-1/+1
* 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 clipb...Michael Drake2013-02-111-1/+1
* 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