index
:
xombrero
this commit
master
minimalist web browser
Aoi Koizumi <novaburst@kalli.st>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xombrero.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Focus and highlight the current tab when viewing the buffers/ls list.
Josh Rickmar
2012-06-28
1
-0
/
+13
*
Implement a tabonly command that deletes all tabs except the currently
Josh Rickmar
2012-06-28
1
-1
/
+7
*
Modify the allocation of the scrollbar and GTK adjustment so they are
Josh Rickmar
2012-06-28
1
-6
/
+5
*
Save a pointer to the text entry box that is focused when the page is
Josh Rickmar
2012-06-28
1
-0
/
+5
*
Respect the current tab's ordering when showing the drow down menu
Josh Rickmar
2012-06-28
1
-4
/
+9
*
Replace manual file:// insertions and removals with the
Josh Rickmar
2012-06-28
1
-29
/
+81
*
Use glib's g_spawn_async() function instead of OS-specific fork/exec
Josh Rickmar
2012-06-28
1
-70
/
+37
*
Allocate the soup session before attempting to change its settings
Josh Rickmar
2012-06-21
1
-1
/
+3
*
Fix a possible segfault (null pointer dereference) and make
Josh Rickmar
2012-06-21
1
-0
/
+1
*
Replace a manual tilde expansion with the expand_tilde function.
Josh Rickmar
2012-06-21
1
-5
/
+1
*
Change user_agent to rotate on a connection per tab (instead of
Josh Rickmar
2012-06-19
1
-8
/
+56
*
move statusbar initialisation to statusbar_create()
Michal Mazurek
2012-06-19
1
-100
/
+101
*
add statusbar_style
Michal Mazurek
2012-06-16
1
-5
/
+12
*
rewrite set_status
Michal Mazurek
2012-06-16
1
-45
/
+28
*
Kill a debugging printf I left in.
Josh Rickmar
2012-06-15
1
-1
/
+0
*
Remove the "Loading", "Downloading", and "Download Failed" tab titles
Josh Rickmar
2012-06-15
1
-17
/
+34
*
Add an 'p' option to statusbar_elems to show if the http_proxy is
Josh Rickmar
2012-06-15
1
-10
/
+27
*
Replace "%s" in alias and search_string manually with the encoded
Josh Rickmar
2012-06-15
1
-11
/
+20
*
Add a userstyle setting to change the default stylesheet that is used
Josh Rickmar
2012-06-15
1
-9
/
+35
*
Make the Copy Link Location, Copy Image Address, and Copy Video Link
Josh Rickmar
2012-06-15
1
-1
/
+43
*
set progress unconditionally on both statusbar and url_entry given we don't c...
Todd T. Fries
2012-06-13
1
-7
/
+4
*
show url fixes
Todd T. Fries
2012-06-13
1
-5
/
+5
*
add tab number statusbar element. for small displays that have the tab bar di...
Michal Mazurek
2012-06-13
1
-1
/
+39
*
rewrite recolor_compact_tabs
Michal Mazurek
2012-06-13
1
-11
/
+10
*
normalise style
Michal Mazurek
2012-06-13
1
-5
/
+5
*
add break in a for loop when switching tabs
Michal Mazurek
2012-06-13
1
-0
/
+1
*
Don't recolor the statusbar when opening the command prompt. This
Josh Rickmar
2012-06-08
1
-1
/
+0
*
Unbreak some of the keybinding logic that I broke in
Josh Rickmar
2012-06-07
1
-9
/
+13
*
Implement a warn_cert_changes setting to warn users when the remote
Josh Rickmar
2012-06-07
1
-40
/
+121
*
Some tweaks to xombrero's proxy support.
vext01
2012-06-07
1
-2
/
+12
*
Set default char * setting pointers to NULL and g_strdup the default
Josh Rickmar
2012-06-07
1
-10
/
+14
*
This fixes a bunch of things that probably should have gone in my last
Josh Rickmar
2012-06-06
1
-19
/
+41
*
Fix a bug that made the statusbar display "Loading: ..." even after the
Michal Mazurek
2012-06-06
1
-5
/
+7
*
Replace the home directory in the about:about page with the path to
Josh Rickmar
2012-06-01
1
-3
/
+2
*
Fix keybound prompts
Josh Rickmar
2012-06-01
1
-42
/
+46
*
Ugh. I guess I'll have to do a lot of these. This fixes the socket
Josh Rickmar
2012-06-01
1
-1
/
+1
*
Fix some random stuff the rebasing lost. At least the build still
Josh Rickmar
2012-06-01
1
-0
/
+29
*
Make all runtime settings unsettable by using the ':set setting ='
Josh Rickmar
2012-06-01
1
-8
/
+8
*
Add a cmd_alias feature to set an alias for a :command, and document
Josh Rickmar
2012-06-01
1
-20
/
+43
*
Add a custom_uri setting to check if a URI should be handled by an
Josh Rickmar
2012-06-01
1
-1
/
+31
*
Fix the behavior of show_url and fancy_bar so they actually act like
Josh Rickmar
2012-06-01
1
-81
/
+78
*
Parse keybound commands for if they begin with a ':'. If they do,
Josh Rickmar
2012-06-01
1
-42
/
+46
*
Run the socket command on the current tab, not the last one. This
Josh Rickmar
2012-06-01
1
-1
/
+1
*
move os_init to right before read config
Marco Peereboom
2012-05-31
1
-3
/
+4
*
add an os init function
unknown
2012-05-31
1
-0
/
+3
*
Add my copyright to the files I've added code to
Josh Rickmar
2012-05-30
1
-0
/
+1
*
Add an about:search page to notify users we are not in a position to
Josh Rickmar
2012-05-25
1
-8
/
+2
*
Be sure to clear any show_oops messages before navigating to a new
Josh Rickmar
2012-05-24
1
-0
/
+1
*
Truncate the startofday file before writing the current version to it.
Josh Rickmar
2012-05-23
1
-1
/
+2
*
gdk_flush -> GDK_FLUSH in run_scripts_locked
David Hill
2012-05-18
1
-1
/
+1
[next]