summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* move remaining gui operations to tableVincent Sanders2014-01-141-20/+8
|
* move download operations to download tableVincent Sanders2014-01-143-5/+20
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-32/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-132-4/+10
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+8
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-133-1/+7
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-20/+2
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-27/+14
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-4/+10
|
* move window creation and destruction into tableVincent Sanders2014-01-111-9/+11
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-3/+8
|
* Fix some log statementsDaniel Silverstone2014-01-051-1/+1
|
* Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-051-1/+1
| | | | GTK implementation that of course does not work.
* Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-051-0/+7
|
* remove all references to using libMNGVincent Sanders2014-01-042-3/+0
|
* 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
|
* 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
|