pinosaur
/
surf.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
applied Nick's 96dpi patch, thanks
[surf.git]
/
surf.c
2010-03-08
Enno Boland (tox)
removed persistent cookies, replaced deprecated eventli...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-29
Enno Boland (tox)
_SURF_URI gets initialised as soon as the window opens.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Enno Boland (tox)
adding fixes from thomas_adam. Thanks :)
blob
|
commitdiff
|
raw
|
diff to current
2009-11-08
Enno Boland (tox)
Backed out changeset 260fda70689f
blob
|
commitdiff
|
raw
|
diff to current
2009-11-08
Enno Boland (tox)
changing locking algorythm for setprop.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-02
Enno Boland (tox)
adding environment variables for proxy and useragent
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Enno Boland (tox)
sorting functions alphabetical.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Enno Boland (tox)
some polishing.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Enno Boland (tox)
removed warning when closing a surf-window.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Enno Boland (tox)
displaying progress before pagetitle.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Enno Boland (tox)
adding automatic download for not supported files.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Enno Boland (tox)
fixing downloads based on Evan Gates' patch.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Enno Boland (tox)
Adding Evan Gates' patch.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Enno Boland (tox)
moving reloadcookie() call
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Enno Boland (tox)
Adding Lorenzo Bollas hints patch.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Enno Boland (tox)
using geturi() where possible.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Enno Boland (tox)
replacing ignore_once with ignorexprop
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
replacing gtk-textentrys with dmenu
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
small fix
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
small cleanups
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
adding autozoom lock when site is already zoomed.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
adding autozoom for small windows
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
using another way to handle cookies.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
Backed out changeset 7a57a0a8dbc6
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
reformating
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Enno Boland (tox)
Trying a different cookie handling system.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Enno Boland (tox)
whitespace fix.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Enno Boland (tox)
typo fix
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Enno Boland (tox)
using events for changing cookies
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Enno Boland (tox)
Sessioncookies made persistant.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Enno Boland (tox)
fixing double calling functions from contextmenu.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Enno Boland (tox)
implementing cookie persistance with multiple processes.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Enno Boland (tox)
removed builtin unfinished cookie handling.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Enno Boland (tox)
using char instead of gchar.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Enno Boland (tox)
implementing user defined context menu
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Enno Boland (tox)
renaming newproc to newwindow; make it usable within...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Enno Boland (tox)
changing char to gchar where possible; unifing WebKitWe...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Enno Boland (tox)
improving urlbar hiding.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-15
Enno Boland (tox)
creating new process when opening new window if possible.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-14
Enno Boland (tox)
changing useragent.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-14
Enno Boland (tox)
uncommenting source()
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Enno Boland (tox)
removing loadfile. readding later in a simpler way.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Enno Boland (tox)
removing debug output
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Enno Boland (tox)
fixing stupidy bug.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Enno Boland (tox)
fixing memoryleak.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Enno Boland (tox)
making config-files configurable in config.h
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Enno Boland (tox)
small whitespacefix.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-07
Enno Boland (tox)
hooking onloadfunctions should be done by script.js.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-21
Enno Boland (tox)
commenting.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-21
Enno Boland (tox)
typo
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Enno Boland (tox)
reformating
blob
|
commitdiff
|
raw
|
diff to current
2009-09-16
Enno Boland (tox)
applied patch from arg. thanks :)
blob
|
commitdiff
|
raw
|
diff to current
2009-09-16
Enno Boland (tox)
auto creation of script.js
blob
|
commitdiff
|
raw
|
diff to current
2009-09-16
Enno Boland (tox)
adding user.js support.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-13
Enno Boland (tox)
usercss works again.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-11
Enno Boland (tox)
Makefile fixing
blob
|
commitdiff
|
raw
|
diff to current
2009-09-11
Enno Boland (tox)
unfocus should return false; renaming cookie-file.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-11
Enno Boland (tox)
surf embeds now itself into another window.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-10
Enno Boland (tox)
rearranging some source.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-10
Enno Boland (tox)
adding user stylesheets.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-10
Enno Boland (tox)
closing bars when unfocusing them.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-10
Enno Boland (tox)
reformating
blob
|
commitdiff
|
raw
|
diff to current
2009-09-10
Enno Boland (tox)
adding copystr().
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
making all keys lowercase using shiftmask to determinate.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
typo
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
fixed scrolling
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
added scrolling.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
reordering functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
reordering functions.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
preparing sourcecode feature coming with webkit-1.1.14.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
applied patch from pancake
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Enno Boland (tox)
small fix to work more proberly with tabbed.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
adding fflush()
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
fixing numlock bug.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
using gint instead of int (insane API, but ok.)
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
using simple strings for colors in config.h
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
changing minimal size.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
moving color definitions to config.h
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
indicator is red when http and green when https
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
making indicator smaller.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
typo
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
adding indicator bar.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
s/zoompage/zoom/
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
typo fix
blob
|
commitdiff
|
raw
|
diff to current
2009-09-07
Enno Boland (tox)
changes to the event system, make config.h saner, worki...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
typofix
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
stupidy merge
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
reworked navigate.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
reworked navigate.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
reappling printing; changing some keys.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
merge
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
adding config.h patch from quaker4lyf. Thanks :)
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
Dropping -f/-u arguments as suggested by Kai Hendry
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
minimal cookie implementation. still using also old...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
changing back/forward buttons
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
reorganized eventhandling.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-06
Enno Boland (tox)
Applied print patch from pancake
blob
|
commitdiff
|
raw
|
diff to current
2009-09-04
Enno Boland (tox)
merge, download fixing.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-12
Thomas Menari
fix downloading, tidyup
blob
|
commitdiff
|
raw
|
diff to current
2009-06-09
Enno Boland (Gottox)
added apos p/y-patch, thanks :)
blob
|
commitdiff
|
raw
|
diff to current
next