summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 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 mngectony makefilesVincent Sanders2014-01-042-1/+2
|
* Reflect changes to select boxes into the DOMDaniel Silverstone2014-01-043-3/+12
|
* Reflect toggling of 'selected' in the DOMDaniel Silverstone2014-01-041-0/+3
|
* Ensure that file inputs update the dom node and annotate with the unencoded ↵Daniel Silverstone2014-01-043-4/+56
| | | | filename
* Ensure textual input boxes re-update the DOM with new valuesDaniel Silverstone2014-01-043-1/+43
|
* Retrieve text area content from the textarea apiDaniel Silverstone2014-01-041-1/+1
|
* Fix longstanding bug where floating root element caused assertion. Bug #394.Michael Drake2014-01-041-4/+7
|
* Merge branch 'vince/mngectomy'Vincent Sanders2014-01-0428-1005/+21
|\
| * remove all references to using libMNGVincent Sanders2014-01-0426-1001/+18
| |
| * remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-044-5/+4
| | | | | | | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* | Use dom_string_isequal, not lwc_string_isequal, for dom strings.Michael Drake2014-01-041-4/+2
|/
* Native RO builds have been unsupported for a year, and the doc is out of date.Michael Drake2014-01-041-121/+0
|
* Return message to client when textarea is modified.Michael Drake2014-01-043-1/+19
|
* Improve min/max-height handling on replaced elements.Michael Drake2014-01-041-23/+96
|
* Make the new tab button also use the new blank tab function. This fixes bug 2034Chris Young2014-01-031-18/+1
|
* Move new blank tab into own functionChris Young2014-01-033-24/+33
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2014-01-034-39/+44
|\
| * Update copyright header dates for recent commits.Steve Fryatt2014-01-024-11/+8
| |
| * In framesets, F8 views source for frame under pointer if applicable.Steve Fryatt2014-01-021-28/+36
| |
* | Attempt fix/workaround of bug #2034Chris Young2014-01-031-1/+7
|/
* Convert download filename to local charsetChris Young2014-01-022-4/+6
|
* Set verbose log menu item checked state on startup.Ole Loots2014-01-021-0/+1
|
* Default downloads directory name is "downloads" not "download"Ole Loots2014-01-021-1/+1
|
* Fix previous checking (do not call av/va functions)Ole Loots2014-01-021-0/+8
|
* Added prototype for plot_get_abs_clipping_grectOle Loots2014-01-021-0/+1
|
* Added VA/AV Protocol support (not used yet).Ole Loots2014-01-024-0/+305
|
* Merge branch 'mmu_man/haiku-fixes'Vincent Sanders2014-01-016-22/+45
|\
| * Fix indentationFrançois Revol2013-12-071-10/+10
| |