Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a use after free as found by edd and fix a focus issue as found by | Marco Peereboom | 2011-01-03 | 1 | -9/+13 |
| | | | | stevan | ||||
* | switch icons to png | Marco Peereboom | 2011-01-03 | 13 | -10/+10 |
| | |||||
* | fix a stupid segfault | Marco Peereboom | 2011-01-03 | 1 | -1/+1 |
| | |||||
* | fix install | Marco Peereboom | 2011-01-03 | 1 | -1/+1 |
| | |||||
* | Add bunch of icons | Marco Peereboom | 2011-01-03 | 9 | -4/+35 |
| | |||||
* | when a page fails loading pring (untitled) instead of Loading | Marco Peereboom | 2011-01-02 | 1 | -0/+4 |
| | |||||
* | add http_proxy back into config file. | Marco Peereboom | 2011-01-02 | 1 | -0/+1 |
| | | | | found by tdm | ||||
* | doco restart | Marco Peereboom | 2011-01-02 | 1 | -0/+4 |
| | |||||
* | add restart; browser history isn't saved yet but tabs are | Marco Peereboom | 2011-01-02 | 1 | -9/+34 |
| | |||||
* | add restart scaffold | Marco Peereboom | 2011-01-02 | 1 | -0/+14 |
| | |||||
* | add popup menu to aid in tab navigation as requested by jy-p | Marco Peereboom | 2011-01-02 | 1 | -1/+39 |
| | |||||
* | use a button instead of an image for closure on tabs. | Marco Peereboom | 2011-01-02 | 1 | -9/+42 |
| | | | | | move close tab to the left and spinner to the right. add button for tab manipulation; not used yet. | ||||
* | *** empty log message *** | Marco Peereboom | 2011-01-01 | 1 | -4/+8 |
| | |||||
* | Fix mem leak as noticed by stevan | Marco Peereboom | 2011-01-01 | 1 | -0/+1 |
| | |||||
* | Add undo close tabs. | Marco Peereboom | 2011-01-01 | 2 | -7/+118 |
| | | | | | | Command aliasing (needs a lot more love!). from Stevan Andjelkovic <stevan@student.chalmers.se> | ||||
* | completly rewrite the cookie handling code curtesy of badly designed | Marco Peereboom | 2011-01-01 | 2 | -84/+159 |
| | | | | | libsoup cookies. just about anything that could have been designed wrong or backwards was. | ||||
* | * If there are no favorites to show, show a message. | Edd Barrett | 2010-12-31 | 1 | -0/+16 |
| | | | | * Dissallow adding xtp pages as favorites (fixes seg fault). | ||||
* | oops | Marco Peereboom | 2010-12-30 | 1 | -2/+0 |
| | |||||
* | fix clipping of urls as noticed by jy-p and stevan. | Marco Peereboom | 2010-12-30 | 1 | -25/+33 |
| | | | | i'm an idiot; stand on me. | ||||
* | focus on browser when switching tabs | Marco Peereboom | 2010-12-30 | 1 | -0/+3 |
| | |||||
* | dont allow the tab widget to ever get focus so that we can capture more | Marco Peereboom | 2010-12-30 | 1 | -1/+5 |
| | | | | | | | | keystrokes properly. also fix a bug where search_entry didn't get assigned the correct callback for key entry and therefore ate some keystrokes. add ESC on uri and search entry to move focus back to browser, essentially emulating the vi edit/command mode a bit better. idea from edd. | ||||
* | typo | Marco Peereboom | 2010-12-29 | 1 | -1/+1 |
| | |||||
* | att ctrl left and right arrows. should we make this work too in editboxes? | Marco Peereboom | 2010-12-29 | 2 | -2/+20 |
| | |||||
* | doco cookieadd | Marco Peereboom | 2010-12-29 | 1 | -0/+5 |
| | |||||
* | add cookieadd command to add domain to cookie white list | Marco Peereboom | 2010-12-29 | 1 | -11/+91 |
| | |||||
* | Add runtime cookie white list toggle. | Marco Peereboom | 2010-12-29 | 3 | -36/+90 |
| | | | | | Add allow_volatile_cookies option that ellows short lived cookies to exist in the session cache. | ||||
* | doco y p from Stevan Andjelkovic <stevan@student.chalmers.se> | Marco Peereboom | 2010-12-29 | 1 | -0/+11 |
| | |||||
* | Add yank and paste from Stevan Andjelkovic <stevan@student.chalmers.se> | Marco Peereboom | 2010-12-29 | 1 | -0/+68 |
| | |||||
* | document runtime_settings | Marco Peereboom | 2010-12-29 | 1 | -0/+7 |
| | |||||
* | add :jsadd to write current tab domain to runtime config file. | Marco Peereboom | 2010-12-29 | 2 | -37/+160 |
| | |||||
* | sort settings and color them differently for runtime vs launchtime | Marco Peereboom | 2010-12-29 | 1 | -27/+30 |
| | |||||
* | consolidate getpeerid code with linux. | Marco Peereboom | 2010-12-29 | 4 | -27/+44 |
| | | | | | | | fix enable_socket default fix man page from Stevan Andjelkovic <stevan@student.chalmers.se> | ||||
* | add runtime settings option, not in use yet. | Marco Peereboom | 2010-12-29 | 2 | -36/+333 |
| | | | | create a generic settings walker with fancy callbacks to do stuff | ||||
* | shuffle some code around and simplify the settings table some | Marco Peereboom | 2010-12-28 | 1 | -64/+62 |
| | |||||
* | make settings table driven so that we can do some runtime settings. | Marco Peereboom | 2010-12-28 | 1 | -89/+150 |
| | |||||
* | now that we have the socket stuff add single_instance option | Marco Peereboom | 2010-12-28 | 3 | -10/+56 |
| | |||||
* | Allow multiple urls to be selected with -n | Marco Peereboom | 2010-12-28 | 2 | -9/+20 |
| | |||||
* | Add local socket option to open new tabs from the command line. | Marco Peereboom | 2010-12-28 | 3 | -4/+164 |
| | | | | | Mostly from Stevan Andjelkovic <stevan@student.chalmers.se> Debugging and some extra stuff by me. | ||||
* | add append_next to enable tab insertions instead of appending as requested | Marco Peereboom | 2010-12-28 | 3 | -6/+53 |
| | | | | by jy-p. | ||||
* | add a toggle js button on the toolbar | Marco Peereboom | 2010-12-27 | 2 | -13/+41 |
| | |||||
* | add gloabl enable cooki setting back in | Marco Peereboom | 2010-12-27 | 1 | -0/+4 |
| | |||||
* | fix search not cleaning up itself as found by jy-p | Marco Peereboom | 2010-12-27 | 1 | -1/+7 |
| | |||||
* | kill use of gtktoolitem since we wont ever use it for the intended purpose | Marco Peereboom | 2010-12-27 | 1 | -38/+11 |
| | | | | of that widget. fix tab from uri entry to search engine while at it. | ||||
* | found the edd cookie redraw bug. sloppy sloppy sloppy and not tested. bad edd. | Marco Peereboom | 2010-12-27 | 1 | -2/+1 |
| | |||||
* | implement remove cookie. Fix another edd bug where HL was same as CL. | Marco Peereboom | 2010-12-27 | 1 | -23/+42 |
| | | | | | for some reason this doesnt redraw all tabs; some fail with invalid session keu. edd, fix that. | ||||
* | merge latest vimprobable2 js for hinting | Marco Peereboom | 2010-12-27 | 2 | -6/+13 |
| | |||||
* | now that we have an interceptor function this suddenly is a bug | Marco Peereboom | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | fix some more edd nonsense | Marco Peereboom | 2010-12-26 | 1 | -2/+2 |
| | |||||
* | add function to override keystrokes in entry boxes to make like ctrl-t and | Marco Peereboom | 2010-12-26 | 2 | -6/+32 |
| | | | | | | ctrl-w work in search and addres entry. move gui functions to MOD instead of CTRL to be more uniform. | ||||
* | add source view toggle | Marco Peereboom | 2010-12-26 | 2 | -1/+18 |
| |