summaryrefslogtreecommitdiff
path: root/beos
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|