summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* 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