aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Moved strip whitespace into its own methodGravatar Matt Ronge2014-03-14
|
* Fix memory error with rquiredRenderingPartsGravatar Matt Ronge2014-03-05
|
* Added a requiredRenderingParts method to get what is needed for renderingGravatar Matt Ronge2014-03-05
|
* Fixed #615: fixed issue with cancelling "perform after delay"Gravatar Hoa V. DINH2014-02-28
|
* Fixed delay typeGravatar Hoa V. Dinh2014-02-26
|
* Fixed #608: cancelled scheduled operations that are not run will not run in ↵Gravatar Hoa V. DINH2014-02-23
| | | | the future.
* Removed Unnecessary NULL-Pointer CheckGravatar CodaFi2014-02-22
| | | | Fixes #607
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* Improved performance of JSON parserGravatar Hoa V. DINH2014-02-20
|
* Fixed part size in default rendering (fixed #595)Gravatar Hoa V. DINH2014-02-18
|
* Fixed charset conversionGravatar Hoa V. DINH2014-02-14
|
* Fixed buildGravatar Hoa V. Dinh2014-02-11
|
* Don't remove empty div elements.Gravatar Andreas Sandberg2014-02-11
| | | Tidy shouldn't be removing any empty dom elements like <div></div>. Let the browser determine how it should be displayed.
* Fixed serialization of HashMapGravatar Hoa V. DINH2014-02-09
|
* Fixed removeRange() implementationGravatar Hoa V. DINH2014-02-06
|
* Render text as HTMLGravatar Hoa V. DINH2014-02-05
|
* added removeLastObject()Gravatar Hoa V. DINH2014-02-05
|
* Fixed some IndexSet operationsGravatar Hoa V. DINH2014-01-31
|
* Fixed base64 encodingGravatar Hoa V. DINH2014-01-30
|
* optimized custom flagsGravatar Hoa V. DINH2014-01-27
|
* Fixes in storing custom flags; possible to append new messages with custom flagsGravatar Michal Kalis2014-01-26
|
* Method storeFlags supports custom flagsGravatar Michal Kalis2014-01-23
|
* Method returning array of custom flagsGravatar Michal Kalis2014-01-23
|
* Fixed buildGravatar Hoa V. DINH2014-01-21
|
* Retrieve Gmail user display nameGravatar Hoa V. DINH2014-01-21
|
* Make sure that the "size" property is propagated into the object during fetchGravatar David Hearst2014-01-20
| | | | I noticed that UID and index were being stored in the object based on fetch results, but size was always left as 0.
* Added more indexSet helpersGravatar Hoa V. DINH2014-01-19
|
* Fixed #567: dispatch queue for POP and SMTPGravatar Hoa V. DINH2014-01-18
|
* Implemented dispatchQueue property on MCOIMAPSessionGravatar Hoa V. DINH2014-01-18
|
* Implemented Object::performMethodOnDispatchQueueAfterDelay() and fixed ↵Gravatar Hoa V. DINH2014-01-18
| | | | MCIMAPAsyncSession termination.
* Revert "Use ICU of the system (fixed #533)"Gravatar Hoa V. DINH2014-01-16
| | | | This reverts commit 46d412f1f057cfc0d138f3c16b5033310fe694af.
* Use ICU of the system (fixed #533)Gravatar Hoa V. DINH2014-01-08
|
* Simplified and fixed implementation of copyMessages (fixes #541)Gravatar Hoa V. Dinh2014-01-07
|
* Fixed #541: returns uid mapping properlyGravatar Hoa V. DINH2014-01-06
|
* Fixed potential crashGravatar Hoa V. DINH2014-01-03
|
* Fixed charset detection, improved collection of valid charset (fixed #532)Gravatar Hoa V. DINH2014-01-02
|
* Fixed #531, #530, #529, #528, #527: fixed thread safety in case callback is ↵Gravatar Hoa V. DINH2014-01-02
| | | | dispatched in a thread different than main thread.
* Improved charset conversion. Added TODOs.Gravatar Hoa V. DINH2014-01-02
|
* Merge pull request #535 from CodaFi/W-Pedantic-WarningsGravatar Hoà V. DINH2014-01-02
|\ | | | | Cleans up warnings
* | Build fixes for LinuxGravatar Hoa V. Dinh2014-01-02
| |
| * Fix PR commentsGravatar Robert Widmann2014-01-02
| |
| * Return proper NULL delimiterGravatar Robert Widmann2014-01-01
| | | | | | | | | | | | NULL will get cast to (char)0 properly, but casting ‘\0’ (technically an int) better expresses the intent that we mean to return the terminating char.
| * Add required virtual destructors.Gravatar Robert Widmann2013-12-29
| |
| * Remove unused or undefined functionsGravatar Robert Widmann2013-12-29
| |
| * Remove mentions of registerGravatar Robert Widmann2013-12-29
|/ | | | | | | C++ 11 Standard (Annex D.2): The use of the register keyword as a storage-class-specifier (7.1.1) is deprecated.
* RAW -> RawGravatar Robert Widmann2013-12-29
|
* Implement X-GM-RAW interfacesGravatar Robert Widmann2013-12-29
|
* Merge pull request #494 from pfennema/masterGravatar Hoà V. DINH2013-12-10
|\ | | | | Fixed month and year calculation by adding +1 for month and +1900 for ye...
| * Fixed month and year calculation by adding +1 for month and +1900 for year.Gravatar pfennema2013-12-10
| | | | | | | | | | the tm structure has months starting with 0, while libetpan expects that January starts at 1 Furthermore, the year component is an integer starting from 1900 while libetpan expects a 4 digit year number
* | Unify Project StyleGravatar CodaFi2013-12-08
|/