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