projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
d3d8: Get rid of basetexture.c.
[wine]
/
dlls
/
msi
/
msipriv.h
2007-02-14
Mike McCormack
msi: Find pending custom actions by GUID.
blob
|
commitdiff
|
raw
2007-02-12
Mike McCormack
msi: Store dll based custom actions in a separate list.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-08
Mike McCormack
msi: Register the typelib.
blob
|
commitdiff
|
raw
2007-02-07
Misha Koshelev
msi: Make sure to ignore UI level flags in dialog and...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-05
Mike McCormack
msi: Examine the attributes of all features before...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-22
Mike McCormack
msi: Load all folders in one query, rather one per...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-14
Mike McCormack
msi: Remove track_tempfile()'s unused 2nd parameter.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
James Hawkins
msi: Store the base URL of the MSI package if it is...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-06
Alexandre Julliard
msi: Fixed definition of the MSIITERHANDLE type.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-02
Mike McCormack
msi: Avoid a memory leak by freeing actions scripts...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-01
Mike McCormack
msi: Search the patch package for source cabinet files.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-27
James Hawkins
msi: Implement handling for the ErrorDialog and use...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
Mike McCormack
msi: Update tables using records, not integer by integer.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-26
Mike McCormack
msi: Use msi_feature_set_state and msi_component_set_st...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Mike McCormack
msi: Only apply transforms that are valid for a database.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Mike McCormack
msi: Initialize the summary information from a storage...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
James Hawkins
msi: Revert "msi: Perform button control events in...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-11
James Hawkins
msi: Set the SourceDir and SOURCEDIR properties in...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Mike McCormack
msi: Merge action.h into msipriv.h.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Mike McCormack
msi: Make msi_makestring static.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
James Hawkins
msi: Make internal functions static.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
James Hawkins
msi: Perform button control events in greatest to least...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-29
James Hawkins
msi: Return to the parent dialog when the argument...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-26
James Hawkins
msi: Store the full path to the database file in the...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Mike McCormack
msi: Fix a couple of test cases for MsiDatabaseIsTableP...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Mike McCormack
msi: Delete databases we create but never commit.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
James Hawkins
msi: Store and use the center point of the dialog windo...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Mike McCormack
msi: Create MSI_ViewGetColumnInfo for accessing MsiView...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Mike McCormack
msi: Create a function to copy record fields, use it...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-29
Mike McCormack
msi: Free the handle table on PROCESS_DETACH.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-28
Dan Kegel
msi: Remove limit on number of handles.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-28
Mike McCormack
msi: Fix writing of long strings to the database.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-28
James Hawkins
msi: Add initial implementation of the DirectoryListUp...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Mike McCormack
msi: Store properties in a hash table, not the database.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-08
James Hawkins
msi: Fix the compressed files logic.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-05
Andrew Talbot
msi: Write-strings warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Stefan Leichter
msi: Make the version information of DllGetVersion...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Mike McCormack
msi: Move COM server implementation to a separate file.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-20
James Hawkins
msi: Forward MsiSetInstallLevel to an internal MSI_SetI...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-20
James Hawkins
msi: Update feature states after changing install level...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Mike McCormack
msi: Add some registry reading macro functions.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Mike McCormack
msi: Move version string conversions to registry.c.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Mike McCormack
msi: Move some registry helper functions to registry.c.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-10
Alexandre Julliard
msi: Make all the ops structures static and const.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-20
Robert Shearman
msi: Optimise WHERE operations.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-04
Mike McCormack
msi: Apply any MSI transforms specified by the TRANSFOR...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Mike McCormack
msi: Implement the Reset control event.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-31
Mike McCormack
Fix and test MsiGetProperty and MsiSetProperty.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-27
Mike McCormack
Implement transforms. This still includes some debuggi...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Mike McCormack
Create a stub function to apply a single table transfor...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Mike McCormack
Create an internal handle-free api for reading MSI...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-30
Mike McCormack
Rename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Mike McCormack
Fix and test MsiViewGetColumnInfo and binary fields.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-28
Mike McCormack
Don't create MSI handles unless we have to pass one...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-21
Mike McCormack
Implement MsiSequenceA/W.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-21
Mike McCormack
Don't refcount tables.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-20
Mike McCormack
Added memory allocation inline functions (part 1).
blob
|
commitdiff
|
raw
|
diff to current
2005-09-17
Mike McCormack
Fix memory leaks in the table code.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-16
Mike McCormack
Make load_string_table return the string table.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-15
Mike McCormack
Use the new msi_reg_set* macros where possible.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-14
Mike McCormack
Remove some unused values in the object header.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-14
Mike McCormack
Convert the list of tables to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-13
Alexandre Julliard
Get rid of a couple of non-portable long long constants.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Mike McCormack
Convert RunningActions array into a list.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-07
Mike McCormack
Keep temporary files in a seperate list.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Mike McCormack
Fixes for MsiGetSourcePath parameter handling.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Mike McCormack
Convert progids to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-02
Mike McCormack
- convert verbs into a standard list
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Mike McCormack
- build a standard Wine list of extensions instead...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-26
Mike McCormack
- build a standard Wine list of mime types instead...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Mike McCormack
- build a standard Wine list of classes instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Mike McCormack
Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
blob
|
commitdiff
|
raw
|
diff to current
2005-08-24
Mike McCormack
- build a standard Wine list of appids instead of using...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-23
Mike McCormack
- build a standard Wine list of folders instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-23
Mike McCormack
- build a standard Wine list of files instead of using...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-22
Mike McCormack
- build a standard Wine list of features instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-22
Mike McCormack
- build a standard Wine list of components instead...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-08
Alexandre Julliard
Don't prefix the functions DllCanUnloadNow, DllGetClass...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-08
Yuri Kozlov
Remove duplicate declaration of MSI_SetPropertyW.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-06
Mike McCormack
gcc 4.0 -Wpointer-sign fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Aric Stewart
Add source.c to start handling the various MsiSourceLis...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-28
Aric Stewart
Relocate the msi file to prevent cd locking, corrected...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-23
Mike McCormack
Make the MSI icon control work.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-17
Aric Stewart
Allow control events to return codes to halt the proces...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Mike McCormack
Fixes for -Wmissing-declarations and -Wwrite-strings...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Aric Stewart
Add functions to add the User UpgradeCodes.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Mike McCormack
Use standard lists in the event subscription code.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-02
Mike McCormack
Create a helper function to fetch a single record from...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-01
Mike McCormack
- avoid unicode.h
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Mike McCormack
More -Wmissing-declarations and -Wwrite-strings warning...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-27
Aric Stewart
Introduce really basic scripting of actions. This is...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-27
Alexandre Julliard
Authors: Aric Stewart <aric@codeweavers.com>, Mike...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-26
Aric Stewart
A big rewrite of the whole RegisterClass, RegisterProgId,
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
Mike McCormack
Track memory allocations in the SQL parser.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
Mike McCormack
- remove the unused utf8 field of an expression
blob
|
commitdiff
|
raw
|
diff to current
2005-05-13
Aric Stewart
- ExecuteAction runs the whole Execute table and not...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-27
Mike McCormack
Make sure that dialogs are only created and destroyed...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-20
Aric Stewart
Implement Publish Components in order for MsiGetQualifi...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-11
Mike McCormack
Load and display bitmaps in the dialogs.
blob
|
commitdiff
|
raw
|
diff to current
next