dwrite: Implement GetWeight() for IDWriteFont.
[wine] / programs / winedbg /
2012-10-08  Alexandre Julliardwinedbg: Mark the lexer as always interactive to preven...
2012-10-08  André Hentschelwinedbg: Adjust copyright to avoid confusions.
2012-10-08  André Hentschelwinedbg: Simplify Coprocessor operators in the Thumb2...
2012-10-08  André Hentschelwinedbg: Add load non-word operators to Thumb2 disassem...
2012-10-08  André Hentschelwinedbg: Add preload operators for Thumb2 disassembler.
2012-10-04  André Hentschelwinedbg: Reorder disassembler functions to match instru...
2012-10-04  André Hentschelwinedbg: Add Coprocessor data transfer operators for...
2012-10-04  André Hentschelwinedbg: Add enhanced Coprocessor move operators to...
2012-10-04  André Hentschelwinedbg: Add Coprocessor data operators for Thumb2...
2012-10-03  André Hentschelwinedbg: Add control operators to Thumb2 disassembler.
2012-10-03  André Hentschelwinedbg: Add hint operators to Thumb2 disassembler.
2012-10-03  André Hentschelwinedbg: Add special register processing operators...
2012-10-03  André Hentschelwinedbg: Improve and add branch operators for Thumb2...
2012-10-01  Alexandre JulliardMark all lexers as never-interactive.
2012-08-27  André Hentschelwinedbg: Add register data processing operators to...
2012-08-27  André Hentschelwinedbg: Add store operators to Thumb2 disassembler.
2012-08-24  André Hentschelwinedbg: Add load word operators to Thumb2 disassembler.
2012-08-17  André Hentschelinclude: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_...
2012-08-15  Dmitry Timoshkovwinedbg: Make the crash dialog slightly larger and...
2012-08-13  Michael Stefaniucwinedbg: Avoid TRUE:FALSE conditional expressions.
2012-08-13  André Hentschelwinedbg: Add Coprocessor move operators to Thumb2 disas...
2012-07-27  Michael Stefaniucwinedbg: Simplify the "pointer to start of array" idiom.
2012-07-09  André Hentschelwinedbg: Add new operators regarding data processing...
2012-07-09  André Hentschelwinedbg: Add swap operator to ARM disassembler.
2012-07-09  André Hentschelwinedbg: Add multiplication operators to ARM disassembler.
2012-07-09  André Hentschelwinedbg: Add branch and exchange operator to ARM disass...
2012-06-25  Eric Pouechwinedbg: In 'info locals' command, show the full regist...
2012-06-11  André Hentschelwinedbg: Add long multiplication and division operators...
2012-06-11  André Hentschelwinedbg: Add multiplication operators to Thumb2 disasse...
2012-05-29  Alexandre Julliardwinedbg: Fix some pointer conversion warnings.
2012-05-23  Eric Pouechwinedbg: In the gdb remote protocol implementation...
2012-05-21  Eric Pouechwinedbg: In the gdb remote protocol implementation...
2012-05-16  André Hentschelwinedbg: Add partial Thumb2 disassembler.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Eric Pouechwinedbg: Also recognize 'rep ret' as a valid return...
2012-05-09  Eric Pouechwinedbg: Fix printing of fp registers for x86_64 CPU.
2012-05-02  André Hentschelwinedbg: Complete the Thumb disassembler.
2012-04-23  André Hentschelwinedbg: Print all available information about branch...
2012-04-20  André Hentschelwinedbg: Add "load address" and new nops to the Thumb...
2012-04-19  André Hentschelwinedbg: Disassemble more Thumb instructions.
2012-04-18  André Hentschelwinedbg: Add shift operators to ARM disassembler.
2012-04-17  André Hentschelwinedbg: Fix parsing table for ARM disassembler.
2012-04-16  André Hentschelwinedbg: Use better register names for ARM disassembling.
2012-04-16  André Hentschelwinedbg: Solve ARM disassembling fixmes.
2012-04-16  André Hentschelwinedbg: Add long branch to Thumb disassembling.
2012-04-13  André Hentschelwinedbg: Add partial Thumb disassembler.
2012-04-12  André Hentschelwinedbg: Add partial ARM disassembler.
2012-04-06  André Hentschelwinedbg: Implement be_arm_store_integer on ARM.
2012-04-05  Eric Pouechwinedbg: Fix set instruction when sizeof(int) <> sizeof...
2012-03-27  André Hentschelwinedbg: Fix a typo.
2012-03-12  André Hentschelwinedbg: Respect Thumb mode when adjusting PC on ARM.
2012-03-09  André Hentschelwinedbg: Use copy of be_i386_fetch_float for be_arm_fet...
2012-02-20  Francois Gougetwinedbg: The winedbg debug channel is unused in crashdl...
2012-02-11  Eric Pouechwinedbg: Let the lexer accept char definitions as integ...
2012-01-24  Eric Pouechwinedbg: Enhance algorithm to look up for memory data...
2012-01-24  Eric Pouechwinedbg, winedump: Embed wine build-id information...
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2012-01-20  Alexandre Julliardwinedbg: Use the standard dialog font for the crash...
2012-01-19  Marcus Meissnerwinedbg: LoadStringw gets character size, not bytes.
2012-01-19  André Hentschelwinedbg: Also adjust the detailed crash dialog controls...
2012-01-18  Alexandre Julliardwinedbg: Display the crash details dialog from a separa...
2012-01-18  André Hentschelwinedbg: Adjust button size to fit more translations.
2012-01-18  André Hentschelwinedbg: Remove superfluous break instruction.
2012-01-17  Alexandre Julliardwinedbg: Append some system information to the crash...
2012-01-17  Alexandre Julliardwinedbg: Make the crash details dialog resizable.
2012-01-17  Alexandre Julliardwinedbg: Add a dialog to display crash details and...
2012-01-17  Alexandre Julliardwinedbg: Split minidump option handling to a separate...
2012-01-16  Alexandre Julliardwinedbg: Kill the whole target process on exit in auto...
2012-01-04  Eric Pouechwinedbg: Added support for qAttached query packet.
2012-01-04  Eric Pouechdbghelp: When StackWalk fails to get any frame informat...
2012-01-03  Eric Pouechwinedbg: In x86_64 backend, now recognize 'rep ret...
2011-11-28  Alexandre Julliardwinedbg: Use proper links in the crash dialog.
2011-11-18  Alexandre Julliardwinedbg: Convert dialogs to po files.
2011-11-02  André Hentschelwinedbg: Use ARMv7 for debugging.
2011-10-05  Eric Pouechwinedbg: Don't assert() on unsupported v-packets, but...
2011-08-05  Frédéric Delanoywinedbg: Remove dead assignment (Clang).
2011-06-01  André Hentschelwinedbg: Increase buffer for function names.
2011-05-26  Gerald Pfeiferwinedbg: Disable some dead code in expr_eval.
2011-05-26  Akihiro Sagawawinedbg: Add Japanese resource.
2011-05-18  Andrew Nguyenwinedbg: Eliminate a possible memory leak in input_fetc...
2011-05-18  Andrew Nguyenwinedbg: Convert the CRLF newline to LF newline when...
2011-05-12  Marcus Meissnerwinedump: Fixed minidump processor revision decoding...
2011-05-09  André Hentschelwinedbg: Update a comment.
2011-05-03  André Hentschelwinedbg: Implement printing the Program Status Register.
2011-05-03  André Hentschelwinedbg: Fix a typo.
2011-04-27  André Hentschelwinedbg: Copy the x86 implementation of fetch_integer...
2011-04-27  André Hentschelwinedbg: Fill the dbg_internal_var array for ARM.
2011-04-20  André Hentschelwinedbg: Fix PC adjustment for ARM.
2011-04-20  André Hentschelwinedbg: Remove Alpha support.
2011-04-18  André Hentschelwinedbg: Be more verbose about what's not done.
2011-04-18  André Hentschelwinedbg: Implement be_arm_get_register_info.
2011-04-18  André Hentschelwinedbg: Implement be_arm_print_context.
2011-04-18  André Hentschelwinedbg: Add more ARM registers to the map.
2011-04-18  André Hentschelwinedbg: Add ARM string for minidump.
2011-04-14  André Hentschelwinedbg: Implement adjust_pc_for_break on Sparc.
2011-04-11  André Hentschelwinedbg: Implement get_addr on sparc.
2011-03-30  Francois Gougetwinedbg: stack_get_register_current_frame() is not...
2011-03-30  Francois Gougetwinedbg: memory_get_current_frame() is not used anymore...
2011-03-28  Marcus Meissnerwinedbg: Add missing break (Coverity).
next