summaryrefslogtreecommitdiffstats
path: root/libmsi/distinct.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace ERR with g_criticalMarc-André Lureau2013-02-071-3/+3
|
* Remove LIBMSI_RESULT_NO_MORE_ITEMS from APIMarc-André Lureau2013-01-171-1/+1
| | | | | | | Raising an error for indicating the end of the results is really inconvenient, it's like throwing an exception for something quite normal... The user can still make a distinction when there is an error if the GError is set.
* Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-3/+2
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/handle.c libmsi/libmsi-database.c libmsi/libmsi-query.c libmsi/libmsi-record.c libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * convert to GObjectMarc-André Lureau2012-12-111-3/+2
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-4/+4
|\| | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-4/+4
| |
* | eliminate Windows dependenciesPaolo Bonzini2012-12-061-6/+0
| |
* | eliminate WCHARPaolo Bonzini2012-12-061-2/+2
|/
* LibmsiViews are not objectsPaolo Bonzini2012-12-061-1/+1
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-14/+0
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-20/+20
|
* abandon camelcasePaolo Bonzini2012-12-061-18/+18
|
* allocate views with alloc_msiobjectPaolo Bonzini2012-12-061-1/+1
|
* ok, things start to be readablePaolo Bonzini2012-12-061-36/+36
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-1/+1
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-23/+23
|
* remove superfluous "struct tagMSIVIEW"Paolo Bonzini2012-12-061-8/+8
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-2/+2
|
* we finally have our own headerPaolo Bonzini2012-12-061-1/+1
|
* promote wine includes to main source directoryPaolo Bonzini2012-12-061-1/+1
|
* header file dietPaolo Bonzini2012-12-061-1/+0
|
* butcher debugging interfacesPaolo Bonzini2012-12-061-1/+0
|
* initial commitPaolo Bonzini2012-10-221-0/+322