Histórico de Commits

Autor SHA1 Mensagem Data
  Michael Ragazzon 3b8b8fcd05 Precalculate font-effects after mergin style sheets há 6 anos atrás
  Michael Ragazzon 94903c248c Implement font-effect property. há 6 anos atrás
  Michael Ragazzon 391f39b038 Merge branch 'master' into performance há 6 anos atrás
  Michael Ragazzon eff01ba43a The big rename. We are now RmlUi version 2.0! há 6 anos atrás
  Michael Ragazzon 93dd452fbd Merge branch 'property_id' into performance há 6 anos atrás
  Michael Ragazzon 9a04ade50b Cleanup element style and definition. há 6 anos atrás
  Michael Ragazzon 23e356ae4c Remove pseudo class properties from element definition. This simplifies the code a whole lot, and makes fetching a new definition a lot faster. This means that we have to fetch new definitions more often (specifically, now also when we set a pseudo class), but despite this, the net performance gains are substantial. We could introduce flags to avoid this later. há 6 anos atrás
  Michael Ragazzon 64334936cd ElementStyle cleanup. Add const where appropriate. Remove indirection to local style properties. Replace NULL with nullptr. há 6 anos atrás
  Michael Ragazzon 4a00edb9af Cleanup dirty inherited properties. há 6 anos atrás
  Michael Ragazzon 6d4c793a13 Wrong dirty target há 6 anos atrás
  Michael Ragazzon 3f17844b7e No need to dirty decorators in update definition anymore. Postpone dirty child definitions to update. há 6 anos atrás
  Michael Ragazzon 05a24f63d5 Now that we have PropertyIds, we can use a bitset to represent dirty properties, increasing iteration performance. há 6 anos atrás
  Michael Ragazzon 0457df38ef Make pseudo class list a small set. há 6 anos atrás
  Michael Ragazzon ff961eb7a7 Some cleanup of decorator instancing. há 6 anos atrás
  Michael Ragazzon fe0aa05095 Properly remove transitions when the transition property is removed from the element. há 6 anos atrás
  Michael Ragazzon da19735515 Remove transitions that are no longer part of the transition property (partial fix) há 6 anos atrás
  Michael Ragazzon 49089e59e4 Dont' compute decorators and font-effects. Their computed values are as specified. Benchmark later to see what gives best performance. há 6 anos atrás
  Michael Ragazzon ac40b7177c WIP, decorators partially working. há 6 anos atrás
  Michael Ragazzon d9c0ca4735 Fix some bugs há 6 anos atrás
  Michael Ragazzon a784fa0df1 Faster erase duplicates há 6 anos atrás
  Michael Ragazzon d1785949d1 WIP: PropertyIds. Need to figure out how to deal with property groups. Possible solutions: há 6 anos atrás
  Michael Ragazzon 89821a3e90 WIP PropertyId há 6 anos atrás
  Michael Ragazzon 2a53aa9424 Fix some compiler warnings há 6 anos atrás
  Michael Ragazzon 5d138fa304 Update definition speedup há 6 anos atrás
  Michael Ragazzon 85a633693c Remove the old IterateProperties, replace with new iterators há 6 anos atrás
  Michael Ragazzon 68eefcaeb0 Move iterators to separate file há 6 anos atrás
  Michael Ragazzon d88d67ddc6 Drop the iterator wrapper in element definition há 6 anos atrás
  Michael Ragazzon 041515844a Implement iterators for element style há 6 anos atrás
  Michael Ragazzon ffca31dec9 Intersection, not union há 6 anos atrás
  Michael Ragazzon 020357fefc Clean up dirty properties in element style há 6 anos atrás