summaryrefslogtreecommitdiff
path: root/atari/browser_win.c
Commit message (Collapse)AuthorAgeFilesLines
* Use malloc instead of alloca.Ole Loots2012-10-181-12/+17
| | | | (Fixes drag and drop)
* Redraw favicon when it has been changed.Ole Loots2012-10-131-28/+58
| | | | Improve the window icon / favicon interface.
* A new window can now be opened in background mode.Ole Loots2012-08-271-2/+3
|
* Center favicon, don't stretch.Ole Loots2012-08-261-5/+13
|
* add includes to get browser private struct on atariVincent Sanders2012-08-221-0/+1
|
* Remove a bunch of unused includes.Michael Drake2012-08-201-10/+8
|
* renmaed plot functions (use plot_ prefix).Ole Loots2012-07-231-4/+2
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-13/+7
|
* Added missing but not-so important changes from local SVN working copy.Ole Loots2012-07-101-1/+2
|
* Make use of plot_set_dimensions()Ole Loots2012-06-191-3/+2
| | | | svn path=/trunk/netsurf/; revision=13972
* Init toolbar.Ole Loots2012-04-101-3/+3
| | | | svn path=/trunk/netsurf/; revision=13849
* Removed debug output, text format changes...Ole Loots2012-04-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=13841
* Adjusted for changed plotter members. Ole Loots2012-03-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=13520
* Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of ↵Ole Loots2011-12-211-177/+133
| | | | | | overwriting the default handlers. Removed option atari_realtime_move. svn path=/trunk/netsurf/; revision=13311
* Moved to mouse move handler to global events, and handle different window types.Ole Loots2011-12-121-50/+0
| | | | svn path=/trunk/netsurf/; revision=13269
* remove debug message. Ole Loots2011-12-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=13258
* Handle iconify correctlyOle Loots2011-12-061-17/+34
| | | | svn path=/trunk/netsurf/; revision=13252
* Fix focus elementOle Loots2011-12-061-2/+7
| | | | svn path=/trunk/netsurf/; revision=13251
* Fix file dropsOle Loots2011-12-041-59/+15
| | | | svn path=/trunk/netsurf/; revision=13241
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-041-131/+31
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Open window by configured width,Ole Loots2011-11-301-16/+7
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* Removed unused declarations.Ole Loots2011-11-301-16/+0
| | | | svn path=/trunk/netsurf/; revision=13209
* Check for NULLOle Loots2011-11-291-5/+8
| | | | svn path=/trunk/netsurf/; revision=13207
* Handle focus event within window_set_focus, select all when url input gets focusOle Loots2011-11-291-1/+11
| | | | svn path=/trunk/netsurf/; revision=13206
* Fixed inlude.Ole Loots2011-11-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=13205
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-43/+56
| | | | | | | | - 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
* -Remove a bunch of code which was intended to handle framed-pages. It's ↵Ole Loots2011-11-051-166/+203
| | | | | | | | 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-22/+1
| | | | svn path=/trunk/netsurf/; revision=13123
* Draw favicon when iconyfiedOle Loots2011-10-141-7/+12
| | | | svn path=/trunk/netsurf/; revision=13049
* Added context menu, Ole Loots2011-09-191-48/+37
| | | | | | 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-091-2/+5
| | | | svn path=/trunk/netsurf/; revision=12783
* 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
* 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-051-65/+53
| | | | svn path=/trunk/netsurf/; revision=12636
* removed preparations for frames. (will be handled within the core)Ole Loots2011-06-301-42/+34
| | | | svn path=/trunk/netsurf/; revision=12550
* 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
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-0/+165
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* Allocate window title string memory dynamically.Ole Loots2011-03-201-1/+7
| | | | svn path=/trunk/netsurf/; revision=12111
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=11870
* Added support for cookie and URL file, fixed box redraw.Ole Loots2011-02-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=11657
* Added file upload / file dragdropOle Loots2011-02-051-1/+129
| | | | svn path=/trunk/netsurf/; revision=11621
* Set default window title when opening window. Ole Loots2011-01-301-0/+14
| | | | svn path=/trunk/netsurf/; revision=11543
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Introduced attached flag for Statusbar. Ole Loots2011-01-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=11441
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+459
svn path=/trunk/netsurf/; revision=11218