summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* renmaed plot functions (use plot_ prefix).Ole Loots2012-07-231-2/+2
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-3/+2
|
* fix history redraw by calling the window specific redraw function from ↵Ole Loots2012-06-191-2/+4
| | | | | | gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. svn path=/trunk/netsurf/; revision=13977
* First attempt to implement the global history treeview. There is something ↵Ole Loots2012-06-191-6/+8
| | | | | | wrong with the redraw ( the treeview area of the windo isn't redrawn, also it looks like the treeview content size isn't set ) svn path=/trunk/netsurf/; revision=13973
* set rendering flag within throbber_stop / start functions, update toolbar ↵Ole Loots2012-04-251-19/+11
| | | | | | buttons on throbber stop. svn path=/trunk/netsurf/; revision=13890
* call toolbar_exit()Ole Loots2012-04-121-0/+1
| | | | svn path=/trunk/netsurf/; revision=13861
* Init toolbar.Ole Loots2012-04-101-2/+3
| | | | svn path=/trunk/netsurf/; revision=13849
* Added missing include.Ole Loots2012-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=13832
* Removed unused variable.Ole Loots2012-04-041-4/+2
| | | | svn path=/trunk/netsurf/; revision=13790
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-16/+15
| | | | svn path=/trunk/netsurf/; revision=13548
* Default to "not rendering" when setting GUI poll priority. Ole Loots2012-01-251-21/+15
| | | | svn path=/trunk/netsurf/; revision=13408
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-82/+82
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Open fulled window when running under Single-Task OS.Ole Loots2012-01-021-11/+30
| | | | svn path=/trunk/netsurf/; revision=13361
* Removed unused variable.Ole Loots2011-12-211-5/+2
| | | | svn path=/trunk/netsurf/; revision=13320
* Added save functionality to settings dialiog, fixed typo resulting in not ↵Ole Loots2011-12-151-2/+5
| | | | | | freeing the resource pointer. svn path=/trunk/netsurf/; revision=13273
* Remove throbber callback from schedule before scheduling a new one. Ole Loots2011-12-141-2/+9
| | | | svn path=/trunk/netsurf/; revision=13272
* Only convert resource objects to windom types when extended type is set. Ole Loots2011-12-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=13268
* added save page handlers. Ole Loots2011-12-101-4/+2
| | | | svn path=/trunk/netsurf/; revision=13266
* Fix focus elementOle Loots2011-12-061-26/+2
| | | | svn path=/trunk/netsurf/; revision=13251
* Fix utf-8 conversion. Ole Loots2011-12-041-5/+15
| | | | svn path=/trunk/netsurf/; revision=13242
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-041-70/+18
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Open window by configured width,Ole Loots2011-11-301-2/+6
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-35/+25
| | | | | | | | - 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
* Removed calls to FrameInit/FrameExit ( was used for window components ). Ole Loots2011-11-081-2/+0
| | | | svn path=/trunk/netsurf/; revision=13136
* -Remove a bunch of code which was intended to handle framed-pages. It's ↵Ole Loots2011-11-051-1/+1
| | | | | | | | 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
* Draw favicon when iconyfiedOle Loots2011-10-141-26/+23
| | | | svn path=/trunk/netsurf/; revision=13049
* 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
* Remove gui_multitaskJohn Mark Bell2011-09-211-8/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Set focus to next available window when gui_window is closed. Ole Loots2011-09-201-6/+14
| | | | svn path=/trunk/netsurf/; revision=12824
* Added context menu, Ole Loots2011-09-191-30/+39
| | | | | | 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-3/+18
| | | | svn path=/trunk/netsurf/; revision=12783
* 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
* Convert window title to local encoding.Ole Loots2011-08-051-1/+10
| | | | svn path=/trunk/netsurf/; revision=12638
* housekeepingOle Loots2011-08-051-3/+2
| | | | svn path=/trunk/netsurf/; revision=12635
* 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-301-23/+13
| | | | svn path=/trunk/netsurf/; revision=12550
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ↵Ole Loots2011-06-251-1/+1
| | | | | | in not-working page up / page down and up / down keys. svn path=/trunk/netsurf/; revision=12510
* Remove gui_window_set_scale().Michael Drake2011-06-241-9/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* Removed dependency to cflib,Ole Loots2011-05-241-6/+13
| | | | | | call EvntWindom only one time per sec. when active flag is set. svn path=/trunk/netsurf/; revision=12443
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12283
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-231-7/+10
| | | | svn path=/trunk/netsurf/; revision=12236
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-80/+41
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* added resource: handling, gui_poll now checks for browser_reformat_pendingOle Loots2011-03-201-9/+20
| | | | svn path=/trunk/netsurf/; revision=12112
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* corrected check for atari_sysinfo.gemdos_versionOle Loots2011-03-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=11934