summaryrefslogtreecommitdiff
path: root/beos
Commit message (Expand)AuthorAgeFilesLines
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-243-5/+0
* Make downloads work again.John Mark Bell2010-04-051-6/+6
* rationalise the usage of the file schemeVincent Sanders2010-03-311-3/+3
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-18/+22
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-282-6/+24
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
* Use correct length definitionJohn Mark Bell2010-01-231-2/+2
* Construct font_family from core family name.John Mark Bell2010-01-221-3/+9
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* Add missing gui_window_scroll_visible().François Revel2010-01-031-0/+6
* Default BeOS implementation for save_complete_gui_save() and save_complete_ht...François Revel2010-01-021-0/+87
* Fix getting the box style to a BFont. for the clipboard.François Revel2010-01-021-1/+4
* Accomodate for plotter API change.François Revel2010-01-021-1/+1
* Actually fake stdbool inclusion here as well.François Revel2010-01-021-1/+2
* Remove copy-paste leftover ?François Revel2010-01-021-2/+0
* Handle new parameter to fetch_send_callback().François Revel2010-01-021-12/+12
* s/TRANSPARENT/NS_TRANSPARENT/François Revel2010-01-021-5/+5
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-172-0/+91
* Typo.François Revel2009-08-021-1/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-233-5/+12
* Fix stupidJohn Mark Bell2009-07-222-5/+4
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-1/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-213-76/+48
* next round of plotter refactorVincent Sanders2009-07-141-21/+21
* plotters line refactorVincent Sanders2009-07-101-11/+19
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-67/+77
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-4/+4
* remove redundant clg callVincent Sanders2009-07-011-23/+0
* Improve bitmap plotter APIVincent Sanders2009-06-301-18/+8
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-282-2/+0
* Moving the pen to 0,0 helps a lot making sure where we start drawing...François Revel2009-04-251-1/+9
* Add some support to handle transforms in plot_path, but it's disabled as it s...François Revel2009-04-251-16/+10
* Implement plot_path for BeOS, still missing transform support...François Revel2009-04-251-21/+45
* Hubbub is no longer optional.John Mark Bell2009-04-171-10/+0
* Fix Haiku vector iconFrançois Revel2009-02-251-35/+58
* Fix BeOS build. Please try to patch all platforms when breaking things like t...François Revel2009-02-161-2/+3
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-6/+6
* strlen() on constant string can be replaced by sizeof()-1John Tytgat2009-02-011-1/+1
* - when replicated, forbid creating windows, even though it initially works it...François Revel2008-10-174-5/+189
* Call netsurf_init() from the thread creating the replicant, then the main loo...François Revel2008-10-162-14/+22
* - handle NetPositive what codes; this makes it easy to use NetSurf instead by...François Revel2008-10-164-0/+54
* Add Replicant support. No it's not about cyborgs, just embedding NetSurf into...François Revel2008-10-165-302/+615
* Fix copying plain text selection.François Revel2008-10-111-1/+3
* - support BITMAP_CLEAR_MEMORY in create_bitmap()François Revel2008-10-108-16/+75
* - fix for copying selection to clipboardFrançois Revel2008-10-095-32/+76
* Override checking the mime type for known extensions. At least on my system, ...François Revel2008-10-081-0/+13
* Fix drawing the selection.François Revel2008-10-081-0/+2
* Add clipboard support. Works mostly.François Revel2008-10-082-2/+20
* -enlarge invalidate rect by 1x1 in gui_window_redraw, this fixes caret updates.François Revel2008-10-081-3/+66
* Fix multibyte character input.François Revel2008-10-081-3/+2