tazweb log

age author description
2013-01-05 Erjo Added tag 1.6.3 for changeset bfbe93b16236
2013-01-05 Erjo Add french home page1.6.3
2012-09-02 Claudinei Pereira move back 'pt_BR' doc name to 'pt' so tazlocale can handle it properly
2012-04-09 Christophe Lincoln Added tag 1.6.2 for changeset b2dfdb0f52a8
2012-04-06 Aleksej Bobylev doc/tazweb.ru.html - added again (is it hg bug?)1.6.2
2012-03-24 Christophe Lincoln Added tag 1.6.1 for changeset f297fb4a975b
2012-03-24 Christophe Lincoln readd icons (bug in Hg???)1.6.1
2012-03-24 Christophe Lincoln Added tag 1.6 for changeset 4742464dd376
2012-03-24 Christophe Lincoln New icon and better home page integration1.6
2012-03-21 Claudinei Pereira move tazweb.pt.html to tazweb.pt_BR.html
2012-03-20 Aleksej Bobylev WebHome now localizable and translated to ru, doc also translated to ru, Makefile changed, tiny edit in docs on other langs
2012-03-09 Christophe Lincoln Added tag 1.5 for changeset 3d18e79e330d
2012-03-09 Christophe Lincoln Add Pascal to AUTHORS1.5
2012-03-09 Christophe Lincoln Update date --> 2012
2012-03-09 Christophe Lincoln tazweb: Use our custom partnair string :-)
2012-03-09 Pascal Bellard tazweb: s/google/duckduckgo/
2012-02-19 Eric Joseph-Alexandre Added tag 1.4.1 for changeset a23376fd4f29
2011-09-24 Pascal Bellard Add options --notoolbar & --useragent1.4.1
2011-09-03 Pascal Bellard Add tazweb.es.html (thank rerivero)
2011-06-05 Claudinei Pereira Update portuguese doc
2011-05-29 Christophe Lincoln merge
2011-05-28 Christophe Lincoln Added tag 1.4 for changeset b8c741e8bc63
2011-05-28 Christopher Rogers Added tag 1.4 for changeset b8c741e8bc63
2011-04-30 Christophe Lincoln Add godane and paul to AUTHORS1.4
2011-04-29 Christopher Rogers Make sure HOME/Downloads folder exist before going into it.
2011-04-29 Paul Issott edit en.html
2011-04-28 Christophe Lincoln Huge improvment to English documentation
2011-04-28 Christophe Lincoln Add bookmarks function with menu item 'Add a bookmark'
2011-04-27 Christophe Lincoln Rearange contextual menu
2011-04-27 Christophe Lincoln Add printing support
2011-04-27 Christophe Lincoln Disable fullscrenn since it dont work with multi window (allways de first mainwindow who get fullscreen)
2011-04-27 Christophe Lincoln Make the search entry icon clickable
2011-04-27 Christophe Lincoln Add an icon into the search entry
2011-04-27 Christophe Lincoln #define SEARCH and small fix
2011-04-27 Christophe Lincoln Do NOT place spaces between control statements and their parentheses (follow webkit coding style)
2011-04-27 Christophe Lincoln Place spaces between control statements and their parentheses (follow webkit coding style)
2011-04-25 Christophe Lincoln Fix entry and other button when multi window are open (ex: dont search in new webview if we in first webview)
2011-04-25 Christophe Lincoln Fix navigation menu to use the correct window when more than one is open
2011-04-25 Christophe Lincoln Make new webview definitly work! We can now open new window from menu. By the way, removed loader (buggy with new webviw) and bloated... remove colors (use gtk theme)
2011-04-24 Christophe Lincoln Fix window title when new webview is requested
2011-04-24 Christophe Lincoln Make 'Open in new window' open a new webview window, but still a bit buggy :-(
2011-04-24 Christophe Lincoln Small update to english doc
2011-04-24 Christophe Lincoln Added tag 1.3 for changeset dd5c73a60acc
2011-04-24 Christophe Lincoln Lets have a custom user agent string!1.3
2011-04-24 Christophe Lincoln No space before function(argument)
2011-04-24 Christophe Lincoln More consitency in code, dont use underscore in variables
2011-04-23 Christophe Lincoln Small code clean-up and add .hgignore (ignore tazweb binary if in repo)
2011-04-23 Paul Issott Tiny edits
2011-04-23 Christophe Lincoln Update README
2011-04-23 Christophe Lincoln Move home button next to uri entry and have a custom size for the search entry
2011-04-22 Christophe Lincoln Restore back and forward button (now we have put some item to context menu) and make all thet look nice
2011-04-22 Christophe Lincoln Connect create-web-view (right click and open in new window)but still dont do the job
2011-04-22 Christophe Lincoln Use xterm/wget for download and small fix
2011-04-22 Christophe Lincoln Uniformize gchar* and small fix
2011-04-22 Christophe Lincoln #define START for start page and make possible to request an uri without http:// (auto addes to string)
2011-04-22 Christophe Lincoln Clean-up main() and rename draw_loader since it's standard functions not a callback
2011-04-22 Christophe Lincoln Remove loading progress from window title and use gtk_drawing_area_new to have a small progress bar
2011-04-22 Christophe Lincoln Clean-up COPYING (keep a BSD License since WebKit use or go gpl ?
2011-04-22 Christophe Lincoln Use #define to handle config dir
2011-04-22 Christophe Lincoln Let have zoom functions! (menu item, search, download, zoom = binary at 20Kb :-)
2011-04-22 Christophe Lincoln Move TazWeb documentation button to a popup menu item
2011-04-22 Christophe Lincoln Move main window stuff to create_window and use shorter but clear name for some functions
2011-04-22 Christophe Lincoln Add populate_menu_cb and connection to have custom contextual menu items
2011-04-22 Christophe Lincoln Remove tazweb binary (...)
2011-04-22 Christophe Lincoln Prepa and code a view source mode but leave it commented for now
2011-04-21 Christophe Lincoln Add a separator between uri and search entry
2011-04-21 Christophe Lincoln Up Makefile for home.html
2011-04-21 Christophe Lincoln Add a search entry in toolbar and use home.html for personnal page (keep just one button and start page to slitaz webhome)
2011-04-21 Christophe Lincoln Code clean-up (use tab to ident)
2011-04-21 Christophe Lincoln Use get_config for file path
2011-04-21 Christophe Lincoln Use gtk_widget_set_size_request for toolbar size and remove border
2011-04-21 Christophe Lincoln Remove navigation button (alredy in context menu and save 4 kb:-) + up LICENSE
2011-04-19 Christophe Lincoln Use 'tazbox out-dl' to download
2011-04-19 Christophe Lincoln Small code clean-up
2011-04-19 Christophe Lincoln Rename bookmarks_cb to my_page_cb to follow callback name
2011-04-19 Christophe Lincoln Handle download-requested and finally use xterm/wget for now
2011-04-18 Christophe Lincoln Fixed typo in page.html (twitter url)
2011-04-15 Paul Issott Tiny edits
2011-04-15 Christophe Lincoln Added tag 1.2 for changeset 1ec6daf29541
2011-04-15 Christophe Lincoln Prepa for release1.2
2011-04-15 Christophe Lincoln Add some more info about personal page
2011-04-15 Christophe Lincoln Add degault bookmark file with separated CSS file also for doc
2011-04-15 Christophe Lincoln Get a default bookmark page id missing
2011-04-15 Christophe Lincoln Up doc for new bookmarks support ans small ui ajustment (vbox border)
2011-04-15 Christophe Lincoln Handle a Bookmarks file in /home/pankso/.config/tazweb/bookmarks.html
2011-04-14 Christophe Lincoln Fix notify_load_status_cb and move button home on the right
2011-04-14 Christophe Lincoln So lets have and uri entry in the toolbar :-)
2011-04-08 Christophe Lincoln New logo for our web browser
2011-04-05 Paul Issott Edit en.html, README
2011-04-05 Claudinei Pereira Add doc/tazweb.pt.html
2011-04-05 Eric Joseph-Alexandre README: Fix typo.
2011-04-05 Eric Joseph-Alexandre Edit(2): French doc
2011-04-05 Eric Joseph-Alexandre Edit: French doc
2011-04-05 Eric Joseph-Alexandre Fix: French doc
2011-04-05 Eric Joseph-Alexandre Add french doc + fix Makefile (755 is better)
2011-04-04 Christophe Lincoln Added tag 1.1 for changeset 45fe7984b87e
2011-04-04 Christophe Lincoln Update user documentation for fullscreen mode1.1
2011-04-04 Christophe Lincoln Add FULLSCREEN and UNFULLSCREEN mode with a nice button :-)
2011-04-04 Christophe Lincoln main.c: Add a back and forward button
2011-04-04 Christopher Rogers Added tag 1.0.1 for changeset 8a95a53b519a
2011-04-04 Christopher Rogers main.c should point to new /usr/share/doc/tazweb folder for docs.1.0.1
2011-04-04 Christophe Lincoln Added tag 1.0 for changeset 71732a02ae9e
2011-04-04 Christophe Lincoln Documentation goes in /usr/share/doc/tazweb and can be translated1.0
2011-04-04 Christophe Lincoln Update user doc and improve Makefile
2011-04-04 Christophe Lincoln Update README with toolbar info
2011-04-04 Christophe Lincoln main.c: create a toolbar, 2 button and pack it at bottom window
2011-04-04 Christophe Lincoln Just keep one source file (we will have a small toolbar!
2011-04-04 Christophe Lincoln Small code clean
2011-04-04 Christophe Lincoln Small code typo
2011-04-04 Christophe Lincoln with-toolbar.c: add a tazweb documentation button
2011-04-04 Christophe Lincoln with-toolbar.c have tazweb inco and button refactory
2011-04-04 Christophe Lincoln main.c add tazweb window icon
2011-04-04 Christophe Lincoln Add a version with a tiny toolbar
2011-04-04 Christophe Lincoln main.c goes in src/
2011-04-04 Christophe Lincoln Add a bigger logo
2011-04-04 Christophe Lincoln Add a desktop file and tazweb icon
2011-04-04 Christophe Lincoln Add the user documentation
2011-04-04 Christophe Lincoln Add main.c the web browser itself
2011-04-04 Christophe Lincoln Add the Makefile
2011-04-04 Christophe Lincoln Initial commit with README COPYING AUTHORS