-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
975c60f
commit 843c09b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ TODO | |
* [x] ~~Redo ValaPanelIconGrid using GtkFlowBox and such wonders.~~ (not needed since I am already using FlowBox everywhere) | ||
|
||
*TODO for 0.4.0* | ||
* [ ] Rewrite plugins API and core into C | ||
* [x] Rewrite plugins API and core into C | ||
* [ ] Split Toplevel into 3 objects: positioner, layout and window | ||
* [ ] Made PanelManager | ||
* [x] Made PanelManager | ||
* [ ] Allow positioner to be changed and dynamically linked | ||
|
||
*Some notes about realization* | ||
|
@@ -53,7 +53,7 @@ Author | |
|
||
Special thanks | ||
--- | ||
* [Ikey Doherty](mailto:[email protected]) for sidebar widget and inspirations. | ||
* [Ikey Doherty](mailto:[email protected]) for sidebar widget and icontasklist. | ||
* [LXPanel team](https://git.lxde.org/gitweb/?p=lxde/lxpanel.git;a=summary) for creating a base for my fork. Vala Panel uses LXPanel's tray code and other inspirations (including generic-config-dialog.vala and most positioning code in toplevel.vala). | ||
|
||
Inspirations | ||
|