summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-0722-218/+322
| | | | | - Serch window - Pop Menus in the settings dialog
* Clip only once, not on every drawing primitive...Ole Loots2013-01-061-43/+44
|
* Bring netsurf frontend arch and buildsystem arch in sync.Ole Loots2013-01-052-4/+4
| | | | | Previously, the frontend used ATARI_ARCH for output package configuration, this is now changed to ATARIARCH.
* Removed browser.h/.cOle Loots2013-01-0311-1155/+55
|
* Implemented caret redraw.Ole Loots2013-01-0111-209/+297
|
* Merge branch 'master' into mono/removing-windom-dependencyOle Loots2012-12-3134-1787/+2146
|\
| * Correctly emit entities when serialising to HTML.John-Mark Bell2012-12-306-16/+253
| |
| * restructure GTK frontend options dialog to be compiant with the gnome HIG ↵Vincent Sanders2012-12-283-1526/+1625
| | | | | | | | and actually work
| * fixup combo boxes to have content, missed in conversion from gladeVincent Sanders2012-12-261-16/+165
| |
| * link order mattersVincent Sanders2012-12-201-1/+1
| |
| * add explicit stdlib include for definition of free()Vincent Sanders2012-12-201-0/+1
| |
| * change the javascript bindings to use generated headersVincent Sanders2012-12-2014-189/+59
| |
| * move common include path setup to core MakefileVincent Sanders2012-12-2012-101/+104
| |
* | Updated Makefile.targetOle Loots2012-12-311-1/+3
| |
* | Moved form handling into gemtk,Ole Loots2012-12-3124-393/+652
| | | | | | | | removed several windom includes
* | Almost done.Ole Loots2012-12-281-25/+413
| |
* | wipOle Loots2012-12-284-1/+25
| |
* | Settings are now written when save is clicked.Ole Loots2012-12-283-3/+3
| |
* | Display current setting values.Ole Loots2012-12-225-163/+558
| |
* | - started to work on settings dialogOle Loots2012-12-2119-1041/+573
| | | | | | | | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
* | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2012-12-1864-831/+2445
|\|
| * add coment on superclassesVincent Sanders2012-12-171-0/+72
| |
| * add missing copyright headerVincent Sanders2012-12-173-9/+14
| |
| * add dom event handler to document objectVincent Sanders2012-12-174-5/+265
| |
| * allow for JSOPTION_JIT to not be setVincent Sanders2012-12-161-4/+6
| |
| * Properly capitalise JavaScriptSteve Fryatt2012-12-164-4/+4
| |
| * Add Enable Javascript configuration to RO GUI.Steve Fryatt2012-12-155-40/+89
| |
| * Ensure the menu checked state remain in sync with realityChris Young2012-12-154-2/+33
| |
| * Update menu checked stateChris Young2012-12-152-0/+39
| |
| * Check the checked state of the menu items a more correct wayChris Young2012-12-151-3/+21
| |
| * Add some options to the browser menuChris Young2012-12-152-17/+68
| |
| * Properly capitalise JavaScriptChris Young2012-12-151-5/+5
| |
| * These values shouldn't be declared staticChris Young2012-12-152-4/+4
| |
| * Work around a speedbar.gadget layout bugChris Young2012-12-151-3/+10
| |
| * remove redundant compiler version overrideVincent Sanders2012-12-141-2/+0
| |
| * fix change to CC_MAJOR for beosVincent Sanders2012-12-142-2/+2
| |
| * make the Make rules for compiler versioning be more portable with fewer ↵Vincent Sanders2012-12-141-2/+3
| | | | | | | | shell calls
| * allow flags to be selected based on compiler versionVincent Sanders2012-12-133-4/+12
| |
| * split target defaults outVincent Sanders2012-12-1310-339/+312
| |
| * move the cut n pasted -Wuninitialized from Makefile.config alongsideVincent Sanders2012-12-132-13/+14
| | | | | | | | all the other warning flags in the standard location
| * add pkg-config macro for libraries which are not controled by configurationVincent Sanders2012-12-132-11/+39
| |
| * make macro name more correctVincent Sanders2012-12-139-51/+54
| |
| * try without option altogetherVincent Sanders2012-12-131-1/+2
| |
| * let monkey generate unused-but-set-variable without causing an errorVincent Sanders2012-12-131-4/+6
| |
| * make monkey target take notice of GCCSDK_INSTALL_ENV andVincent Sanders2012-12-131-2/+15
| | | | | | | | GCCSDK_INSTALL_CROSSBIN environment values
| * do not add script handler if runtime cannot be initialisedVincent Sanders2012-12-131-2/+4
| |
| * Correct the designation of en and it stringsChris Young2012-12-121-2/+2
| |
| * Updated Italian translation (credit: Samir Hawamdeh)Chris Young2012-12-111-27/+27
| |
| * Update the current pressed qualifier keys at every RAWKEY event, as the ↵Chris Young2012-12-101-2/+2
| | | | | | | | update doesn't work during IDCMP_IDCMPUPDATE
| * use g++ to link on riscosVincent Sanders2012-12-101-1/+3
| |