summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|