DiThi
|
670c7ea4b1
Added method for loading font from memory getting the family, style and weight
|
13 tahun lalu |
Lloyd Weehuizen
|
e17e69fbb8
Remove unnecessary files from VC2010 project
|
13 tahun lalu |
Lloyd Weehuizen
|
1afbf14a6a
Merge pull request #55 from th3flyboy/master
|
13 tahun lalu |
Lloyd Weehuizen
|
5f96b50b46
Merge pull request #52 from Zoomulator/master
|
13 tahun lalu |
Peter C
|
305ffa596c
I am an idiot, I had a mismatched ).
|
13 tahun lalu |
Peter C
|
42c87f5913
Fix the VC10 multiple link target issue.
|
13 tahun lalu |
Peter C
|
1d31eb926f
64 bit assembly is NOT the same as 32 bit, changing the Math.cpp file to account for that, otherwise build errors occur on Win64 because it assumes 32 bit platform.
|
13 tahun lalu |
Kim Simmons
|
57c45acb4f
vc2010 project filters fixed
|
13 tahun lalu |
Kim Simmons
|
e8aa487279
Added a vc2010 project with instructions
|
13 tahun lalu |
Lloyd Weehuizen
|
061806e98e
Merge pull request #51 from crazyjul/clip_fix
|
13 tahun lalu |
gogoprog
|
fdb49d4820
Fixed GetClippingRegion
|
13 tahun lalu |
Lloyd Weehuizen
|
0fdecf2a2d
Merge pull request #43 from viciious/crashfix_and_columnid
|
14 tahun lalu |
Lloyd Weehuizen
|
51c24aa5d6
Fix incorrect variable names
|
14 tahun lalu |
Lloyd Weehuizen
|
11e53440c3
Fix clipping incorrectly affecting X and Y when only one was enabled.
|
14 tahun lalu |
Lloyd Weehuizen
|
2352870afd
Fix infinite loop with lots of floating elements caused by floating point inaccuracy
|
14 tahun lalu |
Lloyd Weehuizen
|
cf5e68c068
Merge pull request #42 from viciious/elems_by_class
|
14 tahun lalu |
Victor Luchitz
|
3ecf236eaa
Feature: add DatagridCell::GetColumn method.
|
14 tahun lalu |
Victor Luchitz
|
7c128117bd
Implement Element::GetElementsByClassName
|
14 tahun lalu |
Lloyd Weehuizen
|
f36e4f4b62
Revert "Corrected calculation for 'width: auto' so form elements (or any elements which already have a content_area width greater than 0) use it correctly."
|
14 tahun lalu |
Lloyd Weehuizen
|
37eb033fd1
Revert "Only set relative_offset_base.x according to the 'right' property if it wasn't already set according to 'left'."
|
14 tahun lalu |
Lloyd Weehuizen
|
86087d9776
Revert "Absolutely positioned elements with 'left' and 'right defined, but no width, now correctly resize the element, as per section 10.3.7 of the CSS 2.1 spec."
|
14 tahun lalu |
Lloyd Weehuizen
|
e4e35809db
Revert "Fixed height in the same manner as the width fix for elements with precalculated height, like form elements."
|
14 tahun lalu |
Lloyd Weehuizen
|
cd1b90d963
Revert "Absolutely positioned elements now have their height correctly calculated when 'top' and 'bottom' are both specified."
|
14 tahun lalu |
Lloyd Weehuizen
|
a7eda49a08
Merge pull request #38 from Morgul/master
|
14 tahun lalu |
Christopher S. Case
|
0249aae7dc
Absolutely positioned elements now have their height correctly calculated when 'top' and 'bottom' are both specified.
|
14 tahun lalu |
Christopher S. Case
|
ccc0fb784a
Fixed height in the same manner as the width fix for elements with precalculated height, like form elements.
|
14 tahun lalu |
Christopher S. Case
|
04e7b63f13
Absolutely positioned elements with 'left' and 'right defined, but no width, now correctly resize the element, as per section 10.3.7 of the CSS 2.1 spec.
|
14 tahun lalu |
Christopher S. Case
|
e1bfcc8b8e
Only set relative_offset_base.x according to the 'right' property if it wasn't already set according to 'left'.
|
14 tahun lalu |
Christopher S. Case
|
4ff872731a
Corrected calculation for 'width: auto' so form elements (or any elements which already have a content_area width greater than 0) use it correctly.
|
14 tahun lalu |
Lloyd Weehuizen
|
7a7fa6dcf5
Merge pull request #36 from Kezeali/dragdrop_fix
|
14 tahun lalu |