tazweb log src/main.c

age author description
2014-04-13 Christophe Lincoln Fix user bookmarks on first run1.9
2014-04-05 Christophe Lincoln Add real bookmark support :-)
2014-01-13 Christophe Lincoln Toolbar on top
2014-01-04 Pascal Bellard 2014
2014-01-04 Christophe Lincoln Add a Kiosk mode and fullscreen button for normal use
2013-02-27 Aleksej Bobylev Add i18n to src, Makefile & README; BSD license from Wikipedia; add comment to .desktop file; add Russian translation to .po and .desktop file
2013-02-17 Pascal Bellard Copyright 2013
2012-03-24 Christophe Lincoln New icon and better home page integration1.6
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/
2011-09-24 Pascal Bellard Add options --notoolbar & --useragent1.4.1
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 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 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 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 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 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 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-15 Paul Issott Tiny edits
2011-04-15 Christophe Lincoln Add degault bookmark file with separated CSS file also for doc