summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
* beos: Drop unneeded desktop/gui.h includeFrançois Revol2014-02-031-1/+0
|
* beos: Fix build (missing includes)François Revol2014-02-023-0/+5
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-29/+0
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-8/+6
|
* beos: Fix buildFrançois Revol2014-01-281-0/+1
| | | | Add missing header due to moved function.
* beos: Account for change in atomic_add() prototype in HaikuFrançois Revol2014-01-281-1/+1
| | | | | Since the scheduler branch merge, atomic_add() takes a pointer to int32, doesn't require the target to be volatile anymore.
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-12/+14
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-11/+13
|
* beos: Fix updating system colorsFrançois Revol2014-01-163-7/+9
|
* beos: Fix buildFrançois Revol2014-01-166-43/+54
| | | | gcc2 doesn't know about named initializers in C++...
* whitespaceFrançois Revol2014-01-161-1/+1
|
* beos: Better implementation of NSIconTextControl for the url barFrançois Revol2014-01-161-19/+66
| | | | | | | | | | | Instead of adding a child view we draw the bitmap over the child. Fixup the TextRect also in Draw() which is called just before the TextView's Draw(). It flickers a little less, and also respects the background color of the text control when using a desktop theme. Also drop a useless dynamic_cast.
* move 401 login into operation tableVincent Sanders2014-01-163-2/+4
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-3/+4
|
* split browser gui operations upVincent Sanders2014-01-155-18/+26
|
* complete move of remaining core gui functionsVincent Sanders2014-01-152-16/+11
|
* move download operations to download tableVincent Sanders2014-01-143-4/+19
|
* move teh final optional window operations into the tableVincent Sanders2014-01-132-24/+2
|
* move four more optional window operations to tableVincent Sanders2014-01-132-4/+9
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-18/+3
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-125-38/+21
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-122-0/+12
|
* move window creation and destruction into tableVincent Sanders2014-01-113-4/+13
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-112-127/+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: Remove Messages symlinks in res/*/François Revol2014-01-045-5/+0
| | | | | | | It seems the messages files aren't generated early enough anymore, so building the resources fails. We can't load them from the resource yet anyway.
* beos: Also set LowColor on toolbar buttons when attachedFrançois Revol2014-01-041-0/+5
|
* beos: Simplify about boxFrançois Revol2014-01-041-83/+13
| | | | | Just print some version infos, the buttons are there for credits and licence.
* beos: Add credits and licence buttons to about boxFrançois Revol2014-01-043-9/+64
| | | | We'll simplify it to just mention version infos like on atari.
* beos: if no gui window, pass the first one to nsbeos_about()François Revol2014-01-041-4/+2
|
* beos: Fix about boxFrançois Revol2014-01-041-5/+7
|
* beos: Fix opening about from replicant popupFrançois Revol2014-01-041-0/+11
|
* beos: Fix background color for control on replicantsFrançois Revol2014-01-041-5/+17
| | | | Still some redundancy there but it works.
* beos: Add icon in url barFrançois Revol2014-01-041-3/+104
| | | | A bit hackish, flickers on resize, but it works.
* beos: Add a resize knob to replicantsFrançois Revol2014-01-041-0/+90
| | | | | | The view resizes the base view by the relative mouse movement. TODO: Add a bitmap to draw, for now it's ugly green.
* beos: remap resource:favicon.ico to favicon.pngFrançois Revol2014-01-041-3/+9
| | | | We don't use it yet though.
* beos: Fix embedded files in resourcesFrançois Revol2014-01-0420-7/+22
| | | | | | | | | | | - drop the remaining hardcoded files in rdef file - add favicon.png - remove en/ symlink - add real folders with symlinks for translated files like GTK Note the Messages files are also included although the current code is not able to load them from the resources. - add symlinks for html files to the en/ version (TODO: try to remap automatically)
* beos: Export icons/ resources with a lowercase iFrançois Revol2014-01-042-1/+1
| | | | That's what GTK does, and it fixes the dirlist icons too.
* beos: Drop duplicate throbber PNG resourcesFrançois Revol2014-01-042-12/+1
| | | | They are also added with another path by the makefile.
* beos: Add comments to resources definition fileFrançois Revol2014-01-041-2/+9
|
* beos: Move some resources aroundFrançois Revol2014-01-041-15/+15
| | | | Move app signature and supported filetypes before icons for more visibility.
* beos: Remove unused Tracker button bitmapsFrançois Revol2014-01-042-208/+0
| | | | We never used them, and we now have better looking HVIF ones anyway.
* 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.