Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abiword
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
athos
abiword
Commits
dcd8a101
Commit
dcd8a101
authored
May 16, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add TODO
parent
9c592650
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gr_Graphics.cpp
abiword/src/af/gr/xp/gr_Graphics.cpp
+1
-0
fv_View.cpp
abiword/src/text/fmt/xp/fv_View.cpp
+2
-0
No files found.
abiword/src/af/gr/xp/gr_Graphics.cpp
View file @
dcd8a101
...
...
@@ -86,6 +86,7 @@ UT_sint32 GR_Font::getCharWidthFromCache (UT_UCSChar c) const
// the static getCharWidthCache()
#ifndef ABI_GRAPHICS_PLUGIN_NO_WIDTHS
// first of all, handle 0-width spaces ...
// TODO: 2060 in add to 0xFEFF
if
(
c
==
0xFEFF
||
c
==
0x200B
||
c
==
UCS_LIGATURE_PLACEHOLDER
)
return
0
;
...
...
abiword/src/text/fmt/xp/fv_View.cpp
View file @
dcd8a101
...
...
@@ -4820,6 +4820,8 @@ bool FV_View::setCharFormat(const gchar * properties[], const gchar * attribs[])
not strictly text fmt; when pressing ctrl+space, more often than not the user wants to
get rid of bold, italics, etc., but not of the langauge markup. So we exercise a
degree of discretion.
TODO: cleanup justification too
*/
bool
FV_View
::
resetCharFormat
(
bool
bAll
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment