summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Rename HACKING.md to the more standard CODING_STYLE.mdRobert Ancell2022-11-151-0/+0
|
* Rewrite the contribution guidelines.Robert Ancell2022-11-131-22/+92
| | | | In particular set the expectation for reviews and document when MRs will be closed due to inactivity.
* Split code of conduct into separate documentRobert Ancell2022-11-132-185/+184
|
* Fix broken link to communication guidelines, by fixing the name of this sectionRobert Ancell2022-11-101-1/+1
|
* Switch to 'main' everywhereGeorges Basile Stavracas Neto2022-04-262-3/+3
|
* docs: Fix markdown formattingGeorges Basile Stavracas Neto2019-07-221-2/+2
|
* docs: Document the Communication GuidelinesGeorges Basile Stavracas Neto2019-04-021-1/+138
| | | | | | | | | These are the documented guidelines for when communicating and interacting with humans. Not following the documented guidelines means the comment will be removed, or the ticket will be closed. [skip ci]
* project: Document maintainers and workflowGeorges Basile Stavracas Neto2018-07-162-5/+71
| | | | | | | | | | | | | It is important that potential contributors know who they should get in touch, who is supposed to review their work, and maintainers to know how they should introduce changes. Thus, this commit documents the current maintainers together with what they maintain, and the workflow between maintainers as well. [skip ci]
* docs: Remove trailing space from code exampleGeorges Basile Stavracas Neto2018-06-191-1/+1
|
* docs: Document more of the code styleGeorges Basile Stavracas Neto2018-06-191-0/+36
|
* docs: Improve code style guidelineGeorges Basile Stavracas Neto2018-05-291-0/+42
|
* docs: Fix code blockGeorges Basile Stavracas Neto2018-05-131-0/+1
|
* docs: Document style of commentsGeorges Basile Stavracas Neto2018-05-121-0/+12
|
* project: Add coding style and contribution guidelinesGeorges Basile Stavracas Neto2018-05-022-0/+271
| | | | And also update the README file.
* Remove API reference, as it's incomplete and going away for next cycleRodrigo Moya2011-04-016-187/+0
|
* configure: Group pkg-config checks based on how they are usedThomas Wood2011-02-191-2/+2
| | | | | | | Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS and LIBS. https://bugzilla.gnome.org/show_bug.cgi?id=636593
* Fix various issues raised by running distcheckThomas Wood2010-05-211-1/+1
|
* Add libgnome-control-center with two new classes: CcShell and CcPanelThomas Wood2010-05-186-0/+187
CcShell is an abstract class that represents an instance of a control center shell. It provides access to some of the properties of the shell that panels will need to read or change. When a panel is created it has an instance of CcShell available that represents the current shell. CcPanel is an abstract class used to implement panels for the shell. A panel contains a collection of related settings that are displayed within the shell window.