Avant Window Navigator (Awn) is a dock-like bar which sits at the bottom of the screen.
NEWS
====
Awn is maintained again!
The code has been moved to github. The following repositories hold code related to AWN:
- https:/
- https:/
- https:/
This PPA contains packages for testing:
- https:/
Bugs & Feature Requests
===================
Please report bugs here https:/
Currently no support is provided for older packages in the Ubuntu or Debian repositories. All bugs that have been fixed in the PPA-provided packages are marked as [Fix Released] in the bug tracker.
If the bug is a feature request, please add "[feature request]" as a prefix to the bug title.
Want to contribute?
===============
There are many 'easy tasks' suitable for new contributors. AWN is primarily a C codebase that is currently slowly moving towards C++ (C++11 included). While we haven't switched to Gtkmm yet, there's plenty of places where the code can be improved by using C++ APIs*. For example:
* use std::string instead of plain gchar* strings
* use boost::filesystem instead of GLib file API
* use standard containers instead of GLib equivalents
* etc.
Most of such changes are comparatively local and have low risk. Thus you don't need to know the codebase well in order to contribute. Nor you have to be a C++ guru. Just open any *.cc file, search for a gchar* C string being allocated and freed within the same function and change it to std::string. It's just that easy :) All similar contributions are welcome.
--
* while switching to C++ by itself has little benefit, practices such as RAII vastly reduce the chance of common bugs.
Project information
- Licence:
- GNU GPL v2, GNU LGPL v2.1
View full history Series and milestones
trunk series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- C++, C, Vala, Python
All questions Latest questions
All packages Packages in Distributions
-
avant-window-navigator source package in Squeeze
Version 0.4.0-2 uploaded -
avant-window-navigator source package in Precise
Version 0.4.1~bzr830-2ubuntu1 uploaded -
avant-window-navigator source package in Lenny
Version 0.2.6-7 uploaded
All bugs Latest bugs reported
-
Bug #1658493: configure.ac has possibly undefined macro
Reported -
Bug #1538824: Actual "window size" of dock is larger than displayed
Reported -
Bug #1443361: Compile Fails With Recent Vala Versions (2.2+)
Reported -
Bug #1411997: Advant Window Navigator 0.4.2
Reported -
Bug #1409001: Permanent glitch on Zorin 9
Reported
All blueprints Latest blueprints
-
awn-session on ubuntu 12.04 LTS
Registered -
A real auto-hide behaviour
Registered -
Hooking taskmanager icons to running processes
Registered -
Stock Ticker shows realtime price from Google finance
Registered -
Running application icon transparency
Registered
More contributors Top contributors
- Rodrigo Henrique 364 points