Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use a DNPRINTF debugging macro for mutex warnings instead of show_oops. | Josh Rickmar | 2012-07-11 | 2 | -2/+3 | |
| | ||||||
* | Remove xterm_workaround as this has been fixed upstream, and make y | Josh Rickmar | 2012-07-11 | 5 | -108/+21 | |
| | | | | | | and p work with CLIPBOARD in addition to PRIMARY. Yanking copies to both, and pasting tries PRIMARY first, and if empty, reads from CLIPBOARD. This should make y/p/P work on windows. | |||||
* | Makefile fixes for Linux and FreeBSD. Install the css to the resource | Josh Rickmar | 2012-07-11 | 2 | -0/+9 | |
| | | | | | dir on Linux, and install _o/ for FreeBSD (why wasn't this done before?) | |||||
* | Ran into a segfault, not 100% sure but this might provide a fix. | Josh Rickmar | 2012-07-10 | 1 | -1/+2 | |
| | ||||||
* | Support building again with ancient libsoup versions. | Josh Rickmar | 2012-07-10 | 1 | -1/+1 | |
| | ||||||
* | Remove an extra line from .entry#blue. Unnecessary as it inherits | Josh Rickmar | 2012-07-10 | 1 | -1/+0 | |
| | | | | this property from .entry. | |||||
* | Use the correct selected text colors in all GtkEntry widgets, not just | Josh Rickmar | 2012-07-10 | 1 | -0/+2 | |
| | | | | those that are themed with some https color. | |||||
* | Kill the pixel border around show_oops. The changes in xombrero.c | Josh Rickmar | 2012-07-10 | 2 | -6/+3 | |
| | | | | | give each t->vbox the "vbox" name, which is then used to style .entry classes that are direct descendants. | |||||
* | Enable GTK3 as default on FreeBSD and Linux, and make attempts to | Josh Rickmar | 2012-07-10 | 5 | -30/+63 | |
| | | | | | | improve coloring when using other invasive GTK3 themes. The URI bar should now be colored correctly, unless explicitly overridden in a user theme. | |||||
* | Add for support for, and enable GTK3 as default. | Josh Rickmar | 2012-07-09 | 5 | -28/+316 | |
| | | | | | | GTK2 is still supported. To build against GTK2, use: $ GTK_VERSION=gtk2 make | |||||
* | More #ifdef nonsense so this compiles with older webkits. | Josh Rickmar | 2012-07-09 | 1 | -0/+2 | |
| | ||||||
* | Prepare for release 1.1.1. | Marco Peereboom | 2012-07-09 | 1 | -1/+1 | |
| | ||||||
* | Make the autofocus code a bit smarter by first saving the original | Josh Rickmar | 2012-07-05 | 3 | -3/+14 | |
| | | | | | | | | | text in the text box and seeing if it's any different from the new text before attempting to enter command mode. Before, there was only a check to see if there was any text. This also only sets t->active if it is not NULL, so only the page's default text entry box is ever used when entering insert_mode, instead of the last text box that was typed into. | |||||
* | Fix build on linux | Josh Rickmar | 2012-07-05 | 1 | -0/+8 | |
| | ||||||
* | Prepare for release 1.1.0. | Marco Peereboom | 2012-07-04 | 1 | -1/+1 | |
| | ||||||
* | remove color when looking for branch name | Marco Peereboom | 2012-07-04 | 1 | -1/+1 | |
| | ||||||
* | bring back notification of download start | Marco Peereboom | 2012-07-04 | 2 | -5/+4 | |
| | | | | | | This restores the prior GUI behavior. Hide the asynchronous download complete message behind the download_notifications setting which is disruptive and racy. | |||||
* | Show a warning message when executing run_script, and make sure %s in | Josh Rickmar | 2012-07-04 | 1 | -3/+6 | |
| | | | | a format string actualy has something to print. | |||||
* | print gerror when spawn fails | Marco Peereboom | 2012-07-03 | 1 | -3/+5 | |
| | ||||||
* | add some missing debug defines, bad jrick | Marco Peereboom | 2012-07-03 | 1 | -0/+3 | |
| | ||||||
* | add PSC and only set defaults if not set yet | Marco Peereboom | 2012-07-03 | 2 | -5/+8 | |
| | ||||||
* | Alphabetize try #2 | Josh Rickmar | 2012-07-03 | 1 | -22/+20 | |
| | ||||||
* | move init of resource_dir into unix specific code | Marco Peereboom | 2012-07-03 | 2 | -3/+7 | |
| | ||||||
* | Alphabetize settings so :set has a sensible order. | Josh Rickmar | 2012-07-02 | 1 | -13/+11 | |
| | ||||||
* | unbreak unix | Josh Rickmar | 2012-07-03 | 1 | -3/+4 | |
| | ||||||
* | make this work again on windows | Marco Peereboom | 2012-07-03 | 2 | -3/+4 | |
| | ||||||
* | init path to NULL | Marco Peereboom | 2012-07-03 | 1 | -1/+1 | |
| | ||||||
* | Prevent the use of an uninitialized variable. My earlier change in | Josh Rickmar | 2012-07-03 | 1 | -2/+3 | |
| | | | | | f284a63967c1f5f349abdfbb7b3f8710b6c419fd was wrong due to some forgotten braces after the if statement. | |||||
* | Check if a pointer points to some memory before blindly freeing it. | Josh Rickmar | 2012-07-03 | 1 | -2/+3 | |
| | ||||||
* | Add two new settings, allow_insecure_content and | Josh Rickmar | 2012-07-02 | 5 | -1/+95 | |
| | | | | | | | | | | allow_insecure_scripts, which, if WebKitWebSettings has the enable-display-of-insecure-content and/or enable-running-of-insecure-content properties, sets those to enable or disable viewing or running of insecure content from secure websites. Make these default to 0 in whitelist mode, and 1 otherwise. * * * Document in manpage. | |||||
* | Prevent the use a depreciated function (as of webkit 1.8), and only | Josh Rickmar | 2012-06-29 | 1 | -2/+14 | |
| | | | | | | | | attempt to get the webview's pixbuf if the page is valid (has a non-null uri). This prevents glib warnings when attempting to load the webview's favicon. * * * Remove unnecessary braces. | |||||
* | Do a g_object_set on the soup session so that ssl_strict_certs actually ↵ | Josh Rickmar | 2012-06-29 | 1 | -0/+2 | |
| | | | | changes behavior if set before ssl_ca_file in the configuration. | |||||
* | Use #if for the webkit_dom_html_element_click function, as it appears this ↵ | Josh Rickmar | 2012-06-29 | 1 | -1/+7 | |
| | | | | is new to webkit 1.8.x | |||||
* | Import the latest OpenBSD tree.h, as we make calls to RB_FOREACH_SAFE, which ↵ | Josh Rickmar | 2012-06-29 | 1 | -1/+11 | |
| | | | | the old one did not have. | |||||
* | Update manpage with current date, and add myself to the Authors | Josh Rickmar | 2012-06-28 | 1 | -2/+3 | |
| | | | | section at the bottom. | |||||
* | Focus and highlight the current tab when viewing the buffers/ls list. | Josh Rickmar | 2012-06-28 | 1 | -0/+13 | |
| | | | | Fixes FS#304. | |||||
* | Implement a tabonly command that deletes all tabs except the currently | Josh Rickmar | 2012-06-28 | 3 | -1/+10 | |
| | | | | focused one. Document in manpage. | |||||
* | Modify the allocation of the scrollbar and GTK adjustment so they are | Josh Rickmar | 2012-06-28 | 2 | -8/+5 | |
| | | | | | | | | allocated by the gtk_scrolled_window_new command instead of allocating them first and then passing them as args. I was seeing some segfaults from invalid t->adjust_h pointers earlier, and although I couldn't figure out why the pointers were invalid, I have not yet seen that crash after this change. | |||||
* | Add a link to the top of about:history to remove all items from the | Josh Rickmar | 2012-06-28 | 1 | -8/+13 | |
| | | | | | | history. Make the "No History" row expand across 4 columns instead of 3. | |||||
* | Save a pointer to the text entry box that is focused when the page is | Josh Rickmar | 2012-06-28 | 3 | -39/+78 | |
| | | | | | | | | | | load for each tab. Try to use this first when using the insert_mode command instead of just focusing on the first text box in the html. Don't switch to command mode if the currently-focused input box contains any text in it. This prevents an annoying switch to command after the page has focused a particular element and the user has already begun typing something. | |||||
* | Send a click event to the focused input fields so using the | Josh Rickmar | 2012-06-28 | 1 | -0/+2 | |
| | | | | | insert_mode command runs any javascript the page may specify when clicking on the textbox. | |||||
* | Use g_strcmp0() instead of g_str_equal() which is meant for hash | Josh Rickmar | 2012-06-28 | 1 | -1/+1 | |
| | | | | tables. | |||||
* | Iterate through each tab when enabling/disabling fancy_bar. | Josh Rickmar | 2012-06-28 | 1 | -14/+14 | |
| | ||||||
* | Respect the current tab's ordering when showing the drow down menu | Josh Rickmar | 2012-06-28 | 1 | -4/+9 | |
| | | | | (clicking the arrow). | |||||
* | Replace manual file:// insertions and removals with the | Josh Rickmar | 2012-06-28 | 3 | -37/+97 | |
| | | | | | | g_filename_to_uri() and g_filename_from_uri() functions. These functions automatically encode/decode the urls or paths, which wasn't being done before. | |||||
* | Use glib's g_spawn_async() function instead of OS-specific fork/exec | Josh Rickmar | 2012-06-28 | 5 | -160/+76 | |
| | | | | | or spawning functions. Remove the SIGCHLD handling as that is no longer required to stop zombie processes. | |||||
* | Pass the correct argument to the attach-window signal. | Josh Rickmar | 2012-06-21 | 1 | -1/+1 | |
| | ||||||
* | Allocate the soup session before attempting to change its settings | Josh Rickmar | 2012-06-21 | 1 | -1/+3 | |
| | | | | when parsing the config file. | |||||
* | Fix a possible segfault (null pointer dereference) and make | Josh Rickmar | 2012-06-21 | 1 | -0/+1 | |
| | | | | | userstyle_global = 1 work again on startup if userstyle isn't set to anything. | |||||
* | Replace a manual tilde expansion with the expand_tilde function. | Josh Rickmar | 2012-06-21 | 1 | -5/+1 | |
| |