• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D17-Feb-2020863 4134

Makefile.inH A D03-May-202235.1 KiB1,010902

READMEH A D17-Feb-2020362 118

actor-model.cH A D17-Feb-202015 KiB523375

basic-actor.cH A D17-Feb-20204.9 KiB154122

bin-layout.cH A D17-Feb-202010.4 KiB308226

box-layout.cH A D17-Feb-20208.9 KiB315244

canvas.cH A D17-Feb-20204.8 KiB171106

constraints.cH A D17-Feb-20203.9 KiB9156

drag-action.cH A D17-Feb-20207.4 KiB250201

drop-action.cH A D17-Feb-20208.5 KiB264210

easing-modes.cH A D17-Feb-20207.6 KiB242191

flow-layout.cH A D17-Feb-20204.1 KiB165142

grid-layout.cH A D17-Feb-202011 KiB379314

image-content.cH A D17-Feb-20203.5 KiB11189

layout-manager.cH A D17-Feb-202013 KiB462352

meson.buildH A D17-Feb-2020611 4237

pan-action.cH A D17-Feb-20206 KiB195151

rounded-rectangle.cH A D17-Feb-20203.9 KiB11173

scroll-actor.cH A D17-Feb-20205.5 KiB194131

threads.cH A D17-Feb-20208.1 KiB293206

README

1The code in this directory is meant to be XIncluded into the Clutter API
2reference, and thus is to be considered part of the Clutter documentation.
3
4As such, the code MUST be:
5
6  - correct;
7  - idiomatic, i.e. show how a task is meant to be achieved using the
8    best possible practices given the current API;
9  - well documented;
10  - ready for copy and paste.
11