summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
...
* remove all references to using libMNGVincent Sanders2014-01-041-2/+0
|
* Fix indentationFrançois Revol2013-12-071-10/+10
|
* Fix Haiku buildFrançois Revol2013-12-073-8/+30
| | | | Fix build of the BeOS code due to recent untested options commits.
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-6/+0
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-022-36/+1
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-21/+0
| | | | cocoa front ends. Amiga front end very likely broken.
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* fixup issues with new options API mergeVincent Sanders2013-05-281-1/+1
|
* move beos to new options APIVincent Sanders2013-05-283-397/+115
|
* move options includeVincent Sanders2013-05-288-9/+9
|
* change all core and frontend options headers to new formatVincent Sanders2013-05-281-13/+4
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-6/+23
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* beos: Fix replicantsFrançois Revol2013-03-221-6/+12
| | | | | | | | Waiting on the semaphore was not enough, it was causing a crash on replicant removal. Now we wait for the replicant main thread to exit. It fixes replicants, at least when a single one is used per application. Using more than one still causes issues due to some libs not liking being used twice (hlcache it seems).
* beos: Fix nsfont_position_in_string off-by-1François Revol2013-03-211-2/+3
| | | | | | | The current width was tested after the index was already updated to the next character, leading to an off-by-one error, and the impossibility to select the first character of a string in textarea.
* beos: Set the filename in the download file panelFrançois Revol2013-03-091-1/+2
|
* beos: Fix some cpp warningsAdrien Destugues - PulkoMandy2013-03-092-71/+64
|
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* Fixup for core selection change.Michael Drake2013-02-223-6/+4
|
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-1811-1558/+4
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-182-13/+13
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-182-15/+66
|
* browser_window_navigate refactorVincent Sanders2013-02-182-11/+82
|
* Update for new nsfont_split expectations. Untested, but code similar to ↵Michael Drake2013-02-101-11/+18
| | | | framebuffer. Looks /really/ slow. It only needs to measure the text when it finds a space, not for every character.
* beos: Fix clipboard handling to use the new APIFrançois Revol2013-01-202-64/+24
|
* Downgrade TLS version support if it turns out the server can't cope with ↵John-Mark Bell2013-01-041-1/+1
| | | | TLSv1.1.
* move common include path setup to core MakefileVincent Sanders2012-12-201-47/+46
|
* fix change to CC_MAJOR for beosVincent Sanders2012-12-141-1/+1
|
* split target defaults outVincent Sanders2012-12-131-0/+32
|
* make macro name more correctVincent Sanders2012-12-131-3/+3
|
* beos: Don't link with libxml2 anymoreFrançois Revol2012-11-251-1/+1
|
* beos: comment on why the rdef file includes hexdump for iconsFrançois Revol2012-11-251-1/+4
|
* beos: debug output cleanupFrançois Revol2012-11-252-10/+0
|
* Mention the origin of the icons added by AdrienFrançois Revol2012-11-251-0/+2
| | | | | | They come from Zumi's site, were proposed for Haiku, and should be usable under MIT licence but it is not mentionned there. I'll probably replace them anyway.
* beos: Fix replicating with empty URL in archiveFrançois Revol2012-11-251-3/+4
| | | | We just got to about: when no valid URL is passed.
* beos: More debug output cleanupFrançois Revol2012-11-251-3/+3
|
* beos: Silence debug outputFrançois Revol2012-11-254-17/+17
| | | | Either comment them or change to LOG() calls.
* beos: Partial replicant instanciation fixFrançois Revol2012-11-254-9/+45
| | | | | | * use the correct resources * work around a deadlock, allows BeHappy to start, though removing the replicant from Tracker crashes
* beos: Fix toolbar borderFrançois Revol2012-11-251-1/+4
| | | | | Use B_PLAIN_BORDER instead of the default B_FANCY_BORDER. Also force full redraw on resize to avoid artefacts.
* beos: gcc2 fixFrançois Revol2012-11-251-1/+2
|
* beos: Fix gui_poll()François Revol2012-11-251-8/+41
| | | | Reintroduce curl_multi_fdset() and fix timeout calculations.
* beos: gcc2 fixesFrançois Revol2012-11-252-1/+9
| | | | We'll probably drop gcc2 support soon though.
* Whitespace cleanupFrançois Revol2012-11-251-2/+2
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-2412-126/+613
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Remove libxmlJohn-Mark Bell2012-11-101-3/+1
|
* Port save complete to libdom.John-Mark Bell2012-11-032-88/+3
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-0/+6
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-14/+0
| | | | convert on demand core image cache.