summaryrefslogtreecommitdiff
path: root/atari/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-408/+0
|
* update atari frontend to remove usage of depricated warn_user APIVincent Sanders2016-04-301-19/+2
|
* use the miscellaneous table warning entryVincent Sanders2016-04-251-1/+4
| | | | | | | change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion.
* atari header cleanup and warning squashVincent Sanders2016-04-201-54/+0
| | | | | | This rationalises atari platform user of headers and squashes a lot of warnings. Should not be viewed as real maintenance, more that it was getting in the way of fixing real core header issues.
* add missing explicit dirent includesVincent Sanders2016-04-191-0/+1
|
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-0/+0
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-24/+24
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* Added missing includeOle Loots2014-09-131-0/+1
|
* documentation fixes and cleanupsVincent Sanders2014-07-021-4/+7
|
* Remove unused variable.Michael Drake2014-05-311-1/+0
|
* Fix line endings.Michael Drake2014-05-311-213/+213
|
* fix errors with path_to_url conversionVincent Sanders2014-05-271-4/+0
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-14/+6
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-1/+0
| | | | appropriate documentation.
* fix silly errors in atari and amiga file operation table changeVincent Sanders2014-05-071-1/+1
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-30/+4
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-22/+0
|
* Minor formatting fixOle Loots2013-12-211-1/+1
|
* Translate NK_UNDO to KEY_UNDO.Ole Loots2013-10-261-0/+4
|
* Added commentsOle Loots2013-10-061-0/+7
|
* ldg stubs not needed anymore since windom removal.Ole Loots2013-10-061-15/+0
|
* Added RECT_TO_GRECT macroOle Loots2013-10-061-2/+2
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-1/+1
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Fix up for cookies_old rename.Michael Drake2013-07-221-2/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Added comments.Ole Loots2013-04-111-1/+5
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-3/+3
|
* Do not redraw textarea background.Ole Loots2013-01-221-1/+1
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-2/+4
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-15/+12
| | | | | - Serch window - Pop Menus in the settings dialog
* - started to work on settings dialogOle Loots2012-12-211-2/+1
| | | | | | - 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.
* Removed global_evnt.c module.Ole Loots2012-12-061-1/+1
|
* Dragged scrolling/mouse click events works fine now.Ole Loots2012-12-041-2/+2
|
* Implemented basic mouse input to browser component (click).Ole Loots2012-12-031-3/+3
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-17/+2
| | | | ...but it compiles...
* Start to remove windom, wip.Ole Loots2012-11-181-45/+11
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Revert "Refactored menu event handling and got rid of several windom calls."Ole Loots2012-11-181-2/+1
| | | | | This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch
* Refactored menu event handling and got rid of several windom calls.Ole Loots2012-11-141-1/+2
|
* Added message box, so warn_user works as expected.Ole Loots2012-11-121-2/+6
|
* is_process_running: Check for zombie status.Ole Loots2012-08-271-2/+18
|
* Added is_process_runningOle Loots2012-08-271-0/+85
| | | | | Now the source code viewer is launched when not already running (ShelWrite wasn't handling this correctly)
* Load toolbar icons from a single bitmap file. Ole Loots2012-06-031-2/+1
| | | | svn path=/trunk/netsurf/; revision=13935
* Added function load_iconOle Loots2012-04-101-6/+100
| | | | svn path=/trunk/netsurf/; revision=13847
* added dbg_rect function. Ole Loots2012-03-211-0/+6
| | | | svn path=/trunk/netsurf/; revision=13546
* Removed non declared and unused "cookies_update" function ( some frontends ↵Ole Loots2012-01-111-7/+2
| | | | | | still define the functions), added missing prototypes. svn path=/trunk/netsurf/; revision=13399
* fixed syntax-error. Ole Loots2011-12-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=13280
* added mode parameter to function find_gui_windowOle Loots2011-12-151-12/+31
| | | | svn path=/trunk/netsurf/; revision=13278
* Fix focus elementOle Loots2011-12-061-0/+30
| | | | svn path=/trunk/netsurf/; revision=13251
* Added missing insert key conversion. Ole Loots2011-11-291-1/+7
| | | | svn path=/trunk/netsurf/; revision=13204