summaryrefslogtreecommitdiff
path: root/beos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix app signature for Haiku's StyledEdit.François Revel2008-10-071-1/+1
* Dereference symlinks on B_REFS_RECEIVED. This way dropping a symlink to an ht...François Revel2008-10-071-0/+10
* - fix using undefined fd_sets in case active was false. Looks like I was too ...François Revel2008-10-071-67/+4
* Snif local files entirely the BeOS way, using the mime db, this fixes taking ...François Revel2008-10-061-69/+55
* Uncomment the code to focus the view on mouse click, much better.François Revel2008-10-061-4/+3
* - less debug outputFrançois Revel2008-10-062-19/+126
* - fix some coordinate handlingFrançois Revel2008-10-061-5/+9
* - Remove dead gtk codeFrançois Revel2008-10-061-53/+29
* Remove dead GTK code & (c)François Revel2008-10-061-36/+0
* Make gui_poll() a little better. Don't check for the event pipe fd if select ...François Revel2008-10-061-3/+6
* Fix plot_fill and plot_clip coords.François Revel2008-10-051-2/+71
* Add Aliases to resources for later use.François Revel2008-10-051-1/+2
* Add Hubbub support, should work much better when actually initializing it.François Revel2008-10-052-0/+32
* Fix the white flickering and bad redraws (text too dark due to being drawn tw...François Revel2008-10-052-2/+22
* Fix build and opening source file in editor.François Revel2008-10-051-8/+10
* Add support for editting page source.François Revel2008-10-033-0/+97
* Fix prototype to get it as C linkage.François Revel2008-10-031-1/+1
* - cleanup dead gtk code and copyrightsFrançois Revel2008-10-0211-221/+25
* Use find_directory() to find where to put settings instead of polluting ~/.François Revel2008-10-021-23/+42