Commit graph

19945 commits

Author SHA1 Message Date
Ged Murphy 9e30dec486 dropping this defragger in here for safe keeping. It's pretty hard to come by on the net now.
svn path=/trunk/; revision=21411
2006-03-30 00:09:09 +00:00
Saveliy Tretiakov 6634193239 Forget to update rpcrt4.spec
svn path=/trunk/; revision=21410
2006-03-29 19:15:29 +00:00
Saveliy Tretiakov 858feb20c2 Implement NdrCContextMarshall()
svn path=/trunk/; revision=21409
2006-03-29 19:09:43 +00:00
Saveliy Tretiakov 3fdda32084 Implement NDRCContextBinding()
svn path=/trunk/; revision=21408
2006-03-29 18:11:19 +00:00
Saveliy Tretiakov 50602379e8 Test application for demonstration of how undocumented context handle function work.
svn path=/trunk/; revision=21407
2006-03-29 17:42:29 +00:00
Ged Murphy 4f915f4ae1 remove Wine makefile
svn path=/trunk/; revision=21406
2006-03-29 15:04:50 +00:00
Ged Murphy 3da0dd2989 - [AUDIT] unlocked notepad. Much of the code is from Wine, ReactOS code builds on this.
- Implement find next and add some German resources - patch by timo.kreuzer@web.de
- fixes bugs 1351 & 1352

svn path=/trunk/; revision=21405
2006-03-29 14:51:37 +00:00
Ged Murphy 6fe727f643 Import a very basic version of wordpad from Wine.
svn path=/trunk/; revision=21404
2006-03-28 21:15:04 +00:00
Ged Murphy 1cd2317a7f sync to wine-20060328
*listview.c
- Mike McCormack <mike@codeweavers.com>
comctl32: Get rid of some incorrect casts.

- Peter ┼strand <astrand@cendio.se>
comctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists.

- Mike McCormack <mike@codeweavers.com>
comctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros.

- Maarten Lankhorst <m.b.lankhorst@gmail.com>
comctl32: Restore listview font on CDRF_NEWFONT.

- Dmitry Timoshkov <dmitry@codeweavers.com>
comctl32: Make listview use standard wine_dbg_sprintf and wine_dbgstr_xxx.

- Vitaliy Margolen <wine-patch@kievinfo.com>
comctl32: Listview - allow selection toggle with ctrl+space.


*comctl32undoc.c
- Mike McCormack <mike@codeweavers.com>
comctl32: Having an MRU list without a compare function works in Windows.

- Thomas Weidenmueller <wine-patches@reactsoft.com>
comctrl32: ReAlloc should be able to move memory blocks if necessary.


*rebar.c
- Thomas Weidenmueller <wine-patches@reactsoft.com>
comctl32: Rebar size fix.

Rebars without any bands should have a height/width of 0.

- Phil Krylov <phil@newstar.rinet.ru>
comctl32: Fix rebar autosize behaviour.
Allow autoresizing rebar by PostMessage(hwndRebar, WM_SIZE, 0, 0) like
native does, taking as few rows as possible and using the parent
window client area size for the other dimension (width for horizontal
rebars or height for vertical ones).


*tab.c
- James Hawkins <truiken@gmail.com>
comctl32: A couple fixes for tab icon offsets.

Shift selected icons up and non-selected icons down.
Add the top or left draw rect to the vertical offset, because it may
not be zero.

- Tobias Loew <tobi@die-loews.de>
comctl32: Fix tab-control flickering.


*tooltips.c
- Rein Klazes <wijn@wanadoo.nl>
comctl32: Do not free LPSTR_TEXTCALLBACK tooltip texts.

svn path=/trunk/; revision=21403
2006-03-28 15:01:59 +00:00
Aleksey Bragin 184d7fdb71 - Sync oleaut32.dll to Wine-0.9.10
- Change related header files

svn path=/trunk/; revision=21399
2006-03-27 16:44:53 +00:00
Aleksey Bragin b40a53ddf9 - Fix incorrect RPCRTAPI definition
- Add more languages to winnt.h (needed for further oleaut32 wine sync)
- Moved some languages out of wine/winnt.h and changing their value to those in windows headers

svn path=/trunk/; revision=21398
2006-03-27 13:30:37 +00:00
Peter Ward 81a4845c26 [AUDIT]
reactos\drivers\storage\disk (Unlocked):
- I've read over each function and there is nothing in here
  which is reversed, besides it's not even compatible with
  the windows counter-part.
- I state that this is clean.

svn path=/trunk/; revision=21397
2006-03-27 07:38:43 +00:00
Peter Ward 088d9ac735 Fixed a few spelling mistakes and change http://www.reactos.com to http://www.reactos.org/.
svn path=/trunk/; revision=21396
2006-03-26 19:57:49 +00:00
Aleksey Bragin 5e7a909713 - Update rpc-related headers to Wine 0.9.10 (rpcndr.h is merged with the new changes, not replaced completely)
- dll/rpcrt4 - if NdrSendReceive fails, don't produce um exception, but just print a warning - as it was before the Wine 0.9.10 merge (fixes TaskMgr regression, and probably other related things)

svn path=/trunk/; revision=21395
2006-03-26 19:38:03 +00:00
Aleksey Bragin 008f6d9b8f - Sync rpcfc.h to Wine-0.9.10
svn path=/trunk/; revision=21394
2006-03-26 16:04:49 +00:00
Aleksey Bragin 6a46c71a1a - Fix DbgPrint -> DPRINT1, commented out DbgPrint -> DPRINT
- Fix a pair of places where failure results in no debug message
- Formatting is still UGLY. To be fixed later.

svn path=/trunk/; revision=21392
2006-03-25 21:04:40 +00:00
Peter Ward 43afc66e5c [AUDIT]
reactos\base\system\expand (Unlocked):
- Clean.

svn path=/trunk/; revision=21391
2006-03-25 20:39:54 +00:00
Peter Ward b64c0214fc [AUDIT]
reactos\base\system\autochk (Unlocked):
- Clean.

svn path=/trunk/; revision=21390
2006-03-25 20:36:54 +00:00
Aleksey Bragin 4002f3cd8b [AUDIT]
winlogon:
- One half of functions is UNIMPLEMENTED - thus clean
- The other functions are fully reactos-specific and not compatible with windows kernel at all - thus there was no need to reverse engineer.
- Changed one typo in comments in wlx.c

svn path=/trunk/; revision=21389
2006-03-25 20:16:27 +00:00
Christoph von Wittich fd2f898ef9 fix drawing of GROUPBOX controls
svn path=/trunk/; revision=21388
2006-03-25 15:53:14 +00:00
Peter Ward 3c33d41806 [AUDIT]
reactos\base\shell\cmd (Unlocked):
- Clean.
- Derived from FreeCOM.

svn path=/trunk/; revision=21387
2006-03-25 15:53:01 +00:00
Christoph von Wittich 17147e2c6d fix toolbar icons
svn path=/trunk/; revision=21386
2006-03-25 11:27:48 +00:00
Peter Ward 3a483c43db [AUDIT]
reactos\drivers\filesystems\mup (Unlocked):
- Clean.

svn path=/trunk/; revision=21385
2006-03-25 01:39:22 +00:00
Peter Ward 77a002b25d [AUDIT]
reactos\drivers\filesystems\template (Unlocked):
- No reason for this to be locked (obviously clean).

svn path=/trunk/; revision=21384
2006-03-25 01:34:07 +00:00
Peter Ward c748e0018f [AUDIT]
reactos\drivers\filesystems\minix (Unlocked):
- No reason for this to be locked (obviously clean).

svn path=/trunk/; revision=21383
2006-03-25 01:31:39 +00:00
Peter Ward a19635a267 [AUDIT]
reactos\drivers\filesystems\ext2 (Unlocked):
- No reason for this to be locked (obviously clean).

svn path=/trunk/; revision=21382
2006-03-25 01:28:11 +00:00
Peter Ward e92c90a8d8 [AUDIT]
reactos\lib\tgetopt (Unlocked):
- No reason for this to be locked (obviously clean).

svn path=/trunk/; revision=21381
2006-03-25 00:46:39 +00:00
Peter Ward c795b788a0 [AUDIT]
reactos\dll\keyboard (Unlocked):
- No reason for this to be locked (obviously clean).

svn path=/trunk/; revision=21380
2006-03-25 00:38:20 +00:00
Maarten Bosma d95410ab89 Removed on kjk's request
svn path=/trunk/; revision=21379
2006-03-25 00:18:44 +00:00
Ged Murphy 60abc829a8 - cleannup code
- an excuse to commit to make encoded happy  :)

svn path=/trunk/; revision=21378
2006-03-25 00:04:29 +00:00
Ged Murphy a6e679a8b3 docking toolbar fixes from Thomas. 1st attempt at always active floating toolbars
svn path=/trunk/; revision=21377
2006-03-24 20:59:38 +00:00
Ged Murphy e3342f0b3e - Fix drawing onto loaded bitmaps.
- Don't call CreateCompatibleDC for each paint
- Make the floating windows translucent unless the cursor is over them
- Put in some temp code for basic sketches. (this functionality needs incorporating into separate tool functions)
- change the internal name 'floating toolbars' to 'floating windows' to avoid confusion.

svn path=/trunk/; revision=21376
2006-03-24 19:39:07 +00:00
Peter Ward 5e4fc1d4c3 [AUDIT]
reactos\tools\wine2ros (Unlocked):
- No reason for these to be locked (obviously clean).

svn path=/trunk/; revision=21375
2006-03-24 18:43:52 +00:00
Saveliy Tretiakov e60bf30f95 Implement RpcBindingCopy()
svn path=/trunk/; revision=21374
2006-03-24 14:14:34 +00:00
Ged Murphy b7c89c9fe6 Add the floating windows and anchor them the the main window if moved
svn path=/trunk/; revision=21373
2006-03-23 19:27:38 +00:00
Christoph von Wittich 4902277f8c restore the bitmap in hDCMem before deleting the DC
svn path=/trunk/; revision=21372
2006-03-22 22:22:33 +00:00
Peter Ward 2df957f4a3 [AUDIT]
reactos\tools\regtests2xml (Unlocked):
reactos\tools\rgenstat     (Unlocked):
- No reason for these to be locked (obviously clean).

svn path=/trunk/; revision=21371
2006-03-22 21:57:25 +00:00
Peter Ward e38ab38ac8 [AUDIT]
reactos\tools\pipetools (Unlocked):
- No reason for pipetools to be locked (obviously clean).

svn path=/trunk/; revision=21370
2006-03-22 21:41:11 +00:00
Peter Ward 7758c91e79 Alphabetized the name list in the CREDITS file.
svn path=/trunk/; revision=21369
2006-03-22 21:19:25 +00:00
Ged Murphy e7cd66298d add a reminder note to fix the check.
svn path=/trunk/; revision=21368
2006-03-22 21:16:54 +00:00
Ged Murphy 05ddf03004 - temp fix opening of bitmaps
- link manifest

svn path=/trunk/; revision=21366
2006-03-22 21:13:06 +00:00
Ged Murphy 6f45035366 - start to implement conversion factors for new image properties
- implement opening and displaying of bitmaps
- add new icons for the standard toolbar

svn path=/trunk/; revision=21365
2006-03-22 19:51:51 +00:00
Aleksey Bragin b9c92e97f2 - Translation of base/applications/sm into Russian language by Lentin
- Edited by me

svn path=/trunk/; revision=21364
2006-03-22 10:45:25 +00:00
Alex Ionescu 1a35a96fa2 - Add these two missing headers.
svn path=/trunk/; revision=21363
2006-03-21 22:48:26 +00:00
Aleksey Bragin 43a02bfa45 Sync to Wine-0_9_10:
Robert Shearman <rob@codeweavers.com>
- ndrtypes.h added into reactos/include
- too many changes to paste here. Look at the url below, checking all changes done after Wine-0_9_5 tag (including Wine-0_9_10 as the last one)
- http://cvs.winehq.com/cvsweb/wine/dlls/rpcrt4/?cvsroot=home/wine

svn path=/trunk/; revision=21362
2006-03-20 21:52:24 +00:00
Aleksey Bragin 1e8013cf73 - Reflect recent changes in the SVN server / ViewVC path in the WINE-importing guide
svn path=/trunk/; revision=21359
2006-03-20 09:36:03 +00:00
Saveliy Tretiakov 3eb5ed134d [AUDIT] Unlock security.dll (no code, redirects to secur32.dll)
svn path=/trunk/; revision=21358
2006-03-20 09:16:10 +00:00
Saveliy Tretiakov cb29b4cd9b [AUDIT] Unlock wsock32.dll (no code, obviously clean)
svn path=/trunk/; revision=21357
2006-03-20 08:58:22 +00:00
Saveliy Tretiakov c8e8162638 [AUDIT] Unlock winfax (no code, obviously clean)
svn path=/trunk/; revision=21356
2006-03-20 08:49:38 +00:00
Peter Ward 822bbce3cc [AUDIT]
reactos\tools\gendib (Unlocked):
reactos\tools\ms2ps  (Unlocked):
- No reason for these to be locked (obviously clean).

svn path=/trunk/; revision=21355
2006-03-20 00:22:46 +00:00