- Do NOT place spaces between control statements and their parentheses (follow webkit coding style)2011-04-27, by Christophe Lincoln
- Place spaces between control statements and their parentheses (follow webkit coding style)2011-04-27, by 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, by Christophe Lincoln
- Fix navigation menu to use the correct window when more than one is open2011-04-25, by 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-25, by Christophe Lincoln
- Fix window title when new webview is requested2011-04-24, by Christophe Lincoln
- Make 'Open in new window' open a new webview window, but still a bit buggy :-(2011-04-24, by Christophe Lincoln
- Small update to english doc2011-04-24, by Christophe Lincoln
- Added tag 1.3 for changeset dd5c73a60acc2011-04-24, by Christophe Lincoln
- Lets have a custom user agent string!2011-04-24, by Christophe Lincoln
- No space before function(argument)2011-04-24, by Christophe Lincoln
- More consitency in code, dont use underscore in variables2011-04-24, by Christophe Lincoln
- Small code clean-up and add .hgignore (ignore tazweb binary if in repo)2011-04-23, by Christophe Lincoln
- Tiny edits2011-04-23, by Paul Issott
- Update README2011-04-23, by Christophe Lincoln
- Move home button next to uri entry and have a custom size for the search entry2011-04-23, by Christophe Lincoln
- Restore back and forward button (now we have put some item to context menu) and make all thet look nice2011-04-22, by Christophe Lincoln
- Connect create-web-view (right click and open in new window)but still dont do the job2011-04-22, by Christophe Lincoln
- Use xterm/wget for download and small fix2011-04-22, by Christophe Lincoln
- Uniformize gchar* and small fix2011-04-22, by Christophe Lincoln
- #define START for start page and make possible to request an uri without http:// (auto addes to string)2011-04-22, by Christophe Lincoln
- Clean-up main() and rename draw_loader since it's standard functions not a callback2011-04-22, by Christophe Lincoln
- Remove loading progress from window title and use gtk_drawing_area_new to have a small progress bar2011-04-22, by Christophe Lincoln
- Clean-up COPYING (keep a BSD License since WebKit use or go gpl ?2011-04-22, by Christophe Lincoln
- Use #define to handle config dir2011-04-22, by Christophe Lincoln
- Let have zoom functions! (menu item, search, download, zoom = binary at 20Kb :-)2011-04-22, by Christophe Lincoln
- Move TazWeb documentation button to a popup menu item2011-04-22, by Christophe Lincoln
- Move main window stuff to create_window and use shorter but clear name for some functions2011-04-22, by Christophe Lincoln
- Add populate_menu_cb and connection to have custom contextual menu items2011-04-22, by Christophe Lincoln
- Remove tazweb binary (...)2011-04-22, by Christophe Lincoln
- Prepa and code a view source mode but leave it commented for now2011-04-22, by Christophe Lincoln
- Add a separator between uri and search entry2011-04-21, by Christophe Lincoln
- Up Makefile for home.html2011-04-21, by 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, by Christophe Lincoln
- Code clean-up (use tab to ident)2011-04-21, by Christophe Lincoln
- Use get_config for file path2011-04-21, by Christophe Lincoln
- Use gtk_widget_set_size_request for toolbar size and remove border2011-04-21, by Christophe Lincoln
- Remove navigation button (alredy in context menu and save 4 kb:-) + up LICENSE2011-04-21, by Christophe Lincoln
- Use 'tazbox out-dl' to download2011-04-19, by Christophe Lincoln
- Small code clean-up2011-04-19, by Christophe Lincoln
- Rename bookmarks_cb to my_page_cb to follow callback name2011-04-19, by Christophe Lincoln
- Handle download-requested and finally use xterm/wget for now2011-04-19, by Christophe Lincoln
- Fixed typo in page.html (twitter url)2011-04-18, by Christophe Lincoln
- Tiny edits2011-04-15, by Paul Issott
- Added tag 1.2 for changeset 1ec6daf295412011-04-15, by Christophe Lincoln
- Prepa for release2011-04-15, by Christophe Lincoln
- Add some more info about personal page2011-04-15, by Christophe Lincoln
- Add degault bookmark file with separated CSS file also for doc2011-04-15, by Christophe Lincoln
- Get a default bookmark page id missing2011-04-15, by Christophe Lincoln
- Up doc for new bookmarks support ans small ui ajustment (vbox border)2011-04-15, by Christophe Lincoln
- Handle a Bookmarks file in /home/pankso/.config/tazweb/bookmarks.html2011-04-15, by Christophe Lincoln
- Fix notify_load_status_cb and move button home on the right2011-04-14, by Christophe Lincoln
- So lets have and uri entry in the toolbar :-)2011-04-14, by Christophe Lincoln
- New logo for our web browser2011-04-08, by Christophe Lincoln
- Edit en.html, README2011-04-05, by Paul Issott
- Add doc/tazweb.pt.html2011-04-05, by Claudinei Pereira
- README: Fix typo.2011-04-05, by Eric Joseph-Alexandre
- Edit(2): French doc2011-04-05, by Eric Joseph-Alexandre
- Edit: French doc2011-04-05, by Eric Joseph-Alexandre
- Fix: French doc2011-04-05, by Eric Joseph-Alexandre
- Add french doc + fix Makefile (755 is better)2011-04-05, by Eric Joseph-Alexandre
- Added tag 1.1 for changeset 45fe7984b87e2011-04-04, by Christophe Lincoln
- Update user documentation for fullscreen mode2011-04-04, by Christophe Lincoln
- Add FULLSCREEN and UNFULLSCREEN mode with a nice button :-)2011-04-04, by Christophe Lincoln
- main.c: Add a back and forward button2011-04-04, by Christophe Lincoln
- Added tag 1.0.1 for changeset 8a95a53b519a2011-04-04, by Christopher Rogers
- main.c should point to new /usr/share/doc/tazweb folder for docs.2011-04-04, by Christopher Rogers
- Added tag 1.0 for changeset 71732a02ae9e2011-04-04, by Christophe Lincoln
- Documentation goes in /usr/share/doc/tazweb and can be translated2011-04-04, by Christophe Lincoln
- Update user doc and improve Makefile2011-04-04, by Christophe Lincoln
- Update README with toolbar info2011-04-04, by Christophe Lincoln
- main.c: create a toolbar, 2 button and pack it at bottom window2011-04-04, by Christophe Lincoln
- Just keep one source file (we will have a small toolbar!2011-04-04, by Christophe Lincoln
- Small code clean2011-04-04, by Christophe Lincoln
- Small code typo2011-04-04, by Christophe Lincoln
- with-toolbar.c: add a tazweb documentation button2011-04-04, by Christophe Lincoln
- with-toolbar.c have tazweb inco and button refactory2011-04-04, by Christophe Lincoln
- main.c add tazweb window icon2011-04-04, by Christophe Lincoln
- Add a version with a tiny toolbar2011-04-04, by Christophe Lincoln
- main.c goes in src/2011-04-04, by Christophe Lincoln
- Add a bigger logo2011-04-04, by Christophe Lincoln
- Add a desktop file and tazweb icon2011-04-04, by Christophe Lincoln
- Add the user documentation2011-04-04, by Christophe Lincoln
- Add main.c the web browser itself2011-04-04, by Christophe Lincoln
- Add the Makefile2011-04-04, by Christophe Lincoln
- Initial commit with README COPYING AUTHORS2011-04-04, by Christophe Lincoln