summaryrefslogtreecommitdiff
path: root/beos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure menu items all get the target set recursively.François Revel2008-10-021-10/+11
* Add window shortcuts for toolbar actions.François Revel2008-10-021-0/+22
* Partially fix menu shortcut handling, however I'm not sure how to set Functio...François Revel2008-10-021-1/+7
* Fix R5 BONE build.François Revel2008-10-022-0/+2
* Implemented the login dialog.François Revel2008-10-024-98/+161
* - Cleanup: remove dead gtk code and its copyrightsFrançois Revel2008-10-028-413/+24
* - switch to using builtin css files from rsrc:François Revel2008-10-023-5/+19
* First try at implementing menus, from RiscOS ones but lots don't work yet.François Revel2008-10-023-133/+657
* - iMissing knockout option to falseFrançois Revel2008-10-013-4/+25
* Implemented thumbnails, though we don't use them yet.François Revel2008-10-011-49/+81
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not bit...Michael Drake2008-09-071-17/+17
* Fix BeOS build. We don't handle tabs yet though.François Revel2008-08-262-2/+2
* Fix the BeOS build:François Revel2008-08-1316-139/+83
* Make user agent string and default homepage configurable from Makefile.configRob Kendrick2008-07-292-2/+2
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-0/+15
* Use bundled resources instead of separate files. throbber uses 'data' type al...François Revel2008-06-076-25/+41
* - We don't need the XPM icon.François Revel2008-06-072-321/+17
* Add copyrightsFrançois Revel2008-06-0729-8/+92
* - fixed alpha bitmap drawingFrançois Revel2008-06-0416-9/+155
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ...François Revel2008-06-0337-0/+9100