summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-7/+0
| | | | svn path=/trunk/netsurf/; revision=11870
* merged clipping parameter changes.Ole Loots2011-02-251-6/+5
| | | | svn path=/trunk/netsurf/; revision=11809
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Added support for cookie and URL file, fixed box redraw.Ole Loots2011-02-121-38/+48
| | | | svn path=/trunk/netsurf/; revision=11657
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+3
| | | | svn path=/trunk/netsurf/; revision=11636
* Verify Box redrawsOle Loots2011-02-051-12/+26
| | | | svn path=/trunk/netsurf/; revision=11619
* Improved throbber graphicsOle Loots2011-02-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=11604
* Revisited Throbber codeOle Loots2011-02-011-14/+32
| | | | svn path=/trunk/netsurf/; revision=11585
* Implemented Search DialogOle Loots2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11548
* Implemented gui_scroll_visible.Ole Loots2011-01-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=11540
* Implemented Search DialogOle Loots2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11536
* Improved compatibility with classic TOS systems,Ole Loots2011-01-221-16/+27
| | | | | | disabled spinner. svn path=/trunk/netsurf/; revision=11448
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+1131
svn path=/trunk/netsurf/; revision=11218