Giter Site home page Giter Site logo

feathers's People

Contributors

arignir avatar gaspard-- avatar riamon-v avatar thesheepking avatar zeng-zer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

feathers's Issues

Remove struct on parameter types

Don't remember exactly when it started, but everyone imitated. This is not usefull and actually makes it sometimes harder to catch compilation errors.

Workspaces

Workspaces have different window trees.
Also need to able ti move between workspaces with shortcuts.

Fix window closing

Currently some windows will refuse to close when closing windows in a mixed order with control-D and the windows opened each other.
Currently when closing a window that is not the last opened using the 'X', the ones opened after it will close too if the windows opened each other.

Merge Windowdata into View

This may allow to simplify code a lot as well as remove code duplication since some functions from WindowData may be useful when only having access to view.

Reduce the amount of double to int conversions

I think this is probably because the mouse position is a double originally and it propagates from there.
We probably don't want non-int window positions, but the doubles may be used to get more precision when moving / resize windows (and any drag operation).

Rework server side feathers

The Server side offeather is mainly C complient. The goal is to rework it to build it in C++.
Many are to do:

  • ServerCursor
  • ServerView
  • Input / Output

We mainly have to wrap all these things into classes and connect them to each other

More configuration with albinos

The exact configurable things will depend on user feedback / what we notice could be configured.
Here are the issues that we have found, I will try to keep them up to date:

  • #138 Configure keyboard_surface exclusivity with albinos
  • #137 Configure click vs hover to enter window with albinos
  • #135 Shortcuts configuration

Too many things are named output

We need some way to make things clearer. Maybe rename things screen in some cases ?
We should also proably rename view->getOuput to view->getWlrOutput. Or we could make window->getOutput() return the correct output right away.

Fix window resizing

There seems to be a weird of offset applied when resizing.
This issue will potentially quickly become obsolete if we switch to a tilling compositor.

Key bindings

Bindings we need:

  • close current window
  • open default terminal
  • change window floating status (co-goal with #19)
  • change window tilling style (co-goal with #19)
  • movement key shortcuts
  • movement keys to switch between foreground and background
  • open next window below / right (co-goal with #19)

Relevant issues
#21
#19 (see above)

xkb Keyboard configuration

set the rules for the keyboard corretly according to our future configuration, like the layout of the keyboard
see #45

Compilation

I can't even get it to compile it on my machine. I think the include directories are wrong. Regardless the current make is clearly unacceptable and has to be replaced/update.

Cleanup rework

Some little things should be reviewed after the completed rework.
Check all the inconvenient stuff and remove it or change it in a proper way

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.