aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * | | | Added simple command line option parsing to uzbl_tabbed.pyGravatar Mason Larobina2009-07-29
| * | | | Checks uzbl in window mode before setting/getting window geometry.Gravatar Mason Larobina2009-07-28
| | | | * added some splint commentsGravatar Helmut Grohne2009-07-28
| | | | * improved expand functionGravatar Helmut Grohne2009-07-28
| | | | * use EXIT_* macros instead of numerical valuesGravatar Helmut Grohne2009-07-28
| | | | * pass char* as const char * where possibleGravatar Helmut Grohne2009-07-28
* | | | | Close socket after the handle_request function not inside handle_requestGravatar Mason Larobina2009-07-28
* | | | | cookie_daemon.py now deletes abandoned cookie daemon sockets.Gravatar Mason Larobina2009-07-27
* | | | | Also chmod(cookie_jar, 0600) in cookie_daemon.pyGravatar Mason Larobina2009-07-26
| | * | | remove obsolete codeGravatar Robert Manea2009-07-26
* | | | | Fix comment, minor update.Gravatar Mason Larobina2009-07-26
* | | | | Several bug fixes to cookie_daemon.pyGravatar Mason Larobina2009-07-26
* | | | | Verbosify cookie_daemon.pyGravatar Mason Larobina2009-07-26
| | * | | Merge branch 'experimental' of git://github.com/Dieterbe/uzblGravatar Robert Manea2009-07-26
| | |\| |
| | * | | sanity fixGravatar Robert Manea2009-07-26
* | | | | Update docstring.Gravatar Mason Larobina2009-07-26
* | | | | Typo fix.Gravatar Mason Larobina2009-07-26
* | | | | Initial commit of cookie_daemon.pyGravatar Mason Larobina2009-07-26
|/ / / /
* | | | indentation fixGravatar Mason Larobina2009-07-26
* | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-07-26
|\ \ \ \ | | |/ / | |/| |
| | | * var_name_to_ptr should have const namesGravatar Helmut Grohne2009-07-25
| | | * made type field for uzbl_cmdprop an enumGravatar Helmut Grohne2009-07-25
| | | * fix declaration for initialize()Gravatar Helmut Grohne2009-07-25
| | | * cmd_load_uri doesn't take parametersGravatar Helmut Grohne2009-07-25
| | | * fixed buffer overrunGravatar Helmut Grohne2009-07-25
| | | * extended CFLAGS to get debugging and warningsGravatar Helmut Grohne2009-07-25
| | | * git should ignore examples/config/enchantGravatar Helmut Grohne2009-07-25
| * | | merge in ruskies font family patchGravatar Dieter Plaetinck2009-07-25
| |\ \ \
| * | | | add lwithers to authors fileGravatar Dieter Plaetinck2009-07-25
| * | | | document talk_to_socketGravatar Dieter Plaetinck2009-07-25
| | * | | uzbl.c, uzbl.h: added _font_family variablesGravatar ruskie2009-07-25
| | | |/ | | |/|
| * | | talk_to_socket: split arguments in packet with \0Gravatar Laurence Withers2009-07-25
| | | * fix overrun in expand()Gravatar Robert Manea2009-07-25
| | | * added update_gui commandGravatar Robert Manea2009-07-25
| | | * Merge branch 'custom-vars'Gravatar Robert Manea2009-07-25
| | | |\
| | | | * remove unnecessary checkGravatar Robert Manea2009-07-25
| | | | * remove unnecessary g_strdup()Gravatar Robert Manea2009-07-24
| | | | * fix malloc() bugGravatar Robert Manea2009-07-24
* | | | | Use #!/usr/bin/env python instead of #!/usr/bin/pythonGravatar Mason Larobina2009-07-24
| | | | * trying fixGravatar Robert Manea2009-07-24
| | | * | re-fix typoGravatar Robert Manea2009-07-24
| | | | * added custom vars, currently somewhat brokenGravatar Robert Manea2009-07-24
| | | |/
| | | * Merge branch 'experimental' of git://github.com/Dieterbe/uzblGravatar Robert Manea2009-07-24
| | | |\
| | | * | statusbar fixGravatar Robert Manea2009-07-24
| * | | | Add talk_to_socket handlerGravatar Laurence Withers2009-07-22
| | |_|/ | |/| |
* | | | Bugfix: Accidentally broke non-json session loading.Gravatar Mason Larobina2009-07-22
* | | | Added dependencies section to the top of uzbl_tabbed.pyGravatar Mason Larobina2009-07-22
* | | | Made json_session false by default.Gravatar Mason Larobina2009-07-22
* | | | bugfix: uzbl_tabbed.py crashed when loading old format session fileGravatar Mason Larobina2009-07-22
* | | | Added session preset adding/saving/listing/deleting.Gravatar Mason Larobina2009-07-22