summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Delete dead handling of frame creation destruction.Michael Drake2011-09-051-28/+12
| | | | svn path=/trunk/netsurf/; revision=12734
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-13/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Removed frame artifacts. Ole Loots2011-08-301-40/+0
| | | | | | Do not send WM_DESTROY on close ( leads to crash when search is open during close). Let the OS Free up the memory. svn path=/trunk/netsurf/; revision=12682
* Avoid double free. Wasn't triggered before, because no data was passed to ↵Ole Loots2011-08-301-4/+0
| | | | | | destroy. svn path=/trunk/netsurf/; revision=12681
* Removed usage of duplicate types for the same thing (bbox, rect) Ole Loots2011-08-302-55/+50
| | | | svn path=/trunk/netsurf/; revision=12680
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+1
| | | | svn path=/trunk/netsurf/; revision=12658
* Atari changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-8/+5
| | | | svn path=/trunk/netsurf/; revision=12649
* Convert window title to local encoding.Ole Loots2011-08-051-1/+10
| | | | svn path=/trunk/netsurf/; revision=12638
* Added missing position update when window got moved.Ole Loots2011-08-051-5/+4
| | | | svn path=/trunk/netsurf/; revision=12637
* Improved accuracy for window resize. Ole Loots2011-08-053-70/+68
| | | | svn path=/trunk/netsurf/; revision=12636
* housekeepingOle Loots2011-08-055-39/+16
| | | | svn path=/trunk/netsurf/; revision=12635
* edit commentsOle Loots2011-08-051-2/+9
| | | | svn path=/trunk/netsurf/; revision=12634
* Fix up Atari for r12574 API change.Michael Drake2011-07-061-6/+6
| | | | svn path=/trunk/netsurf/; revision=12576
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-3012-260/+123
| | | | svn path=/trunk/netsurf/; revision=12550
* adjusted typo, fixed compilation of setting knockout option during runtime. Ole Loots2011-06-301-8/+9
| | | | svn path=/trunk/netsurf/; revision=12548
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-304-3/+15
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-2/+4
| | | | svn path=/trunk/netsurf/; revision=12515
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ↵Ole Loots2011-06-259-1308/+7
| | | | | | in not-working page up / page down and up / down keys. svn path=/trunk/netsurf/; revision=12510
* avoid usage of uninitialized variable. Ole Loots2011-06-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12509
* adjusted comment to match reality. Ole Loots2011-06-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=12508
* small toolbar icon fix.Ole Loots2011-06-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=12507
* Remove gui_window_set_scale().Michael Drake2011-06-241-9/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-242-2/+2
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* lowered stack value (the large value was added because of excesive stack ↵Ole Loots2011-06-031-2/+3
| | | | | | usage within mintlibs regex, but it can be avoided when using malloc within regex impl.), added missing internal.css svn path=/trunk/netsurf/; revision=12456
* Removed dependency to cflib,Ole Loots2011-05-249-21/+1334
| | | | | | call EvntWindom only one time per sec. when active flag is set. svn path=/trunk/netsurf/; revision=12443
* rearranged includes, seperate redraw request areas.Ole Loots2011-05-0910-186/+262
| | | | svn path=/trunk/netsurf/; revision=12359
* fixed call parameters for vdi_clip.Ole Loots2011-05-092-3/+2
| | | | svn path=/trunk/netsurf/; revision=12358
* fixed call parameters for vdi_clip.Ole Loots2011-05-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=12357
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-062-30/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-235-64/+137
| | | | svn path=/trunk/netsurf/; revision=12236
* Simpliefied scheduler timeout. Ole Loots2011-04-221-111/+97
| | | | svn path=/trunk/netsurf/; revision=12221
* Added option for knockout rendering.Ole Loots2011-04-222-0/+9
| | | | svn path=/trunk/netsurf/; revision=12220
* Added option for knockout rendering.Ole Loots2011-04-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=12219
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-1016-360/+715
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-106-37/+48
| | | | svn path=/trunk/netsurf/; revision=12181
* cleanupd & comments, fixed clipping of mfdb'sOle Loots2011-04-103-155/+87
| | | | svn path=/trunk/netsurf/; revision=12180
* file not changed, commiting the change anyway ;) Ole Loots2011-04-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=12179
* removed MFDB_STRIDE macro ( moved to plotter.h)Ole Loots2011-04-101-2/+0
| | | | svn path=/trunk/netsurf/; revision=12178
* added some commentsOle Loots2011-04-101-3/+23
| | | | svn path=/trunk/netsurf/; revision=12177
* Removed nonsense include.Ole Loots2011-04-101-0/+5
| | | | svn path=/trunk/netsurf/; revision=12176
* Thanks to AtFactOle Loots2011-03-201-0/+2
| | | | svn path=/trunk/netsurf/; revision=12114
* Added missing prototypes.Ole Loots2011-03-203-1/+6
| | | | svn path=/trunk/netsurf/; revision=12113
* added resource: handling, gui_poll now checks for browser_reformat_pendingOle Loots2011-03-202-12/+20
| | | | svn path=/trunk/netsurf/; revision=12112
* Allocate window title string memory dynamically.Ole Loots2011-03-202-2/+8
| | | | svn path=/trunk/netsurf/; revision=12111
* Removed special handling of non html content, added sanity checking for ↵Ole Loots2011-03-201-22/+17
| | | | | | scroll requests. svn path=/trunk/netsurf/; revision=12110
* When using onscreen plotter: Collect nsfb internal font characters into a ↵Ole Loots2011-03-204-38/+182
| | | | | | single bitmap instead of plotting each character. svn path=/trunk/netsurf/; revision=12109
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039