tazweb log src/main.c

age author description
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
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-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 main.c should point to new /usr/share/doc/tazweb folder for docs.1.0.1
2011-04-04 Christophe Lincoln main.c: create a toolbar, 2 button and pack it at bottom window
2011-04-04 Christophe Lincoln Small code clean
2011-04-04 Christophe Lincoln Small code typo
2011-04-04 Christophe Lincoln main.c add tazweb window icon
2011-04-04 Christophe Lincoln main.c goes in src/