summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix framebuffer buildJohn Mark Bell2009-12-182-9/+64
| | | | svn path=/trunk/netsurf/; revision=9730
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+74
| | | | svn path=/trunk/netsurf/; revision=9729
* ensure source rectangle on copy operations has its upper co-ordinates setVincent Sanders2009-12-071-0/+8
| | | | svn path=/trunk/netsurf/; revision=9721
* optimise 1x1 bitmap plottingVincent Sanders2009-12-051-5/+18
| | | | svn path=/trunk/netsurf/; revision=9717
* Make pan routines use new screen copy APIVincent Sanders2009-12-042-47/+43
| | | | svn path=/trunk/netsurf/; revision=9715
* Make the gui click handlers responsible for deciding whether to act on DOWN ↵John Mark Bell2009-11-232-5/+32
| | | | | | | | or UP (or both), rather than having the fbtk forcibly prevent UP events being generated. This fixes the inability to have clicks in the viewport acted upon, and also allows for useful future extensions such as drag scrolling and text selection. svn path=/trunk/netsurf/; revision=9704
* Insert missing breaks. If these cases really should fall through, they need ↵John Mark Bell2009-11-221-1/+3
| | | | | | commenting, instead. svn path=/trunk/netsurf/; revision=9699
* Actually check for realloc failingJohn Mark Bell2009-11-221-4/+11
| | | | svn path=/trunk/netsurf/; revision=9698
* Fix array bounds checkJohn Mark Bell2009-11-221-2/+3
| | | | svn path=/trunk/netsurf/; revision=9697
* Use DejaVu instead of Vera, seeing as Debian have removed Vera from sid.John Mark Bell2009-10-051-8/+8
| | | | svn path=/trunk/netsurf/; revision=9606
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-141-1/+5
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Merge LibCSS port to trunk.John Mark Bell2009-07-233-1/+6
| | | | svn path=/trunk/netsurf/; revision=8752
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=8657
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-216-100/+61
| | | | svn path=/trunk/netsurf/; revision=8641
* Use progress pointer.Michael Drake2009-07-142-1/+6
| | | | svn path=/trunk/netsurf/; revision=8527
* next round of plotter refactorVincent Sanders2009-07-141-13/+38
| | | | svn path=/trunk/netsurf/; revision=8512
* plotters line refactorVincent Sanders2009-07-101-1/+26
| | | | svn path=/trunk/netsurf/; revision=8446
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-9/+24
| | | | svn path=/trunk/netsurf/; revision=8399
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-1/+13
| | | | svn path=/trunk/netsurf/; revision=8332
* Fix scheduler to handle delays of greater than one second. Fixes continual ↵Michael Drake2009-07-031-11/+11
| | | | | | reload issues on pages with meta refresh. svn path=/trunk/netsurf/; revision=8293
* Silence warningsJohn Mark Bell2009-07-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=8274
* fix keymapVincent Sanders2009-07-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=8272
* Fix by tlsa for content which is updated by the core like animated gifs and ↵Vincent Sanders2009-07-023-7/+32
| | | | | | forms svn path=/trunk/netsurf/; revision=8270
* remove redundant clg callVincent Sanders2009-07-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=8240
* Improve bitmap plotter APIVincent Sanders2009-06-301-26/+27
| | | | svn path=/trunk/netsurf/; revision=8195
* remove unused structure definitionVincent Sanders2009-06-301-11/+0
| | | | svn path=/trunk/netsurf/; revision=8187
* Use menu pointer image.Michael Drake2009-06-292-0/+5
| | | | svn path=/trunk/netsurf/; revision=8157
* Don't act on press and release.Michael Drake2009-06-291-6/+10
| | | | svn path=/trunk/netsurf/; revision=8155
* Make panning routine handle scrolling by more than viewport size. Fix ↵Michael Drake2009-06-291-156/+171
| | | | | | gui_window_set_scroll to treat values as absolute. Delete stray semicolon. svn path=/trunk/netsurf/; revision=8153
* Stop strange characters appearing in the URL bar when you press certain ↵Michael Drake2009-06-281-0/+12
| | | | | | non-text keys. Some of these keys need to be supported properly. svn path=/trunk/netsurf/; revision=8134
* Fix throbber not to show inactive frame during activity animation.Michael Drake2009-06-281-5/+0
| | | | svn path=/trunk/netsurf/; revision=8128
* Make choices file "Choices-fb".Michael Drake2009-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=8127
* Make framebuffer port use libnsfbVincent Sanders2009-06-2835-4798/+966
| | | | svn path=/trunk/netsurf/; revision=8122
* Do not include setjmp.h, pngconf.h gets upsetDaniel Silverstone2009-04-211-1/+0
| | | | svn path=/trunk/netsurf/; revision=7221