X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fhacking-howto.html;h=83267518e551588479ec3ec69f388cd7b4d1b9fc;hb=33e2f35c88b59de01d3ece1f4460e781aa99d11a;hp=6fc51d0b404a2c8d9cac926dd8c525fd441a5461;hpb=fc53ed8222ac81a61af347c790f19820eb98e9fc;p=i3%2Fi3.github.io diff --git a/docs/hacking-howto.html b/docs/hacking-howto.html index 6fc51d0..8326751 100644 --- a/docs/hacking-howto.html +++ b/docs/hacking-howto.html @@ -2,9 +2,9 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - + - + i3: Hacking i3: How To @@ -367,6 +367,15 @@ Contains the functions to resize containers.

+src/restore_layout.c +
+
+

+Everything for restored containers that is not pure state parsing (which can be +found in load_layout.c). +

+
+
src/sighandler.c
@@ -1482,9 +1491,9 @@ or, for more documentation, see http: accepted. There are a few things which we don’t want to see in i3, e.g. a command which will focus windows in an alt+tab like way.

When working on bugfixes, please make sure you mention that you are working on -it in the corresponding bugreport at http://bugs.i3wm.org/. In case there is no -bugreport yet, please create one.

-

After you are done, please submit your work for review at http://cr.i3wm.org/

+it in the corresponding bugreport at https://github.com/i3/i3/issues In case +there is no bugreport yet, please create one.

+

After you are done, please submit your work for review at https://github.com/i3/i3

Do not send emails to the mailing list or any author directly, and don’t submit them in the bugtracker, since all reviews should be done in public at http://cr.i3wm.org/. In order to make your review go as fast as possible, you