logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK git clone https://hacktivis.me/git/badwolf.git

interface.txt (1522B)


  1. # Badwolf
  2. - A tablist with a new tab button at the end
  3. - right-clicking on the tablist gives you the list in a context-menu format
  4. - middle-clicking on the focused tab closes it
  5. - Each tab contains a Browser View or the Downloads View
  6. ## Tab Labels
  7. - An A-Z represented number identifying the webkit process context
  8. - An icon to indicate if a media is playing
  9. - The title of the web view
  10. - A close button
  11. ## Browser View
  12. The Browser View contains the following items:
  13. - Toolbar
  14. - WebKit WebView
  15. - Status Bar
  16. ### Toolbar
  17. - Backward navigation button followed by a smaller forward navigation button
  18. - Separator
  19. - Javascript-markup toggler marked "JS" followed by an image-loading toggler marked "IMG"
  20. - Potentially some future elements
  21. - Location entry linked to the WebKit WebView, with integrated progress indication also linked to the WebKit WebView
  22. - Potentially some future elements
  23. - Print button
  24. - Potentially some future elements
  25. The element focused by default is the location entry.
  26. ### Status bar
  27. - Search entry linked to the WebKit WebView
  28. - Potentially some future elements
  29. - Label showing where the mouse is pointing
  30. - Potentially some future elements
  31. ## Downloads View
  32. The download view is a table contains the following items on each row corresponding to each download:
  33. - Icon linked to the network status
  34. - Progress bar, with integrated received-size indication
  35. - (when downloading) Cancelling button
  36. - Label about the current status
  37. - Link to download destination
  38. - Potentially some future elements