summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement user confirmation before removing hotlist entries from the URL bar.Steve Fryatt2013-12-313-3/+86
|
* Add default clause to squash compiler warning.Steve Fryatt2013-12-311-0/+3
|
* Fix broken dragging mouse pointer introduced in mouse tracking changes.Steve Fryatt2013-12-301-1/+15
|
* Remove excessive logging from hotlist code.Steve Fryatt2013-12-301-8/+0
|
* Provide some interactive help for the URL Bar's favicon and hotlist indicator.Steve Fryatt2013-12-302-0/+20
|
* Update the URL hotlist icon when entries are deleted from the hotlist.Steve Fryatt2013-12-303-0/+24
| | | | This does not currently spot entries which are edited.
* Tidy up hotlist icon interfaces and make consistant with rest of toolbar.Steve Fryatt2013-12-307-54/+70
|
* Fix indentation.Steve Fryatt2013-12-301-6/+6
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfSteve Fryatt2013-12-306-8/+93
|\
| * Send SC_CHANGED after writing to scrap fileOle Loots2013-12-292-2/+8
| |
| * Extended documentationOle Loots2013-12-291-1/+4
| |
| * Minor documentation changeOle Loots2013-12-291-2/+2
| |
| * Do not reload browser window on scal changeOle Loots2013-12-291-2/+3
| |
| * Do not use tmpnam() but a custom function.Ole Loots2013-12-293-4/+79
| |
* | Bring hotlist icon event handling in line with other toolbar actions.Steve Fryatt2013-12-305-33/+69
| | | | | | | | | | | | - Make hotlist icon return click events to clients. - Move URL add and remove code into browser window toolbar event handler. - Pass hotlist icon URL add/remove via RISC OS hotlist interface.
* | Fix hotlist icon in browser URL bar.Steve Fryatt2013-12-292-6/+8
|/ | | | | - Change URL container to Double/Click/Drag so that mouse actions get passed on. - Correctly parse return code from hotlist_add_url() to identify successful adds.
* Set absolute clipping for every window rectangle, not just the first.Ole Loots2013-12-281-1/+1
|
* Removed background flag for menu titlesOle Loots2013-12-282-2/+2
| | | | | The Background flag causes invalid display of the menu on MyAES. Reported by Olivier Landemarre
* Check for zero length stringOle Loots2013-12-281-5/+3
|
* Fallback to about:welcome on home click when no homepage option is set.Ole Loots2013-12-281-2/+6
|
* Removed obsolete dir.png from package.Ole Loots2013-12-281-1/+0
|
* Copy all icon resources into the installation packageOle Loots2013-12-281-2/+2
|
* Removed obsolete codeOle Loots2013-12-281-132/+1
|
* Use new plot function: plot_set_abs_clipping.Ole Loots2013-12-281-0/+2
|
* Added plot_set_abs_clipping API to define maximum allowed clipping extent.Ole Loots2013-12-282-4/+61
| | | | subsequent call's to plot_clip obey to the maximum clipping rect.
* Added scale property to gui_window and use it.Ole Loots2013-12-224-21/+29
|
* Implemented specific redraw when treeview is iconified.Ole Loots2013-12-221-2/+49
|
* Do not redraw toolbar when window is iconifiedOle Loots2013-12-221-1/+3
|
* Minor change in changes.txtOle Loots2013-12-211-1/+1
|
* Assign 0 not NULL as window handle when sending application messageOle Loots2013-12-211-1/+1
|
* Removed obsolete build helper scriptsOle Loots2013-12-213-913/+0
|
* Added environment scripts for m68020-60 and v4e buildsOle Loots2013-12-212-0/+16
|
* Prepared TODO's for NetSurf 3.1Ole Loots2013-12-211-22/+9
|
* Prepared changelof for 3.1 releaseOle Loots2013-12-211-0/+39
|
* Check for null pointer before setting labelOle Loots2013-12-211-1/+4
|
* Added "select file/path" buttons to path configuration groupbox.Ole Loots2013-12-214-26/+92
|
* Make package: Copy netsurf.png into res folder, not into root of packageOle Loots2013-12-211-1/+1
|
* Minor formatting fixOle Loots2013-12-212-2/+2
|
* Added comments to plot APIOle Loots2013-12-211-2/+24
|
* Send AP_TERM to application on menu item "Exit" click.Ole Loots2013-12-211-4/+4
|
* Minor changes to gemtkOle Loots2013-12-213-4/+4
| | | | | - check for NULL window ptr in gemtk_wm_send_msg - use textarea template string for max textarea string length
* Make nscss_get_style return completed computed styles. Now matches ↵Michael Drake2013-12-193-57/+54
| | | | nscss_get_blank_style, and no need for anything outside css/select.c to see partial computed styles.
* Make view source menu option open the frame source, rather than frameset.Michael Drake2013-12-191-1/+8
|
* Minor formatting changeChris Young2013-12-151-2/+1
|
* Some translation updates from Samir HawamdehChris Young2013-12-151-48/+48
|
* Update for new lpu API.Michael Drake2013-12-143-28/+2
|
* Rename libcss_node_data key for libdom node user data.Michael Drake2013-12-133-7/+11
|
* Update for new libcss API.Michael Drake2013-12-138-213/+89
|
* Removed old code in atari/toolbar.cOle Loots2013-12-131-16/+0
|
* Do not use default plot scale for URL redrawOle Loots2013-12-131-1/+6
|