summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Add move caret msg. Add flag to choose internal caret or caret move msgs.Michael Drake2013-01-301-1/+1
|
* Replace textarea_drag_end call with textarea_mouse_action. ↵Michael Drake2013-01-291-2/+2
| | | | s/redraw_request/request_redraw/
* Update textarea to inform client what it's doing with drags.Michael Drake2013-01-291-2/+21
| | | | | | | Now single callback for both redraw requests and drag reports. Update treeview to use new textarea API. Update Atari URL bar to use new textarea API. (Ignores drag reports, currently.) Minor textarea fixes.
* Update for new textarea API.Michael Drake2013-01-131-6/+17
|
* Removed obsolete variable tmp_clipboardOle Loots2013-01-091-6/+1
|
* Fixes for new clipboard interface.Ole Loots2013-01-093-121/+75
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* split target defaults outVincent Sanders2012-12-131-0/+52
|
* make macro name more correctVincent Sanders2012-12-131-2/+2
|
* Fix integer overflow in percentage calculation, credits: Peter Slegg.Ole Loots2012-11-281-1/+1
|
* Revert "Refactored menu event handling and got rid of several windom calls."Ole Loots2012-11-187-721/+563
| | | | | This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch
* Revert "Added missing Makefile changes for recent deskmenu commit."Ole Loots2012-11-181-1/+1
| | | | | This reverts commit c5fb16d56df03580d99fae44d9fea44868f33cc5. This change belongs into a new branch
* Added missing Makefile changes for recent deskmenu commit.Ole Loots2012-11-141-1/+1
|
* Refactored menu event handling and got rid of several windom calls.Ole Loots2012-11-147-563/+721
|
* Added message box, so warn_user works as expected.Ole Loots2012-11-124-3/+101
|
* Remove libxmlJohn-Mark Bell2012-11-102-36/+1
|
* Fixed syntax error caused by search&replace?Ole Loots2012-11-071-346/+347
|
* Port save complete to libdom.John-Mark Bell2012-11-033-90/+2
|
* A little bit of polish?Rob Kendrick (fatigue)2012-11-031-1/+1
|
* Minimal fix to get atari rebuildingRob Kendrick (fatigue)2012-11-031-2/+2
|
* Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined.Ole Loots2012-10-192-6/+50
|
* Use malloc instead of alloca.Ole Loots2012-10-191-1/+4
|
* Use malloc instead of alloca.Ole Loots2012-10-181-12/+17
| | | | (Fixes drag and drop)
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-8/+16
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-92/+79
| | | | convert on demand core image cache.
* Add optional use of STACK & STRIP Variables.Ole Loots2012-10-141-10/+12
|
* Strip the resulting executable, also update stack size.Ole Loots2012-10-131-13/+14
| | | | Consider m5475 toolchain (new Variable CROSS_COMPILE).
* Redraw favicon when it has been changed.Ole Loots2012-10-133-31/+66
| | | | Improve the window icon / favicon interface.
* Show mouse again after the color popup is ready.Ole Loots2012-10-131-7/+4
|
* Fix up ripples from urldb change.Michael Drake2012-10-114-17/+21
|
* Remove unused functions.Michael Drake2012-10-091-11/+0
|
* Added netsurf.png to package, now the welcome page displays correctly.Ole Loots2012-08-281-0/+1
| | | | | Altough I don't like to have netsurf.png floating around in the root directory of netsurf.
* Revert positioning Fix dated 2012-08-07Ole Loots2012-08-271-17/+12
|
* Set default download path "downloads"Ole Loots2012-08-271-1/+1
|
* is_process_running: Check for zombie status.Ole Loots2012-08-271-2/+18
|
* A new window can now be opened in background mode.Ole Loots2012-08-272-6/+9
|
* Fix warnings, moved prototypes, housekeepingOle Loots2012-08-276-21/+17
|
* Added is_process_runningOle Loots2012-08-273-13/+111
| | | | | Now the source code viewer is launched when not already running (ShelWrite wasn't handling this correctly)
* Use is_dir to validate user selection.Ole Loots2012-08-261-15/+3
|
* Added default faviconOle Loots2012-08-261-0/+0
|
* Removed commentOle Loots2012-08-262-3/+2
|
* Removed junk...Ole Loots2012-08-261-6/+1
|
* use is_dir function when checking direntry.Ole Loots2012-08-261-6/+9
|
* Fix 1 pixel caret redraw bug.Ole Loots2012-08-261-7/+7
|
* Center favicon, don't stretch.Ole Loots2012-08-261-5/+13
|
* Do not install FatMessages file, but english default.Ole Loots2012-08-261-1/+8
| | | | Also install welcome.html & etc.
* Only redraw caret for top windows.Ole Loots2012-08-261-3/+13
| | | | Because we do not all clipping cases...
* Disable stack change on executable for target package-atariOle Loots2012-08-261-1/+1
|
* Disable strip on executable for target package-atari.Ole Loots2012-08-261-1/+1
|
* Copy toolbar to right location.Ole Loots2012-08-261-7/+1
|