Commit Graph

29 Commits (master)

Author SHA1 Message Date
Alexandre Julliard 7c7a259e7c browseui: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-28 12:06:46 +02:00
Alex Henrie be8870d5ea browseui: Have a single empty wide string at the top of progressdlg.c.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-12-04 16:13:10 +01:00
Michael Müller 94b49ad53b browseui: Implement PROGDLG_AUTOTIME flag for IProgressDialog.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45970
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-23 15:52:55 +02:00
Michael Stefaniuc a11f6b278e browseui: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 09:42:12 +02:00
Michael Müller ff529f4645 browseui: Implement IProgressDialog::SetAnimation.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-11 15:45:11 +02:00
Michael Stefaniuc b48aef8a9e browseui: Use the global HeapAlloc() wrappers.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-30 09:07:27 +01:00
Nikolay Sivov 3e7da62ab8 browseui: Use defined context kind constant with CoGetMalloc().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-04 21:56:18 +09:00
Nikolay Sivov 77a63b7245 browseui: Return interface pointer instead of impl pointer. 2015-04-06 12:09:28 +09:00
Sebastian Lackner 5ecc08e349 browseui: Avoid race-conditions when progress dialog is released before thread terminates. 2015-03-27 00:11:32 +09:00
Sebastian Lackner 890dc4d260 browseui: Always use interlocked functions when accessing variable BROWSEUI_refCount. 2015-03-02 13:52:55 +09:00
André Hentschel 69f01adf2d browseui: HeapFree after deleting the cs (coverity). 2012-10-25 11:47:15 +02:00
Nikolay Sivov ab5c3ad8da browseui: Call interface methods properly. 2012-08-20 10:58:40 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Detlef Riekenberg 744acc1ddd browseui: Add IOleWindow to IProgressDialog. 2012-04-19 19:28:12 +02:00
Alexandre Julliard 0159389484 browseui: Make sure that common controls are loaded before creating the dialog. 2011-11-22 14:20:49 +01:00
Francois Gouget 51ab24dd66 browseui: Give a name and delete the critical sections. 2011-11-14 20:15:19 +01:00
Michael Stefaniuc f4a0e3491e browseui: Use an iface instead of a vtbl pointer in ProgressDialog. 2010-12-09 12:23:13 +01:00
Michael Stefaniuc 3a95eaab9a browseui: Remove superfluous casts from/to void pointers. 2009-01-04 13:33:59 +01:00
Alexandre Julliard 13fa728219 browseui: Make a function static. 2008-12-04 12:46:34 +01:00
Andrew Talbot ba36068c92 browseui: Sign-compare warning fix. 2008-07-28 12:16:25 +02:00
Mikołaj Zalewski 659542aafc browseui: progressdlg: don't leak the event. 2008-06-30 12:10:52 +02:00
Andrew Talbot 160945e217 browseui: Fix handle leak. 2008-04-16 14:07:45 +02:00
Jacek Caban 04ba306690 browseui: Code clean up. 2008-02-22 12:09:47 +01:00
Rob Shearman e1affcc55e browseui: Fix typo in declaration of empty_string in set_buffer. 2008-02-19 13:39:24 +01:00
Alexandre Julliard 1d0bcb3b37 browseui: Remove WINAPI from functions that don't need it. 2008-02-16 14:05:32 +01:00
Mikołaj Zalewski cd7e1417b1 browseui: Implement PROGDLG_NOMINIMIZE. 2008-02-15 12:04:56 +01:00
Austin English f6caf1be81 Misc spelling fixes. 2008-01-18 12:51:08 +01:00
Stefan Leichter d4e37265f8 browseui: Print 64bit integers with wine_dbgstr_longlong. 2007-11-09 12:40:06 +01:00
Mikolaj Zalewski d0cff353af browseui: Implement the progress dialog. 2007-10-24 13:49:17 +02:00