Michael Drake
1b0a968f1c
Remove unused variables.
11 years ago
Michael Drake
ae621334a6
Fix line endings.
11 years ago
Michael Drake
49bed056dd
Make browser_window_navigate (un)verifiable flag match browser_window_create.
11 years ago
Michael Drake
af014bce99
Allow tab creation without history clone. Changes browser_window_create and browser_window_navigate flags.
11 years ago
Vincent Sanders
7227c29bba
move window scroll getter and setter into operations table
11 years ago
Ole Loots
4bf410a583
Extended documentation
11 years ago
Ole Loots
e154748542
Do not use tmpnam() but a custom function.
11 years ago
Ole Loots
d3c8185eca
Added comments
11 years ago
Ole Loots
2874fbd248
Fix "View Source" by setting first byte of cmdline to length of cmdline
11 years ago
Vincent Sanders
ee6e6eec05
move options include
12 years ago
Vincent Sanders
0eb0798873
fix errors introduced in refactor
12 years ago
Vincent Sanders
529ca251fc
rename flags for browser_window routines to be shorter
12 years ago
Vincent Sanders
b112dec78d
change browser_window_create and refactor all callsites
12 years ago
Vincent Sanders
3bfb5b96a7
browser_window_navigate refactor
12 years ago
Ole Loots
985e4ce6be
Prefixed gemtk module functions.
12 years ago
Ole Loots
adcbbbe880
Started to move the search form into the browser window.
12 years ago
Ole Loots
fe49a18332
code formating
12 years ago
Ole Loots
64f8030b28
Merge branch 'master' into mono/removing-windom-dependency
...
Conflicts:
atari/gui.c
atari/toolbar.h
12 years ago
Ole Loots
bded644d7f
Fixes for new clipboard interface.
12 years ago
Ole Loots
7920daaa3f
Implemented language and font renderer popups.
12 years ago
Ole Loots
0bbccaa935
Finally it compiles without WinDom - still some things to bring back:
...
- Serch window
- Pop Menus in the settings dialog
12 years ago
Ole Loots
9fdd190e00
Removed browser.h/.c
12 years ago
Ole Loots
695f052237
Moved form handling into gemtk,
...
removed several windom includes
12 years ago
Ole Loots
fa0326af43
Context menu now opens at the correct location.
12 years ago
Ole Loots
fe0e2508e6
Refactored a lot of browser window code,... still totally WIP.
...
...but it compiles...
12 years ago
Ole Loots
c415f9bf98
Start to remove windom, wip.
...
- Refactored menu event handling.
- Load plain GEM resources.
- Refactored Event handling
12 years ago
Ole Loots
02593d170a
Added is_process_running
...
Now the source code viewer is launched when not already
running (ShelWrite wasn't handling this correctly)
13 years ago
Vincent Sanders
32c4fdeead
add includes to get browser private struct on atari
13 years ago
Michael Drake
f67a1ab4cf
Avoid box_at_point.
13 years ago
Ole Loots
2e98764cdf
Fix access to context data URL char *.
...
nsurl_access isn't intended to be used for char * params.
added missing include render/html.c
13 years ago
Ole Loots
37b8c5d83d
Plotter refactor: removed one plotter abraction layer.
13 years ago
Ole Loots
bf27997312
Show alert when no editor option is configured.
...
svn path=/trunk/netsurf/; revision=13985
13 years ago
Ole Loots
8ea00bafc4
Added "Save link as..." context menu item.
...
svn path=/trunk/netsurf/; revision=13958
13 years ago
Vincent Sanders
1490b52a6b
NetSurf options rework (a=vince r=daniels,jmb)
...
svn path=/trunk/netsurf/; revision=13548
13 years ago
Ole Loots
66f0288398
Re-Enabled "View Source"
...
svn path=/trunk/netsurf/; revision=13276
13 years ago
John Mark Bell
f2993e6ed0
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
...
svn path=/trunk/netsurf/; revision=13236
13 years ago
Ole Loots
999410adc8
I'm actually trying to simplify the frontend code, changes:
...
- 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
13 years ago
Ole Loots
c91a4b7035
Added missing scroll position.
...
svn path=/trunk/netsurf/; revision=13041
13 years ago
Michael Drake
7dc000e643
Fix up for nsurl changes. Untested.
...
svn path=/trunk/netsurf/; revision=12929
14 years ago
Ole Loots
28a6e41174
Added "view source" to context menu.
...
svn path=/trunk/netsurf/; revision=12826
14 years ago
Ole Loots
0f2871e418
Added context menu,
...
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
14 years ago