summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch 'master' into mono/removing-windom-dependencymono/removing-windom-dependencyOle Loots2013-01-311-0/+271
|\ | | | | | | | | Conflicts: atari/toolbar.c
| * Add move caret msg. Add flag to choose internal caret or caret move msgs.Michael Drake2013-01-301-1/+1
| |
| * Replace textarea_drag_end call with textarea_mouse_action. ↵Michael Drake2013-01-291-2/+2
| | | | | | | | s/redraw_request/request_redraw/
| * Update textarea to inform client what it's doing with drags.Michael Drake2013-01-291-2/+21
| | | | | | | | | | | | | | Now single callback for both redraw requests and drag reports. Update treeview to use new textarea API. Update Atari URL bar to use new textarea API. (Ignores drag reports, currently.) Minor textarea fixes.
| * Update for new textarea API.Michael Drake2013-01-131-6/+17
| |
* | Some more finetuning...Ole Loots2013-01-3118-313/+448
| |
* | The Window toolbar now have independet AES objects,Ole Loots2013-01-228-184/+466
| | | | | | | | which means no state restore is required before redraw.
* | Prefixed gemtk module functions.Ole Loots2013-01-2222-454/+453
| |
* | Do not redraw textarea background.Ole Loots2013-01-227-14/+25
| |
* | Restore object state for save/abort buttons.Ole Loots2013-01-181-0/+4
| |
* | TOP the next rootwindow when the current rootwindow gets iconified.Ole Loots2013-01-171-3/+11
| |
* | Display download filename in download confirm message.Ole Loots2013-01-173-3/+5
| |
* | Fixed type of "Send referrer" checkbox.Ole Loots2013-01-172-2/+2
| |
* | Search is functional.Ole Loots2013-01-1710-45/+188
| |
* | Search form inside browser windows starts to work.Ole Loots2013-01-1616-220/+635
| |
* | Use Extended AES Objects in settings dialog, done.Ole Loots2013-01-164-111/+100
| |
* | Fixed toolbar textarea clipOle Loots2013-01-151-12/+10
| |
* | Commented debug outputOle Loots2013-01-153-12/+9
| |
* | Menu Accelerators where not parsed.Ole Loots2013-01-151-84/+84
| |
* | Make toolbar height configurable,Ole Loots2013-01-1512-388/+440
| | | | | | | | started to use extended AES Object types.
* | Further work on search in browser window.Ole Loots2013-01-1411-176/+291
| |
* | Use windowes objc_w* and form_w* functions,Ole Loots2013-01-112-20/+21
| | | | | | | | | | this should respect the window area, but it doesn't.
* | Started to move the search form into the browser window.Ole Loots2013-01-1111-61/+161
| |
* | Use window_get_grect instead of guiwin_get_grect.Ole Loots2013-01-102-11/+11
| |
* | Pass mouse button to toolbar event handlerOle Loots2013-01-101-2/+7
| |
* | Pass mbuttons to toolbar eventsOle Loots2013-01-101-1/+1
| |
* | Prepared for toolbar context menu, fixed declarations.Ole Loots2013-01-102-4/+7
| |
* | Fixed WM_FULLED handlingOle Loots2013-01-102-4/+8
| |
* | Added some inline documentationOle Loots2013-01-102-52/+233
| |