summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-102-2/+0
|
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-8/+6
| | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* fixup message splitting with updated toolVincent Sanders2013-05-021-2/+1
|
* Removed files added by mistake.Ole Loots2013-04-254-4926/+0
|
* Match return value with function prototypes.Ole Loots2013-04-192-0/+3
|
* Properly exit move_rect function.Ole Loots2013-04-181-1/+2
|
* Check rc_intersect result and added comments.Ole Loots2013-04-162-3/+6
|
* Removed reformat kludge from header files.Ole Loots2013-04-161-1/+0
|
* Inherit bitmap opaque settings when resizing images.Ole Loots2013-04-161-1/+5
|
* Revert change to opaque settings, requires further investigationOle Loots2013-04-161-1/+0
|
* Default to opaque bitmaps (fixes several redraw issues)Ole Loots2013-04-161-0/+1
|
* Remove resize/format kludge.Ole Loots2013-04-161-14/+1
|
* Do not use clipping rectangle as toolbar redraw originOle Loots2013-04-151-7/+9
| | | | Fixes recent toolbar redraw change.
* Slightly improved intial hiding of toolbar search area.Ole Loots2013-04-152-3/+9
|
* Refactored toolbar redrawOle Loots2013-04-151-34/+50
| | | | Always use the callback pointer and introduced an standard callback.
* Properly handle return value of rc_intersect()Ole Loots2013-04-151-1/+6
| | | | Fixes some redraw glitches.
* Improved debug logging.Ole Loots2013-04-131-2/+8
|
* Improved CLRHOME Key handlingOle Loots2013-04-132-6/+14
| | | | | | When textinput is focused, the key is handled by the browser (Moving to start of text). Otherwise the Content is scrolled to the top.
* Disabled redraw debug output.Ole Loots2013-04-131-1/+1
|
* Removed obsolete comments.Ole Loots2013-04-131-2/+0
|
* Removed debug outputOle Loots2013-04-121-3/+3
|
* Improved favicon/iconyfied redraw (obey to visible rectangle list)Ole Loots2013-04-123-11/+63
|
* Renamed gemtk_wm_send_redraw to gemtk_wm_exec_redrawOle Loots2013-04-115-35/+54
| | | | ...and did a little bit refactoring.
* Home toolbar button doesn't crash anymore when homepage_url is null.Ole Loots2013-04-111-0/+4
|
* Show message box on error.Ole Loots2013-04-111-4/+2
|
* Added comments.Ole Loots2013-04-111-1/+5
|
* Fix page up key handling.Ole Loots2013-04-111-1/+1
|
* Fix duplicate Ctrl+V (and other shortcuts) key processing,Ole Loots2013-04-093-3/+12
| | | | by catching event callback return value.
* Removed duplicate hotlist_init call.Ole Loots2013-03-301-2/+2
|
* Added some commentsOle Loots2013-03-301-1/+6
|
* Fixed handling of filepath passed via commandline.Ole Loots2013-03-221-3/+2
|
* Correctly set initial size of the search area.Ole Loots2013-03-111-1/+9
|
* Fixed / Improved commandline URL handling.Ole Loots2013-03-111-8/+20
| | | | | - It's now possible to drag local files onto netsurf executable. - Added better resource file logging (THING passes strange CWD)
* Removed toolbarOle Loots2013-03-111-1/+0
|
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* Fix toolbar flag setup.Ole Loots2013-02-261-1/+1
|
* Removed unused variable.Ole Loots2013-02-262-15/+6
|
* fix remaining errors introduced in refactorVincent Sanders2013-02-181-1/+1
|
* fix errors introduced in refactorVincent Sanders2013-02-181-1/+2
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-184-20/+20
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-183-24/+120
|
* browser_window_navigate refactorVincent Sanders2013-02-182-17/+62
|
* Pass scale to textarea redraw.Michael Drake2013-02-111-1/+1
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-103-4/+12
|\ | | | | | | | | | | | | Conflicts: gtk/font_pango.c Conflict resolved.
| * Make comaptible with new nsfont_split expectation. Untested, but code is ↵Michael Drake2013-02-103-4/+12
| | | | | | | | same as framebuffer front end, so should work.
* | Pull flags out of textarea_setup.Michael Drake2013-02-021-2/+3
|/
* Merged toolbar changes from masterOle Loots2013-01-311-6/+41
|
* Added missing copyright headers.Ole Loots2013-01-313-0/+54
|
* Merged toolbar conflict.Ole Loots2013-01-311-271/+0
|