summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Draw rectangle outline manually.Ole Loots2011-11-281-33/+82
| | | | svn path=/trunk/netsurf/; revision=13192
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-2818-839/+779
| | | | | | | | - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-1/+1
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Moved static declarations.Ole Loots2011-11-232-16/+15
| | | | svn path=/trunk/netsurf/; revision=13175
* Removed unused variable, plot_line is now global.Ole Loots2011-11-231-13/+12
| | | | svn path=/trunk/netsurf/; revision=13174
* Log mimetypeOle Loots2011-11-231-24/+28
| | | | svn path=/trunk/netsurf/; revision=13173
* Properly redraw the rectangle outlineOle Loots2011-11-231-24/+27
| | | | svn path=/trunk/netsurf/; revision=13172
* Comment's...Ole Loots2011-11-231-16/+29
| | | | svn path=/trunk/netsurf/; revision=13171
* Removed debug outputOle Loots2011-11-231-1/+0
| | | | svn path=/trunk/netsurf/; revision=13170
* Use new function nkc_to_input_keyOle Loots2011-11-231-40/+13
| | | | svn path=/trunk/netsurf/; revision=13169
* Removed FAQ entry for problems caused by stack overflow within mintlibs ↵Ole Loots2011-11-231-24/+13
| | | | | | regex module. svn path=/trunk/netsurf/; revision=13168
* Checkbox "Close on finish" becomes close button when download finished. Ole Loots2011-11-231-34/+37
| | | | svn path=/trunk/netsurf/; revision=13167
* Removed resize widget from statusbar ( Not needed anymore, window has native ↵Ole Loots2011-11-232-45/+14
| | | | | | widgets now) svn path=/trunk/netsurf/; revision=13166
* Add global function to resolve Netsurf input key. Ole Loots2011-11-232-13/+149
| | | | svn path=/trunk/netsurf/; revision=13165
* Lock plotter during treeview redraw. Ole Loots2011-11-231-22/+25
| | | | svn path=/trunk/netsurf/; revision=13164
* Remove drag n' drop constants, already defined by cflib.hOle Loots2011-11-232-64/+33
| | | | svn path=/trunk/netsurf/; revision=13163
* Fix rectangle plotter, process stroke_type. Ole Loots2011-11-171-83/+79
| | | | svn path=/trunk/netsurf/; revision=13149
* Removed calls to FrameInit/FrameExit ( was used for window components ). Ole Loots2011-11-082-13/+0
| | | | svn path=/trunk/netsurf/; revision=13136
* -Remove a bunch of code which was intended to handle framed-pages. It's ↵Ole Loots2011-11-055-324/+262
| | | | | | | | better handled by the OS, because frames won't be handled within the frontend anymore. - Clear window when no content is available svn path=/trunk/netsurf/; revision=13125
* Removed window_set_iconOle Loots2011-11-051-6/+1
| | | | svn path=/trunk/netsurf/; revision=13124
* Removed window_set_iconOle Loots2011-11-051-22/+1
| | | | svn path=/trunk/netsurf/; revision=13123
* Added comments.Ole Loots2011-11-051-8/+15
| | | | svn path=/trunk/netsurf/; revision=13122
* Added comments.Ole Loots2011-11-051-21/+63
| | | | svn path=/trunk/netsurf/; revision=13121
* Draw favicon when iconyfiedOle Loots2011-10-142-33/+35
| | | | svn path=/trunk/netsurf/; revision=13049
* Added missing scroll position. Ole Loots2011-10-131-46/+52
| | | | svn path=/trunk/netsurf/; revision=13041
* Build resource: map at start timeJohn Mark Bell2011-10-051-17/+12
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Fix up for nsurl changes. Untested.Michael Drake2011-10-032-194/+194
| | | | svn path=/trunk/netsurf/; revision=12929
* Remove gui_multitaskJohn Mark Bell2011-09-212-11/+1
| | | | svn path=/trunk/netsurf/; revision=12828
* added new options. Ole Loots2011-09-201-22/+25
| | | | svn path=/trunk/netsurf/; revision=12827
* Added "view source" to context menu. Ole Loots2011-09-202-5/+49
| | | | svn path=/trunk/netsurf/; revision=12826
* Obey to clipping rules... (walk the rectangle list) Ole Loots2011-09-201-26/+42
| | | | svn path=/trunk/netsurf/; revision=12825
* Set focus to next available window when gui_window is closed. Ole Loots2011-09-202-7/+16
| | | | svn path=/trunk/netsurf/; revision=12824
* updatet docs. Ole Loots2011-09-194-57/+19
| | | | svn path=/trunk/netsurf/; revision=12823
* Added context menu.Ole Loots2011-09-193-3/+24
| | | | svn path=/trunk/netsurf/; revision=12822
* Added context menu, Ole Loots2011-09-1910-220/+439
| | | | | | Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) svn path=/trunk/netsurf/; revision=12821
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-095-7/+53
| | | | svn path=/trunk/netsurf/; revision=12783
* do not send around message for NULL dialog. Ole Loots2011-09-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12782
* 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