summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+69
| | | | | | Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910
* Squash warningJohn Mark Bell2010-10-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=10872
* Clean up framebuffer compile time font selectionVincent Sanders2010-10-072-66/+190
| | | | | | | Make framebuffer font documentation match reality Expose glyph cache size as a configuration option svn path=/trunk/netsurf/; revision=10871
* Squash warningsJohn Mark Bell2010-10-051-2/+5
| | | | svn path=/trunk/netsurf/; revision=10866
* Merge treeview-redux to trunkJohn Mark Bell2010-10-054-106/+47
| | | | svn path=/trunk/netsurf/; revision=10865
* Add flexible toolbar support and docuemnt itVincent Sanders2010-10-042-117/+277
| | | | svn path=/trunk/netsurf/; revision=10862
* hell with it, heres a version which should result in fewer portability ↵Vincent Sanders2010-09-111-5/+13
| | | | | | complaints svn path=/trunk/netsurf/; revision=10756
* Initialise opaque setting correctly at bitmap creation in framebuffer front ↵Michael Drake2010-08-141-1/+1
| | | | | | end. (Now JPEGs will knockout stuff behind them.) svn path=/trunk/netsurf/; revision=10707
* Load/save cookies file in framebuffer frontendJohn Mark Bell2010-08-101-0/+19
| | | | svn path=/trunk/netsurf/; revision=10685
* add explicit inlude for varargsVincent Sanders2010-08-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=10678
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-0/+5
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=10624
* Check the last character for a path separator, rather than the NULL string ↵Chris Young2010-07-091-1/+1
| | | | | | termination. svn path=/trunk/netsurf/; revision=10622
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
| | | | | | easily adaptable to different platform path structures. svn path=/trunk/netsurf/; revision=10621
* Treat tiled images scaled to 1x1 as flat fills of the tiled area.Michael Drake2010-07-081-0/+12
| | | | svn path=/trunk/netsurf/; revision=10616
* Bring throbber off screen edge by spacing_width.Michael Drake2010-07-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10607
* More useful optimisation for 1x1 tiled image plots.Michael Drake2010-07-071-6/+9
| | | | svn path=/trunk/netsurf/; revision=10606
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-0723-2432/+4119
| | | | svn path=/trunk/netsurf/; revision=10605
* Correct freetype header acquisitionJohn Mark Bell2010-06-302-2/+3
| | | | svn path=/trunk/netsurf/; revision=10591
* Deal with API modification in modern libpng.John Mark Bell2010-06-271-1/+5
| | | | svn path=/trunk/netsurf/; revision=10585
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+1
| | | | | | | | | | | | | handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561
* rationalise callback routines to use a unified interfaceVincent Sanders2010-05-045-349/+292
| | | | svn path=/trunk/netsurf/; revision=10550
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which ↵Daniel Silverstone2010-04-301-13/+2
| | | | | | *is* different, thereby eliminating the word 'myrealloc' from the NS codebase svn path=/trunk/netsurf/; revision=10530
* ensure widget redraw flag is correctly updatedVincent Sanders2010-04-301-0/+2
| | | | svn path=/trunk/netsurf/; revision=10528
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by ↵John Mark Bell2010-04-301-0/+5
| | | | | | | | the C standard (whereas realloc(NULL, size) --> malloc(size) is). Therefore, explicitly model the behaviour expected by our libraries (that realloc of 0 size is equivalent to free). svn path=/trunk/netsurf/; revision=10524
* fix pending redraw discoveryVincent Sanders2010-04-284-10/+21
| | | | svn path=/trunk/netsurf/; revision=10515
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-283-14/+41
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* fill bottom right hand corner of framebuffer furnitureVincent Sanders2010-04-284-1/+31
| | | | svn path=/trunk/netsurf/; revision=10505
* Make sure that an event occurred before inspecting itJohn Mark Bell2010-04-271-5/+5
| | | | svn path=/trunk/netsurf/; revision=10493
* Ensure that we clean up the root browser windowJohn Mark Bell2010-04-271-9/+5
| | | | svn path=/trunk/netsurf/; revision=10492
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+6
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-225-342/+554
| | | | svn path=/trunk/netsurf/; revision=10466
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-162-9/+23
| | | | svn path=/trunk/netsurf/; revision=10419
* Fix framebuffer buildJohn Mark Bell2010-04-152-4/+7
| | | | svn path=/trunk/netsurf/; revision=10404
* Make downloads work again.John Mark Bell2010-04-051-5/+5
| | | | svn path=/trunk/netsurf/; revision=10243
* avoid diviosion by zero errors;Vincent Sanders2010-03-311-7/+12
| | | | svn path=/trunk/netsurf/; revision=10223
* rationalise the usage of the file schemeVincent Sanders2010-03-313-4/+4
| | | | svn path=/trunk/netsurf/; revision=10221
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-13/+11
| | | | svn path=/trunk/netsurf/; revision=10205
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-19/+22
| | | | svn path=/trunk/netsurf/; revision=10202
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-284-49/+47
| | | | svn path=/trunk/netsurf/; revision=10180
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
| | | | svn path=/trunk/netsurf/; revision=10139
* Process command line after loading options file.John Mark Bell2010-02-101-5/+4
| | | | svn path=/trunk/netsurf/; revision=9964
* Replace old internal font with new one. New fontMichael Drake2010-02-067-4651/+2247
| | | | | | | | has bold, italic and italic&bold variants. Change internal font's encoding from CP437 to CP1252, since it has more useful glyphs for web browsing. svn path=/trunk/netsurf/; revision=9957
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
| | | | | | remove unused embedded global svn path=/trunk/netsurf/; revision=9851
* fix framebuffer command line/default option usageVincent Sanders2010-01-203-30/+71
| | | | svn path=/trunk/netsurf/; revision=9849
* remove use of legacy plot interfaceVincent Sanders2010-01-091-11/+26
| | | | svn path=/trunk/netsurf/; revision=9799
* Center scrollbars and make colours paler.Michael Drake2009-12-292-8/+8
| | | | svn path=/trunk/netsurf/; revision=9765
* Change scrollbar rendering colours and offsets a bit. Could use some more ↵Michael Drake2009-12-281-25/+19
| | | | | | attention. svn path=/trunk/netsurf/; revision=9764
* Remove loads of magic numbers from gui_create_browser_window. Place toolbar ↵Michael Drake2009-12-281-90/+103
| | | | | | icons according to their widths, rather than at fixed positions. Keep track of used width, and use that to get remaining width for URL bar. Use option_toolbar_status_width to determine scrollbar/statusbar proportion. Reduce and make consistent the spacing between toolbar icons. svn path=/trunk/netsurf/; revision=9763
* Change scrollbar arrow pngs.Michael Drake2009-12-284-0/+0
| | | | svn path=/trunk/netsurf/; revision=9762