- 26 Tem, 2011 12 kayıt (commit)
-
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Tor Lillqvist yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Joseph Powers yazdı
-
- 25 Tem, 2011 19 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
We only build statitc libraries for iOS anyway.
-
Caolán McNamara yazdı
Fix for fdo#39517. Looking through the emf+ records, it looks like the assumption made that the minimum valid record length is 12 + non-0 length payload isnt' right, looks like that the minimum valid record length is just 12, i.e. no need for a payload.
-
Michael Meeks yazdı
-
Thomas Arnhold yazdı
This needs some testing on other platforms! About SAL_PROPERTIES in OOo Environment documentation: "If set contains a bitfield activating various bug Xserver bug workarounds. Not very useful nowadays."
-
Thomas Arnhold yazdı
-
Joseph Powers yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
- 24 Tem, 2011 5 kayıt (commit)
-
-
Norbert Thiebaud yazdı
-
Norbert Thiebaud yazdı
-
Bjoern Michaelsen yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
-
- 23 Tem, 2011 4 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Joseph Powers yazdı
-
Joseph Powers yazdı
Doing List cleanup, I ran into SaveSelection() and decided to delete it. While I was in the class, I went ahead and cleanup them all up.
-
Tor Lillqvist yazdı
Is it really good Mac style programming practice to define your own non-namespaced kThisAndThat constants that look like they might be defined by some platform API? And seriously, defining symbolic constants for small integers like const kOneBit = 1 ? These were not used, but if they had been would it really be cleaner to use the identifier "kOneBit" instead of a plain number 1? Cases where small integers have magic meaning and don't stand for just themselves are obviously different; there it makes sense to use symbolic names and not the integer values. But in the case of things like kOneBit that is not the case, as one might guesss from the name it was supposed to be used to indicate a bit depth of one. Etc.
-