2013-01-13 22:17 | main: nuke ecore_options parsing | Kyle Milz | 1 | +2 | -32 |
2013-01-13 22:08 | data: remove GenericName entry from desktop file | Kyle Milz | 1 | +1 | -2 |
2013-01-04 21:35 | eet: include generated {c,h} files from geneet | Kyle Milz | 4 | +1143 | -8 |
2012-12-17 23:15 | main: set elm engine once globally | Kyle Milz | 2 | +1 | -1 |
2012-12-17 21:37 | buffer: remove old commented function | Kyle Milz | 1 | +0 | -80 |
2012-12-17 21:35 | buffer: move some (for now) unused functions | Kyle Milz | 2 | +69 | -69 |
2012-12-17 21:28 | buffer: clarify where functions come from | Kyle Milz | 1 | +1 | -1 |
2012-12-17 21:27 | buffer: remove inspector() function and add storage debug | Kyle Milz | 1 | +12 | -34 |
2012-12-17 21:21 | buffer: split out callbacks into seperate file | Kyle Milz | 4 | +504 | -415 |
2012-12-17 21:00 | buffer: white space and spelling fix | Kyle Milz | 1 | +2 | -2 |
2012-12-17 20:59 | buffer: remove old load_error() implementation | Kyle Milz | 1 | +1 | -24 |
2012-12-17 20:40 | buffer: fix error code 204 in load_error | Kyle Milz | 1 | +8 | -3 |
2012-12-17 20:38 | download: break out into own file | Kyle Milz | 4 | +136 | -114 |
2012-12-15 01:16 | zoom: port MiniBrowsers zoom_level_set() function | Kyle Milz | 5 | +45 | -29 |
2012-12-14 22:39 | keymap: nuke w, o, x hotkeys until input method signals are avail | Kyle Milz | 1 | +8 | -7 |
2012-12-14 21:10 | Makefile: don't do debug build by default | Kyle Milz | 1 | +1 | -1 |
2012-11-28 18:12 | config: use opengl for evas engine by default. use opengl because by default ewebkit is being built with TILED_BACKING_STORE which needs opengl. | Kyle Milz | 1 | +1 | -2 |
2012-11-14 00:33 | hist: store protocol separately from url | Kyle Milz | 2 | +30 | -5 |
2012-11-13 05:19 | buffer: make sure new tabs are visible | Kyle Milz | 1 | +3 | -3 |
2012-11-12 23:48 | main: turn bigger cache on and setup favicon db path | Kyle Milz | 1 | +3 | -0 |
2012-11-12 23:47 | buffer: stub in a better error page | Kyle Milz | 1 | +16 | -2 |
2012-11-12 23:46 | main: slightly better ewk_init() | Kyle Milz | 1 | +2 | -1 |
2012-11-12 23:45 | buffer: fix indentation of struct | Kyle Milz | 1 | +4 | -4 |
2012-11-12 23:44 | remove naviframe and use a simple box to show webkit instead | Kyle Milz | 3 | +15 | -25 |
2012-11-12 22:58 | buffer: ewebkit API for ref/unref changed | Kyle Milz | 1 | +6 | -6 |
2012-11-12 22:57 | buffer: switch to using a smart class, light MiniBrowser | Kyle Milz | 3 | +198 | -0 |
2012-11-12 22:52 | buffer: add more robust implementation for favicons | Kyle Milz | 1 | +19 | -12 |
2012-11-05 20:09 | buffer: add file selection dialog compliments of MiniBrowser | Kyle Milz | 1 | +77 | -0 |
2012-11-05 19:55 | buffer: add tooltips, from webkit MiniBrowser" | Kyle Milz | 1 | +20 | -0 |
2012-11-05 19:45 | auth: use http auth popup from webkit's MiniBrowser | Kyle Milz | 1 | +136 | -0 |
2012-10-28 22:28 | edje: only include status line for now | Kyle Milz | 1 | +13 | -83 |
2012-10-28 22:06 | edje: commit intermediate edc file | Kyle Milz | 1 | +104 | -301 |
2012-10-22 18:28 | window: kill stupid focus effect | Kyle Milz | 1 | +0 | -19 |
2012-10-22 18:27 | icon: check if callback sends a null icon | Kyle Milz | 1 | +4 | -0 |
2012-10-22 17:47 | viking: remove unused structs | Kyle Milz | 1 | +0 | -16 |
2012-10-22 17:44 | main: implement proper per object delete/free | Kyle Milz | 7 | +64 | -87 |
2012-10-21 17:30 | zoom: re-hook-up zoom() function | Kyle Milz | 4 | +11 | -20 |
2012-10-20 06:59 | icon: add super cool new icon | Kyle Milz | 2 | +0 | -0 |
2012-10-20 06:58 | window: disable ECHO_ACTIVE | Kyle Milz | 1 | +1 | -1 |
2012-10-20 06:57 | utilities: filter out file:// also | Kyle Milz | 1 | +3 | -0 |
2012-10-20 06:57 | main: always save session when session_save() called | Kyle Milz | 1 | +9 | -18 |
2012-10-20 06:05 | utilites: open relative file paths | Kyle Milz | 1 | +1 | -1 |
2012-10-20 06:04 | window: hide event box by default | Kyle Milz | 1 | +1 | -1 |
2012-10-20 06:03 | commands: remove unused search_tag() function | Kyle Milz | 3 | +0 | -90 |
2012-10-20 04:43 | edje: commit hack default | Kyle Milz | 2 | +177 | -13 |
2012-10-20 04:42 | utilities: callback can be static | Kyle Milz | 1 | +1 | -1 |
2012-10-20 04:40 | utilities: remove old unused functions | Kyle Milz | 2 | +0 | -200 |
2012-10-20 04:39 | utilities: make uri_sanitize() a bit smarter | Kyle Milz | 1 | +17 | -25 |
2012-10-20 01:17 | soup: not used anymore | Kyle Milz | 5 | +2 | -7 |
2012-10-20 01:14 | commands: TRUE -> EINA_TRUE | Kyle Milz | 1 | +64 | -63 |
2012-10-19 23:55 | bg: attach background to focus state | Kyle Milz | 2 | +23 | -1 |
2012-10-19 23:53 | utilities: prevent memory leak in uri_sanitize() | Kyle Milz | 1 | +1 | -1 |
2012-10-19 22:52 | window: free the window in the proper callback | Kyle Milz | 2 | +3 | -4 |
2012-10-19 22:31 | viking: add beautiful new icon | Kyle Milz | 1 | +0 | -0 |
2012-10-19 22:31 | favicon: clear box outside of callback | Kyle Milz | 1 | +1 | -2 |
2012-10-19 22:29 | main: remove elm_need_web() call in favor of ewk_init() | Kyle Milz | 1 | +1 | -3 |
2012-10-19 22:29 | main: use properly typed callbacks for ecore_con handlers | Kyle Milz | 1 | +13 | -12 |
2012-10-19 22:28 | main: simplify if statement | Kyle Milz | 1 | +1 | -3 |
2012-10-19 22:27 | fix compiler warning + don't call elm_focus_disable | Kyle Milz | 1 | +2 | -2 |
2012-10-19 22:26 | list: append the back/forward state onto each row | Kyle Milz | 1 | +6 | -0 |
2012-10-19 22:16 | use uri_sanitize everywhere. | Kyle Milz | 4 | +48 | -155 |
2012-10-18 04:15 | favicon: make 16x16 by default | Kyle Milz | 1 | +4 | -4 |
2012-10-18 04:15 | gui: tweak position of progress bar | Kyle Milz | 1 | +3 | -2 |
2012-10-18 04:14 | don't autodelete window | Kyle Milz | 1 | +2 | -4 |
2012-10-18 04:14 | hook up 2 more window signals | Kyle Milz | 1 | +18 | -5 |
2012-10-18 04:12 | main: detect between client and server redirects | Kyle Milz | 1 | +23 | -3 |
2012-10-18 04:08 | hide the newly created buffer by default | Kyle Milz | 1 | +1 | -1 |
2012-10-18 04:07 | hook up 2 more buffer signals | Kyle Milz | 1 | +16 | -4 |
2012-10-18 04:05 | hook up mouse wheel to scroll_cb | Kyle Milz | 2 | +8 | -5 |
2012-10-18 04:02 | clean up load_finished | Kyle Milz | 1 | +0 | -10 |
2012-10-17 23:19 | remove single comment | Kyle Milz | 1 | +0 | -1 |
2012-10-17 22:39 | basic window maximize callback | Kyle Milz | 1 | +7 | -0 |
2012-10-17 22:38 | don't enable this quite yet | Kyle Milz | 1 | +1 | -1 |
2012-10-17 22:37 | turn on 2 options | Kyle Milz | 1 | +2 | -0 |
2012-10-17 22:31 | nuke update_state and split into 6 distinct pieces | Kyle Milz | 6 | +104 | -68 |
2012-10-17 21:09 | second try at cleaning echo | Kyle Milz | 1 | +1 | -6 |
2012-10-17 21:07 | clean up echo function | Kyle Milz | 1 | +5 | -3 |
2012-10-17 21:06 | first attempt at intelligent buffer inserts | Kyle Milz | 2 | +8 | -8 |
2012-10-17 21:04 | add hooks for 2 more signals | Kyle Milz | 1 | +20 | -1 |
2012-10-17 21:03 | move commands[] array over to keymap.h | Kyle Milz | 3 | +59 | -62 |
2012-10-17 20:10 | remove old per-view cookies and proxy flags | Kyle Milz | 4 | +3 | -6 |
2012-10-17 20:07 | improve downloads status with a % done meter | Kyle Milz | 2 | +30 | -25 |
2012-10-17 08:37 | use common fns for making buf number, favicon and url | Kyle Milz | 5 | +39 | -54 |
2012-10-17 06:18 | trigger an icon update on buffer change | Kyle Milz | 3 | +5 | -1 |
2012-10-17 05:54 | split buffer number, favicon, and url into separate ui elements | Kyle Milz | 6 | +77 | -38 |
2012-10-17 04:21 | nuke update_url | Kyle Milz | 7 | +80 | -170 |
2012-10-17 04:13 | only change progress bar for current buffer | Kyle Milz | 1 | +5 | -2 |
2012-10-17 03:11 | don't print when icon changed | Kyle Milz | 1 | +1 | -1 |
2012-10-17 03:11 | rip out the back-forward icon from update_url | Kyle Milz | 4 | +32 | -11 |
2012-10-17 03:02 | fix some indentation | Kyle Milz | 1 | +2 | -2 |
2012-10-17 02:45 | make favicon placement nicer | Kyle Milz | 1 | +10 | -6 |
2012-10-17 02:27 | use new favicon framework | Kyle Milz | 1 | +39 | -11 |
2012-10-17 00:47 | add handy valgrind script | Kyle Milz | 1 | +1 | -0 |
2012-10-17 00:44 | buffer_current_set -> window_main_buffer_set | Kyle Milz | 6 | +10 | -9 |
2012-10-17 00:32 | signal api changed, uri,changed -> url,changed | Kyle Milz | 1 | +3 | -3 |
2012-10-17 00:19 | make two new source files window and buffer | Kyle Milz | 11 | +1375 | -1379 |
2012-10-16 03:52 | get the schema registration working | Kyle Milz | 1 | +9 | -32 |
2012-10-16 03:51 | reenable the inspector, although not functional | Kyle Milz | 2 | +13 | -15 |
2012-10-16 03:49 | set default settings at view creation | Kyle Milz | 1 | +4 | -2 |
2012-10-16 03:48 | get directional search working again | Kyle Milz | 1 | +2 | -0 |
2012-10-16 03:47 | add cool way to visualize redirects | Kyle Milz | 1 | +38 | -9 |
2012-10-16 03:45 | set the evas engine at least once per window | Kyle Milz | 2 | +2 | -1 |
2012-10-15 05:52 | prevent 3 memory leaks | Kyle Milz | 1 | +3 | -3 |
2012-10-15 05:51 | delete 2 unused headers | Kyle Milz | 1 | +0 | -2 |
2012-10-15 02:13 | move defines to bottom of file. | Kyle Milz | 1 | +22 | -23 |
2012-10-15 02:11 | remove confusing comment | Kyle Milz | 1 | +0 | -2 |
2012-10-15 02:11 | style fixes for prototypes | Kyle Milz | 1 | +2 | -2 |
2012-10-15 02:11 | remove unused define | Kyle Milz | 1 | +0 | -3 |
2012-10-15 02:10 | remove one more home rolled link list | Kyle Milz | 5 | +12 | -31 |
2012-10-15 01:55 | need to free hash iterators after use | Kyle Milz | 2 | +3 | -0 |
2012-10-14 22:56 | some misc one liners | Kyle Milz | 1 | +5 | -5 |
2012-10-14 22:42 | remove unused function fake_key_event | Kyle Milz | 1 | +0 | -60 |
2012-10-14 22:41 | squash a warning | Kyle Milz | 1 | +1 | -1 |
2012-10-14 22:38 | remove process_set_line function | Kyle Milz | 2 | +0 | -118 |
2012-10-14 22:35 | re-implement tab completion | Kyle Milz | 1 | +114 | -250 |
2012-10-14 22:09 | reduce a few lines of code | Kyle Milz | 1 | +3 | -6 |
2012-10-14 20:24 | indentation for edje file | Kyle Milz | 1 | +173 | -161 |
2012-10-14 20:24 | use opengl engine by default | Kyle Milz | 1 | +2 | -0 |
2012-10-14 18:27 | add edj to gitignores | Kyle Milz | 1 | +1 | -0 |
2012-10-14 18:26 | use an edje theme file | Kyle Milz | 5 | +173 | -16 |
2012-10-14 17:16 | fix indentation on commands list | Kyle Milz | 1 | +47 | -47 |
2012-10-14 17:16 | clean up list() function | Kyle Milz | 1 | +2 | -40 |
2012-10-14 15:25 | fix formatting on make_keylist function | Kyle Milz | 1 | +18 | -19 |
2012-10-14 15:24 | clean up inputbox_changed_cb function | Kyle Milz | 1 | +68 | -79 |
2012-10-14 04:31 | minor cosmetic fixes | Kyle Milz | 1 | +2 | -1 |
2012-10-14 04:31 | clean up session_restore function | Kyle Milz | 1 | +10 | -16 |
2012-10-14 04:30 | clean up uri_sanitize function | Kyle Milz | 1 | +35 | -37 |
2012-10-14 04:12 | clean up process_keypress a bit | Kyle Milz | 1 | +5 | -17 |
2012-10-14 04:10 | do some mass renaming of functions | Kyle Milz | 1 | +26 | -24 |
2012-10-14 03:53 | use more appropriate variable name | Kyle Milz | 2 | +32 | -24 |
2012-10-14 03:33 | delete some old stucts | Kyle Milz | 1 | +0 | -9 |
2012-10-14 03:27 | use eina_strbuf in update_url function | Kyle Milz | 3 | +31 | -53 |
2012-10-14 03:10 | use eina_strbuf in update_state function | Kyle Milz | 2 | +23 | -36 |
2012-10-14 02:50 | remove old key mapping functions | Kyle Milz | 2 | +0 | -298 |
2012-10-14 02:43 | remove another unused function. | Kyle Milz | 1 | +0 | -62 |
2012-10-14 02:37 | convert process_line to use stringshares | Kyle Milz | 2 | +16 | -20 |
2012-10-13 22:57 | remove more unused functions. | Kyle Milz | 2 | +3 | -95 |
2012-10-13 22:51 | remove unused function. | Kyle Milz | 1 | +0 | -75 |
2012-10-13 22:45 | remove some old comments. | Kyle Milz | 1 | +0 | -2 |
2012-10-13 22:21 | don't use elm_web, use ewk_view directly | Kyle Milz | 4 | +15 | -16 |
2012-10-10 21:27 | comment out printf | Kyle Milz | 1 | +1 | -1 |
2012-10-10 20:12 | implement link saving/visited links populate | Kyle Milz | 4 | +72 | -43 |
2012-10-10 03:20 | track new changes to webkit2 api | Kyle Milz | 4 | +26 | -26 |
2012-10-10 03:18 | comment spelling fix | Kyle Milz | 1 | +1 | -1 |
2012-10-10 03:17 | make a kind-of-nice process crashed page | Kyle Milz | 1 | +31 | -0 |
2012-10-09 20:59 | use evas_object_{hide,show} on views | Kyle Milz | 1 | +2 | -0 |
2012-10-08 21:49 | free some variables to make valgrind happy | Kyle Milz | 2 | +15 | -9 |
2012-10-08 20:56 | clean up header files | Kyle Milz | 1 | +0 | -11 |
2012-10-08 20:56 | first attempt at scheme registration | Kyle Milz | 4 | +55 | -16 |
2012-10-08 18:27 | Revert "icon: add new icon from openclipart" | Kyle Milz | 2 | +0 | -0 |
2012-10-08 17:44 | port text search to webkit2 functions | Kyle Milz | 2 | +11 | -16 |
2012-10-08 07:18 | remove two printf's | Kyle Milz | 2 | +1 | -5 |
2012-10-08 07:17 | use #define instead of sentinel | Kyle Milz | 1 | +1 | -1 |
2012-10-08 06:47 | implement sane window creation/deletion | Kyle Milz | 1 | +21 | -3 |
2012-10-08 06:47 | somehow this free is causing problems | Kyle Milz | 1 | +1 | -2 |
2012-10-08 06:20 | style cleanups and printf removal | Kyle Milz | 1 | +12 | -43 |
2012-10-08 06:20 | reenable check to prevent segfault. | Kyle Milz | 1 | +2 | -2 |
2012-10-08 06:12 | implement session save/restore | Kyle Milz | 5 | +165 | -98 |
2012-10-07 02:13 | spawn new windows when new program instances are run | Kyle Milz | 5 | +42 | -52 |
2012-10-07 01:25 | minor style fixes | Kyle Milz | 1 | +4 | -10 |
2012-10-07 01:18 | move the server connection check to very beginning | Kyle Milz | 1 | +52 | -52 |
2012-10-06 23:24 | implement a simple connection server | Kyle Milz | 1 | +107 | -9 |
2012-10-06 22:09 | move entire config function into main | Kyle Milz | 1 | +55 | -63 |
2012-10-06 21:51 | get rid of some old commented code | Kyle Milz | 1 | +1 | -33 |
2012-10-06 21:33 | remove some includes | Kyle Milz | 1 | +1 | -6 |
2012-10-06 21:31 | condense var declarations | Kyle Milz | 1 | +1 | -3 |
2012-10-06 21:29 | remove old mouse button defines | Kyle Milz | 1 | +0 | -5 |
2012-10-06 21:28 | remove old struct dl | Kyle Milz | 1 | +0 | -6 |
2012-10-06 21:27 | simplify logging | Kyle Milz | 1 | +5 | -6 |
2012-10-06 21:23 | remove some old crusties | Kyle Milz | 2 | +0 | -9 |
2012-10-06 03:19 | get rid of some options that are not needed | Kyle Milz | 2 | +5 | -111 |
2012-10-06 03:08 | enable cookies with the ewebkit2 api | Kyle Milz | 1 | +5 | -2 |
2012-10-05 22:40 | move userscript functionality to proper place | Kyle Milz | 2 | +71 | -118 |
2012-10-05 22:26 | implement ewebkit2 style downloads | Kyle Milz | 4 | +140 | -101 |
2012-10-05 17:59 | move locations of 2 callback hooks | Kyle Milz | 2 | +3 | -2 |
2012-10-05 17:41 | use 11 point monospace font everywhere | Kyle Milz | 2 | +8 | -7 |
2012-10-05 17:17 | patch elementary's elm_web class to use ewebkit2 | Kyle Milz | 3 | +14 | -39 |
2012-10-03 21:51 | remove old define | Kyle Milz | 1 | +0 | -3 |
2012-10-03 21:51 | squash warning that was definitely a bug | Kyle Milz | 1 | +1 | -1 |
2012-10-03 20:41 | get rid of a buttload of prototypes by using static | Kyle Milz | 1 | +38 | -62 |
2012-10-03 19:49 | edit viking_state.h to squash a warning | Kyle Milz | 1 | +1 | -0 |
2012-10-03 19:49 | squash more warnings | Kyle Milz | 1 | +3 | -1 |
2012-10-03 19:36 | squash a warning | Kyle Milz | 1 | +1 | -1 |
2012-10-03 19:08 | add gitignore file | Kyle Milz | 1 | +7 | -0 |
2012-10-03 19:07 | history: add flag to enable/disable on per url basis | Kyle Milz | 6 | +16 | -19 |
2012-10-03 17:44 | generate eet {h,c} files automatically on compile | Kyle Milz | 5 | +53 | -1160 |
2012-10-03 17:03 | remove accidental second call | Kyle Milz | 1 | +0 | -1 |
2012-10-03 16:56 | reduce the size of the load progress bar | Kyle Milz | 1 | +4 | -1 |
2012-10-03 16:35 | silly trailing whitespace | Kyle Milz | 1 | +1 | -1 |
2012-10-03 16:31 | use webkit1 theme | Kyle Milz | 1 | +1 | -3 |
2012-10-03 16:30 | squash some warnings | Kyle Milz | 2 | +17 | -21 |
2012-10-01 22:53 | move one more callback. | Kyle Milz | 2 | +2 | -1 |
2012-10-01 22:26 | consolidate callback usage. | Kyle Milz | 3 | +72 | -83 |
2012-10-01 22:14 | switch to using ewebkit2 library | Kyle Milz | 11 | +853 | -806 |
2012-09-28 02:41 | implement a close window call and use it | Kyle Milz | 4 | +18 | -8 |
2012-09-28 02:40 | fix one more segfault | Kyle Milz | 1 | +1 | -1 |
2012-09-28 02:07 | implement multi window functionality | Kyle Milz | 7 | +561 | -440 |
2012-09-27 23:34 | give the http error page some color | Kyle Milz | 1 | +7 | -3 |
2012-09-26 20:26 | piggyback visited links off of history | Kyle Milz | 3 | +19 | -0 |
2012-09-26 19:48 | simplify setup_network() | Kyle Milz | 1 | +3 | -4 |
2012-09-26 18:41 | don't fail on bad ssl connections | Kyle Milz | 1 | +1 | -1 |
2012-09-26 04:31 | add toggle for cookies | Kyle Milz | 5 | +34 | -5 |
2012-09-26 03:54 | add more shutdown hooks | Kyle Milz | 1 | +5 | -4 |
2012-09-26 03:24 | use efreet_* functions instead of our own hand rolled ones | Kyle Milz | 2 | +5 | -11 |
2012-09-26 03:05 | move setup_modkeys() into utilities to clean up include files | Kyle Milz | 3 | +27 | -27 |
2012-09-26 03:04 | update name | Kyle Milz | 1 | +1 | -1 |
2012-09-26 02:15 | remove old dependencies on hard coded files | Kyle Milz | 5 | +37 | -146 |
2012-09-26 01:46 | add license, etc files from vimprobable source | Kyle Milz | 3 | +190 | -0 |
2012-09-25 22:56 | not using favourites at the moment | Kyle Milz | 2 | +0 | -258 |
2012-09-25 22:55 | restore state by default | Kyle Milz | 1 | +3 | -1 |
2012-09-25 21:57 | Don't save cookies while in no-history mode | Kyle Milz | 2 | +2 | -1 |
2012-09-25 21:51 | squash unused return val warning | Kyle Milz | 1 | +4 | -2 |
2012-09-25 21:49 | squash unused var warning | Kyle Milz | 1 | +0 | -3 |
2012-09-25 21:46 | suppress a printf | Kyle Milz | 1 | +1 | -1 |
2012-09-25 21:42 | fix segfault with proper return value | Kyle Milz | 1 | +2 | -1 |
2012-09-25 19:54 | remove some globals | Kyle Milz | 1 | +5 | -11 |
2012-09-25 19:49 | change some debug printfs | Kyle Milz | 1 | +3 | -1 |
2012-09-25 19:49 | show the proxy switch immediately | Kyle Milz | 1 | +2 | -0 |
2012-09-25 19:48 | add some shutdown hooks. | Kyle Milz | 1 | +3 | -0 |
2012-09-25 19:48 | fix segfault when shutting down | Kyle Milz | 1 | +1 | -1 |
2012-09-25 19:06 | move all source files to src/ | Kyle Milz | 18 | +3 | -78 |
2012-09-25 18:55 | hack in config system from eve | Kyle Milz | 13 | +2962 | -1291 |
2012-09-25 15:31 | make update_url() non static and use it in commands.c | Kyle Milz | 3 | +3 | -1 |
2012-09-25 15:27 | history: add infrastructure for history toggling | Kyle Milz | 4 | +20 | -0 |
2012-09-25 15:20 | keymap: allow alt + left/right to navigate | Kyle Milz | 1 | +2 | -0 |
2012-09-24 22:57 | icon: add new icon from openclipart | Kyle Milz | 2 | +0 | -0 |
2012-09-24 22:38 | Revert "reload on navigation." | Kyle Milz | 1 | +1 | -4 |
2012-09-24 21:11 | implement per buffer inspector and proxy settings | Kyle Milz | 5 | +152 | -114 |
2012-09-24 21:03 | build: define GNU_SOURCE in Makefile. | Kyle Milz | 4 | +1 | -5 |
2012-09-24 18:33 | do not reload on show inspector | Kyle Milz | 1 | +0 | -1 |
2012-09-24 18:32 | reload on navigation. | Kyle Milz | 1 | +4 | -1 |
2012-09-24 14:39 | dont echo when url input box is focused | Kyle Milz | 1 | +2 | -2 |
2012-09-24 14:34 | main: add some comments and settings | Kyle Milz | 1 | +13 | -8 |
2012-09-24 14:29 | callbacks: stub out hooks for xss/protocol handler | Kyle Milz | 1 | +23 | -11 |
2012-09-23 02:20 | utilities: squash some warnings. | Kyle Milz | 1 | +4 | -1 |
2012-09-22 21:52 | commands: indentation. | Kyle Milz | 1 | +8 | -8 |
2012-09-22 19:06 | callbacks: stub out load,document,finished signal. | Kyle Milz | 1 | +11 | -0 |
2012-09-22 19:02 | downloads: free hash iterator. | Kyle Milz | 1 | +2 | -1 |
2012-09-22 19:00 | ls: show page title right aligned. | Kyle Milz | 1 | +23 | -28 |
2012-09-22 03:48 | proxy: be more verbose on fail. | Kyle Milz | 1 | +3 | -0 |
2012-09-22 02:37 | buffers: Tab_Data -> Buffer_Data | Kyle Milz | 3 | +28 | -28 |
2012-09-22 02:12 | proxy: forgot to remove old fn call. | Kyle Milz | 1 | +0 | -2 |
2012-09-22 02:12 | move js include. | Kyle Milz | 1 | +1 | -1 |
2012-09-22 02:11 | buffers: new buffer open behaviour | Kyle Milz | 4 | +26 | -41 |
2012-09-22 01:57 | inspector: reload web page after inspector open. | Kyle Milz | 1 | +1 | -0 |
2012-09-22 01:56 | proxy: inital working implementation. | Kyle Milz | 3 | +20 | -20 |
2012-09-21 02:20 | remove comma for clarity. | Kyle Milz | 1 | +1 | -1 |
2012-09-21 02:03 | downloads: use hash table to track downloads. | Kyle Milz | 2 | +61 | -29 |
2012-09-20 04:14 | inspector: create/close using proper callbacks | Kyle Milz | 4 | +51 | -57 |
2012-09-20 01:14 | run start scripts on uri change not load committed. fixes hinting.js being available on all pages | Kyle Milz | 1 | +13 | -35 |
2012-09-20 01:13 | commands: remove some uses of g_ functions | Kyle Milz | 1 | +6 | -6 |
2012-09-20 00:54 | inspector: allow opening/closing more than once. | Kyle Milz | 2 | +6 | -2 |
2012-09-20 00:16 | desktop: use the right names | Kyle Milz | 1 | +3 | -4 |
2012-09-20 00:12 | desktop: make portage desktop file install happy. | Kyle Milz | 1 | +1 | -2 |
2012-09-19 23:27 | jsmn: promote to root directory. | Kyle Milz | 5 | +3 | -29 |
2012-09-19 23:19 | no for loop inital declarations. | Kyle Milz | 1 | +2 | -2 |
2012-09-19 23:18 | forgot js helper. | Kyle Milz | 1 | +26 | -0 |
2012-09-19 23:15 | viking initial commit. | Kyle Milz | 16 | +5679 | -0 |