summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* 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
|
* plot_set_scale return old scale now.Ole Loots2013-12-132-2/+14
|
* Check if URL is already added to bookmarkOle Loots2013-12-131-0/+6
|
* Removed toolbar icons: favourite, ssl-indicatorOle Loots2013-12-135-113/+69
| | | | (because it looks disgusting)
* Revert "Use correct LD_LIBRARY_PATH for additional libraries"Ole Loots2013-12-051-1/+1
| | | | This reverts commit 5b4a9e9315d688765115f846a8cd1731dfffb5b3.
* Recognize scale when plotting fontsOle Loots2013-12-042-7/+45
|
* Removed debug printOle Loots2013-12-041-1/+0
|
* Recognize scale when plotting bitmapsOle Loots2013-12-041-0/+7
|
* Redraw window on scale request.Ole Loots2013-12-041-2/+4
|
* Allow keyboard shortcuts not defined inside the RSC file.Ole Loots2013-12-041-15/+61
|
* fix previous prototypeOle Loots2013-12-041-1/+1
|
* Added plot_set_scale / plot_get_scale prototypesOle Loots2013-12-041-0/+2
|
* Added "scale" member and get / set methodsOle Loots2013-12-041-0/+11
|
* Use correct LD_LIBRARY_PATH for additional librariesOle Loots2013-12-041-1/+1
|
* Use LOG(()) instead of printfOle Loots2013-12-031-1/+2
|
* Improved file drop, use browser_window_navigate as fallback.Ole Loots2013-11-251-24/+51
|
* Updated header file for new toolbar functions.Ole Loots2013-11-241-0/+4
|
* Added bookmark indicator and SSL/crypto indicator to toolbar.Ole Loots2013-11-244-198/+333
|
* Improve Keyboard Shortcut parsing.Ole Loots2013-11-241-8/+50
| | | | Handle standard keyboard shortcut format.