summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-3/+4
|
* split browser gui operations upVincent Sanders2014-01-151-12/+20
|
* complete move of remaining core gui functionsVincent Sanders2014-01-151-16/+8
|
* move download operations to download tableVincent Sanders2014-01-141-0/+5
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-8/+0
|
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-14/+3
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-0/+7
|
* move window creation and destruction into tableVincent Sanders2014-01-111-2/+4
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-123/+123
|
* Fix some log statementsDaniel Silverstone2014-01-051-1/+1
|
* Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-051-1/+1
| | | | GTK implementation that of course does not work.
* Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-051-0/+8
|
* beos: remap resource:favicon.ico to favicon.pngFrançois Revol2014-01-041-3/+9
| | | | We don't use it yet though.
* beos: Drop duplicate throbber PNG resourcesFrançois Revol2014-01-041-1/+1
| | | | They are also added with another path by the makefile.
* beos: Load Messages files for current languageFrançois Revol2014-01-041-6/+18
| | | | | | For now we just check for LC_MESSAGES in the environment, which should even work in BeOS. Someday we should probably use Haiku's BLocale API instead.
* beos: Add missing call to lwc_string_unref()François Revol2014-01-041-3/+4
|
* beos: Fix permission on temp directories creationFrançois Revol2014-01-041-1/+1
| | | | TODO: use filename_initialize() instead when it's fixed.
* Fix indentationFrançois Revol2013-12-071-10/+10
|
* Fix Haiku buildFrançois Revol2013-12-071-6/+26
| | | | 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.
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* fixup issues with new options API mergeVincent Sanders2013-05-281-1/+1
|
* move beos to new options APIVincent Sanders2013-05-281-9/+114
|
* move options includeVincent Sanders2013-05-281-2/+2
|
* 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.
* beos: Fix some cpp warningsAdrien Destugues - PulkoMandy2013-03-091-8/+8
|
* Fixup for core selection change.Michael Drake2013-02-221-1/+1
|
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-218/+3
| | | | 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-181-2/+2
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-5/+24
|
* browser_window_navigate refactorVincent Sanders2013-02-181-1/+1
|
* beos: debug output cleanupFrançois Revol2012-11-251-8/+0
|
* beos: Silence debug outputFrançois Revol2012-11-251-8/+8
| | | | Either comment them or change to LOG() calls.
* beos: Partial replicant instanciation fixFrançois Revol2012-11-251-1/+27
| | | | | | * use the correct resources * work around a deadlock, allows BeHappy to start, though removing the replicant from Tracker crashes
* beos: Fix gui_poll()François Revol2012-11-251-8/+41
| | | | Reintroduce curl_multi_fdset() and fix timeout calculations.
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-77/+34
| | | | | | | | * 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>
* 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.
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
|
* Stab at fixing beos build for private bw struct.Michael Drake2012-08-221-1/+1
|
* Remove unused includes.Michael Drake2012-08-201-2/+0
|
* Fix BeOS build:François Revel2012-03-251-2/+2
| | | | | | | - comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+1195
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554