2003-01-09 |
Dimitrie O. Paun | Collapse the -hHrs options into the -O option.
|
commit | commitdiff | tree |
2003-01-07 |
Dimitrie O. Paun | Use the standard symbol names instead of the msvcrt...
|
commit | commitdiff | tree |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files...
|
commit | commitdiff | tree |
2003-01-07 |
Dimitrie O. Paun | Teach winegcc to produce executables directly from...
|
commit | commitdiff | tree |
2003-01-07 |
Dimitrie O. Paun | Stubs for DllGetClassObject, Ole[GS]etClipboard in...
|
commit | commitdiff | tree |
2003-01-05 |
Dimitrie O. Paun | mingw links in comdlg32, shell32, and advapi32 by default.
|
commit | commitdiff | tree |
2003-01-05 |
Dimitrie O. Paun | Pass -l's that are not .dll's or .a's to the linker.
|
commit | commitdiff | tree |
2003-01-05 |
Dimitrie O. Paun | - Define the standard __WINE__ and __WIN32__ macros.
|
commit | commitdiff | tree |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__.
|
commit | commitdiff | tree |
2003-01-04 |
Dimitrie O. Paun | Enable nameless structures in C++ for gcc >= 3.x (discovery and
|
commit | commitdiff | tree |
2003-01-04 |
Dimitrie O. Paun | Pass only the -o -l -L options to winewrap, ignore...
|
commit | commitdiff | tree |
2003-01-03 |
Dimitrie O. Paun | Properly handle the -M switch.
|
commit | commitdiff | tree |
2003-01-03 |
Dimitrie O. Paun | Properly link agains .a files using the -l switch.
|
commit | commitdiff | tree |
2003-01-03 |
Dimitrie O. Paun | Simplify the code for the generated wrapper.
|
commit | commitdiff | tree |
2003-01-03 |
Dimitrie O. Paun | Eliminate lots of __WINE__ conditionals from the headers.
|
commit | commitdiff | tree |
2003-01-03 |
Dimitrie O. Paun | SHGetMalloc() returns a HRESULT, not a DWORD.
|
commit | commitdiff | tree |
2003-01-03 |
Dimitrie O. Paun | Define NULL if it's not defined already.
|
commit | commitdiff | tree |
2003-01-03 |
Dimitrie O. Paun | Support outputing files to a different directory than...
|
commit | commitdiff | tree |
2003-01-02 |
Dimitrie O. Paun | Added C++ support & small cleanups.
|
commit | commitdiff | tree |
2003-01-02 |
Dimitrie O. Paun | Support C++ linking with a new -C switch.
|
commit | commitdiff | tree |
2003-01-02 |
Dimitrie O. Paun | Add support for wrapper generation to winewrap.
|
commit | commitdiff | tree |
2003-01-02 |
Dimitrie O. Paun | Compile with WINE_UNICODE_NATIVE defined, essential...
|
commit | commitdiff | tree |
2003-01-02 |
Dimitrie O. Paun | Add the -F option to set a DLL's filename.
|
commit | commitdiff | tree |
2002-12-24 |
Dimitrie O. Paun | Fix definitions for Uuid{To,From}String, RpcStringFree.
|
commit | commitdiff | tree |
2002-12-24 |
Dimitrie O. Paun | Fix the defintion of {,LP}NM_TREEVIEW{A,W}.
|
commit | commitdiff | tree |
2002-12-23 |
Dimitrie O. Paun | Add support for library path (-L).
|
commit | commitdiff | tree |
2002-12-23 |
Dimitrie O. Paun | Added missing GetActiveObject declaration.
|
commit | commitdiff | tree |
2002-12-23 |
Dimitrie O. Paun | Added missing LPDROPFILES definition.
|
commit | commitdiff | tree |
2002-12-23 |
Dimitrie O. Paun | DEVMODE structure uses short not SHORT for its fields.
|
commit | commitdiff | tree |
2002-12-19 |
Dimitrie O. Paun | Added missing GetWinMetaFileBits() declaration.
|
commit | commitdiff | tree |
2002-12-19 |
Dimitrie O. Paun | Fix defines for LV_ITEM, LV_DISPINFO, and LV_FINDINFO.
|
commit | commitdiff | tree |
2002-12-19 |
Dimitrie O. Paun | Add definitions for N[W]PSTR.
|
commit | commitdiff | tree |
2002-12-19 |
Dimitrie O. Paun | Remove the -L wrc option, as no automatic fudging of...
|
commit | commitdiff | tree |
2002-12-19 |
Dimitrie O. Paun | UpdateWindow returns a BOOLean.
|
commit | commitdiff | tree |
2002-12-18 |
Dimitrie O. Paun | Map strcasecmp to _stricmp.
|
commit | commitdiff | tree |
2002-12-17 |
Dimitrie O. Paun | Added stubs for {Start,End}{Doc,Page}Printer.
|
commit | commitdiff | tree |
2002-12-17 |
Dimitrie O. Paun | Better handling of errors while fork/execing.
|
commit | commitdiff | tree |
2002-12-17 |
Dimitrie O. Paun | Pass the gui flag to winewrap if we're linking a GUI...
|
commit | commitdiff | tree |
2002-12-15 |
Dimitrie O. Paun | Teach mingwrap to use winewrap to do the linking, just...
|
commit | commitdiff | tree |
2002-12-15 |
Dimitrie O. Paun | Small cleanups to match current build process.
|
commit | commitdiff | tree |
2002-12-13 |
Dimitrie O. Paun | New wine build utility that should make it easy for...
|
commit | commitdiff | tree |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not...
|
commit | commitdiff | tree |
2002-12-12 |
Dimitrie O. Paun | Do not display the long options in the usage message...
|
commit | commitdiff | tree |
2002-12-11 |
Dimitrie O. Paun | wrc should be aware of the location of the system headers.
|
commit | commitdiff | tree |
2002-12-10 |
Dimitrie O. Paun | Gracefully degrade to getopt if getopt_long does not...
|
commit | commitdiff | tree |
2002-12-10 |
Dimitrie O. Paun | Get rid of generic notification support in comctrl32...
|
commit | commitdiff | tree |
2002-12-10 |
Dimitrie O. Paun | - Plug a bunch of memory leaks.
|
commit | commitdiff | tree |
2002-12-10 |
Dimitrie O. Paun | Update Wine FAQ to latest revision.
|
commit | commitdiff | tree |
2002-12-06 |
Dimitrie O. Paun | Make wrc command line compatible with windres.
|
commit | commitdiff | tree |
2002-12-06 |
Dimitrie O. Paun | Install DDK headers as well.
|
commit | commitdiff | tree |
2002-12-05 |
Dimitrie O. Paun | New MinGW wrapper that makes gcc on Linux behave like...
|
commit | commitdiff | tree |
2002-12-03 |
Dimitrie O. Paun | Change header install location as such:
|
commit | commitdiff | tree |
2002-11-30 |
Dimitrie O. Paun | Add a way to tell msvcrt to define wchar_t.
|
commit | commitdiff | tree |
2002-11-27 |
Dimitrie O. Paun | - Typesafe parameters from TREEVIEW_NotifyFormat.
|
commit | commitdiff | tree |
2002-11-23 |
Dimitrie O. Paun | Allow apps to define __int{8,16,32,64} on the command...
|
commit | commitdiff | tree |
2002-11-21 |
Dimitrie O. Paun | Add definition for WSAEDISCON.
|
commit | commitdiff | tree |
2002-11-19 |
Dimitrie O. Paun | Added definition for PeekNamedPipe
|
commit | commitdiff | tree |
2002-11-18 |
Dimitrie O. Paun | Support commctrl message-helper macros in C++.
|
commit | commitdiff | tree |
2002-11-18 |
Dimitrie O. Paun | Use DeleteDC instead of DeleteObject to free HDCs ...
|
commit | commitdiff | tree |
2002-11-12 |
Dimitrie O. Paun | Remove parts that have been moved already in the Development...
|
commit | commitdiff | tree |
2002-11-11 |
Dimitrie O. Paun | Rewrite make_ctests and runtest in shell.
|
commit | commitdiff | tree |
2002-11-06 |
Dimitrie O. Paun | Do not draw the text of the item being edited.
|
commit | commitdiff | tree |
2002-11-06 |
Dimitrie O. Paun | Fix the 'jumping selection' bug (#1108).
|
commit | commitdiff | tree |
2002-10-31 |
Dimitrie O. Paun | Append columns with large column indices.
|
commit | commitdiff | tree |
2002-10-31 |
Dimitrie O. Paun | Fix some treeview notification codes between ANSI/Unicode...
|
commit | commitdiff | tree |
2002-10-29 |
Dimitrie O. Paun | Send the right notification code (A/W) depending on...
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | We should always have a main item in report mode.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Properly fill lParam in NMLISTVIEW.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Fix crash-inducing typo/thinko.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Mark immutable objects as const. Fix inconsistent ...
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Add LVHITTESTINFO debug helper. More tracing.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Despite what the docs say, we have to invalidate the...
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Eliminate flicker when resizing, docs updates.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Cleanup, and simplification of UpdateSize.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Handle focus item properly in SetItemCount.
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Remove only the necessary selections when setting the...
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Rewrite of the SetItemCount: bugs got squashed,
|
commit | commitdiff | tree |
2002-10-28 |
Dimitrie O. Paun | Add proper support for the SHCONTF_INCLUDEHIDDEN flag.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Do not invalidate list on WM_SETREDRAW.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | We can avoid flicker on column resize only if it's...
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Always draw the main item in full row select.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Use iterators to render over the columns, in report...
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Small iterator-over-range[s] cleanup.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Eliminate most of the flicker when resizing columns.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Fix subitem background color in full row select.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | We should callback for inexistent subitems.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Fix crash when computing the item width of a report...
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Keep autoarranging items until one is moved.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Abstract autoarranging decision to a helper function.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Do not do screen work if refreshing is disabled.
|
commit | commitdiff | tree |
2002-10-25 |
Dimitrie O. Paun | Rewrite the UpdateScroll function: simpler, faster.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Avoid division by 0 by initializing the item size in...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Append to the end of the DPA, if insert index is too...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Fix thinko that slipped in with the prev patch (reenables...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Do not invalidate the window before the first paint...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Use InvalidateItem instead of explicit InvalidateRect...
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Transform the invalidation macros to proper functions.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Delay some size computations until after first paint.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Delete the items if we actually own them.
|
commit | commitdiff | tree |
2002-10-23 |
Dimitrie O. Paun | Do not callback to the parent for lParam when in LVS_OWNERDATA.
|
commit | commitdiff | tree |