summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2002-09-25#103487# handle WM_IME_CHAR to support 3rd party IMEsStephan Schäfer1-3/+12
2002-09-25#103672#implementation of implshownativedialogTino Rachui1-3/+12
2002-09-23#103578# all floaters get small caption againStephan Schäfer1-4/+6
2002-09-19#103415# enable subsetting of dismembered TTCHerbert Duerr1-9/+4
2002-09-18#103415# avoid crash when embedding ttcHerbert Duerr1-3/+9
2002-09-18#103360# mirror geometry on demandStephan Schäfer1-31/+19
2002-09-18#100850# fix ExtTextA advance width for DBCS caseHerbert Duerr1-36/+57
2002-09-17#100850# improve emulation of TextW funcsHerbert Duerr1-62/+122
2002-09-16#100850# workaround for problematic uwinapi usageHerbert Duerr1-9/+9
2002-09-12#103183# fix GetGlyphBoundRect() on W32Herbert Duerr1-3/+6
2002-09-12#103183# fix SalLayout::GetBoundRect() on W32Herbert Duerr1-16/+14
2002-09-10#102256# #103079# fix arabic and hebrew justification, improve performance on...Herbert Duerr1-63/+117
2002-09-04#100194# implement Bidi item ordering, adjust to SalLayout::DrawText changesHerbert Duerr1-133/+134
2002-09-04#100194# use SalLayout's glyph conventionsHerbert Duerr1-6/+4
2002-08-29#100194# fix Bidi for mixed RTL/LTR and implement GetCursorPositionsHerbert Duerr1-40/+218
2002-08-29#100860# window based UI-mirroringStephan Schäfer4-35/+35
2002-08-28#101919# In vertical mode, always pass a font name starting with '@' to Windo...Stephan Bergmann3-26/+44
2002-08-26#100153# enable subpixel acurracy in GetTextBreak()Herbert Duerr1-8/+8
2002-08-22#100194# fix some Bidi issues on WinHerbert Duerr1-13/+34
2002-08-19#100850# when using ANSI instead of Unicode arrays have double item capacityHerbert Duerr1-9/+9
2002-08-16#100194# fix Bidi issues for SimpleWinlayout + some cleanupHerbert Duerr1-22/+40
2002-08-15#101700# Removed obsolete GetLayoutOutline.Stephan Bergmann1-14/+2
2002-08-13#101334# Release all resources when exiting CreateFontSubset.Stephan Bergmann1-32/+87
2002-08-12#100860# mirror win pos in updateframegeometryStephan Schäfer1-4/+28
2002-08-09#101334# first shot at implementing font subsetting on W32 platformHerbert Duerr1-15/+161
2002-08-07#98991# avoid W32 glyph APIs for vertical layoutHerbert Duerr1-83/+8
2002-08-06#100000# fix compilation for remote targetVladimir Glazounov1-3/+8
2002-08-05#102067# Check existence of flag arrayThorsten Behrens1-3/+6
2002-08-02#101973# fix crash with forced RTL layout on non-CTL stringsHerbert Duerr1-13/+6
2002-08-01#100671# implement nCharExtra GetTextBreak, use generic outline functionHerbert Duerr1-38/+11
2002-07-30#101762# enable native accessibility error messagesPhilipp Lohmann1-2/+8
2002-07-30#100495# fix GetTextOutline for rotated/vertical text on W32Herbert Duerr1-47/+92
2002-07-30#101700# fix outline handling and some cleanupHerbert Duerr1-146/+6
2002-07-29#101335# implement pCharIndex return parm for GetNextGlyphHerbert Duerr1-10/+24
2002-07-26#101683# avoid glyph processing for some fontsHerbert Duerr2-26/+34
2002-07-26#100127# Corrected point type test and index calcsThorsten Behrens1-4/+4
2002-07-26#101808# use GCP_SHAPEGLYPHS instead of FLI_GLYPHS to determine GCP handlingHerbert Duerr1-7/+5
2002-07-26#101563# override GetCharPlacements handling of notdef glyphsHerbert Duerr1-16/+30
2002-07-23#101335# implement and use GetNextGlyphs on win32Herbert Duerr1-146/+346
2002-07-20#100608# added stubs for font subsets and embedded fontsPhilipp Lohmann1-2/+28
2002-07-16#98888# Show() with NoActivate-optionStephan Schäfer1-8/+11
2002-07-15#100608# helper for pdf exportPhilipp Lohmann1-2/+6
2002-07-12#99154# ignore taskbar in fullscreen modeStephan Schäfer1-22/+73
2002-07-11#100860# mirrored salgraphicsStephan Schäfer2-7/+61
2002-07-11#100860# hack for mirrored salgraphics testingStephan Schäfer1-3/+8
2002-07-05#100823# GetSalSystemDisplayInfoStephan Schäfer1-2/+21
2002-07-03#100127# Added native bezier curves for WindowsGDIThorsten Behrens1-2/+217
2002-06-27#100683# fixedLars Langhans1-5/+12
2002-06-21#100392# make SimpleWinLayouts StretchedText compatible with UNX layoutsHerbert Duerr1-34/+17
2002-06-21#100194# fix BiDi behaviour of SimpleWinLayoutHerbert Duerr1-43/+83