summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cleanups to fix new clang warningsVincent Sanders2014-01-102-6/+4
|
* stop system colours being anything to do with frontendsVincent Sanders2014-01-109-44/+87
|
* fixup logic error in save complete as directed by jmbVincent Sanders2014-01-061-1/+1
|
* Support 'checked' properly in new form handlerDaniel Silverstone2014-01-061-1/+10
|
* Probably shouldn't override thumbnail source alphaChris Young2014-01-061-1/+1
|
* Get Composite() to befriend the screen's BitMap to ensure they are on the ↵Chris Young2014-01-063-1/+4
| | | | same graphics board. This should fix the slowness when multiple graphics cards are installed.
* Assert a bit earlier when front end tries to redraw SSL cert viewer that ↵Michael Drake2014-01-061-0/+13
| | | | it's destroyed.
* Update description to reflect realityChris Young2014-01-051-3/+3
|
* Add file upload request on clickChris Young2014-01-051-1/+13
|
* This shouldn't be UTF-8Chris Young2014-01-051-7/+1
|
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-054-1/+16
|
* Fix some log statementsDaniel Silverstone2014-01-056-6/+6
|
* Under GTK, file gadgets are more like buttonsRob Kendrick2014-01-051-1/+1
|
* Change FatMessages so drop instructions are click instructions for some ↵Rob Kendrick2014-01-051-1/+6
| | | | frontends
* Merge branch 'rjek/click-file-gadget'Daniel Silverstone2014-01-0522-115/+162
|\
| * Restore missing message sendDaniel Silverstone2014-01-051-0/+4
| |
| * Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-0510-15/+40
| | | | | | | | GTK implementation that of course does not work.
| * Add infrastructure for calling front ends to set file gadget filenames via ↵Rob Kendrick2014-01-056-31/+69
| | | | | | | | clicking in addition to drag-and-drop
| * Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-058-6/+55
| |
| * Remove asserts for default cases from all content message handlers; this is ↵Rob Kendrick2014-01-058-79/+10
| | | | | | | | laborious and is no longer useful for catching bugs.
* | Remove old form_successful_controlsDaniel Silverstone2014-01-051-349/+0
| |
* | Support image inputsDaniel Silverstone2014-01-056-11/+84
| |
* | Rewrite form_successful_controls() to use the DOM.Daniel Silverstone2014-01-054-5/+563
| | | | | | | | | | | | This stops image inputs from working temporarily, but makes inputs inside display:none work correctly. As such, this is a net-win.
* | Speculatively start image fetches as we parse the document.John-Mark Bell2014-01-053-10/+53
| |
* | Add Javascript build ability to cross-compiled targetChris Young2014-01-051-0/+1
| |
* | Env: also install libhtml-parser-perlJohn-Mark Bell2014-01-051-1/+1
| |
* | Env: we need libmozjs185. Install it explicitly.John-Mark Bell2014-01-051-1/+1
| |
* | Remove logging now that file upload *seems* to workDaniel Silverstone2014-01-043-8/+2
|/
* Support cloning rawfile dataDaniel Silverstone2014-01-041-0/+15
|
* Add a bunch of logging to try and help track down the issue with rawfile ↵Daniel Silverstone2014-01-044-3/+11
| | | | handling, sorry guys
* Shunt around the file multipart stuff a bit to try and fix the segfaultDaniel Silverstone2014-01-041-9/+10
|
* In theory, store raw filenames and pass them through for file upload. ↵Daniel Silverstone2014-01-044-2/+28
| | | | Untested due to no file-upload in GTK frontend just yet
* 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.