Age | Commit message (Collapse) | Author | Files | Lines |
|
From Sakshi Verma.
|
|
trying
to draw more within initial drawing context.
|
|
|
|
|
|
Avoids warning from Visual C++ code analysis.
|
|
|
|
|
|
|
|
|
|
Based on work by Matthew Brush and Lex Trottman.
|
|
|
|
|
|
|
|
|
|
From Mitchell Foral.
|
|
|
|
on retina displays.
|
|
|
|
|
|
|
|
safely limited so use strcat instead.
|
|
|
|
a recent SDK and allow disabling Direct2D by defining DISABLE_D2D.
Run a test compile of a file that includes these headers and use compilation
failure to disable Direct2D.
|
|
|
|
|
|
statically linked.
Avoid these issues and ensure compatibility with NT 4 by not including MultiMon.h and
dynamically linking to the monitor APIs when available. If not available use the
single monitor work area to define the available area.
|
|
|
|
|
|
|
|
Bug #3543121.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this file.
Use IListBox interface to limit exposure of ListBoxImpl to AutoCompletionDataSource.
Changes only affect visibility and declarations with no change to functionality.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From John Vella.
|
|
|
|
|
|
loop with unclear termination.
|
|
|
|
Style fixed format comments from column 73. Bug #3540486.
Fold CRITICAL .. END CRITICAL. Bug #3540486.
Fix styling after comment line ending with '&'. Bug #3087226.
Style preprocessor lines so they do not trigger incorrect folding. Bug #2906275.
Fix folding of nested ifs. Bug #2809176.
From darmar.
|