From: <ped...@us...> - 2006-10-05 13:20:29
|
Revision: 669 http://svn.sourceforge.net/cegcc/?rev=669&view=rev Author: pedroalves Date: 2006-10-05 06:20:22 -0700 (Thu, 05 Oct 2006) Log Message: ----------- New Changelog file for Windows CE changes. Added Paths: ----------- trunk/cegcc/src/w32api/ChangeLog.ce This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-11-06 23:29:16
|
Revision: 779 http://svn.sourceforge.net/cegcc/?rev=779&view=rev Author: pedroalves Date: 2006-11-06 15:27:38 -0800 (Mon, 06 Nov 2006) Log Message: ----------- Fix date. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-06 23:25:15 UTC (rev 778) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-06 23:27:38 UTC (rev 779) @@ -1,4 +1,4 @@ -2006-11-16 Pedro Alves <ped...@po...> +2006-11-06 Pedro Alves <ped...@po...> * include/commctrl.h (LVCF_IMAGE, LVCF_ORDER) : Also declare on Windows CE >= 2. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-11-11 15:24:41
|
Revision: 782 http://svn.sourceforge.net/cegcc/?rev=782&view=rev Author: dannybackx Date: 2006-11-11 07:24:35 -0800 (Sat, 11 Nov 2006) Log Message: ----------- Follow guidelines more closely Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-11 12:53:30 UTC (rev 781) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-11 15:24:35 UTC (rev 782) @@ -1,6 +1,6 @@ 2006-11-11 Danny Backx <dan...@us...> - * include/aygshell.h : Define WC_SIPPREF. + * include/aygshell.h (WC_SIPPREF): Define. 2006-11-06 Pedro Alves <ped...@po...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-11-12 19:50:39
|
Revision: 795 http://svn.sourceforge.net/cegcc/?rev=795&view=rev Author: pedroalves Date: 2006-11-12 11:50:24 -0800 (Sun, 12 Nov 2006) Log Message: ----------- The previous commit missed the ChangeLog.ce file... * include/tlhelp32.h (CloseToolhelp32Snapshot): Define. CE's Toolhelp functions/structures although wide, don't take the W suffix. Adapt. * include/winnt.h (PAGE_PHYSICAL): Define. * include/winbase.h (GetStoreInformation, CeSetThreadQuantum, LockResource): Define. * include/winuser.h (CheckDlgButton): Define in terms of SendDlgItemMessage. (CreateDialogParamW): Define using CreateDialogIndirectParamW. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-12 19:44:25 UTC (rev 794) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-12 19:50:24 UTC (rev 795) @@ -1,3 +1,14 @@ +2006-11-12 Kevin O'Connor <ke...@ko...> + * include/tlhelp32.h (CloseToolhelp32Snapshot): Define. + CE's Toolhelp functions/structures although wide, don't take the + W suffix. Adapt. + * include/winnt.h (PAGE_PHYSICAL): Define. + * include/winbase.h (GetStoreInformation, CeSetThreadQuantum, + LockResource): Define. + * include/winuser.h (CheckDlgButton): Define in terms of + SendDlgItemMessage. + (CreateDialogParamW): Define using CreateDialogIndirectParamW. + 2006-11-12 Pedro Alves <ped...@po...> * include/winnt.h (_M_ARM, ARM): Translate from gcc target defines. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-11-19 05:05:57
|
Revision: 816 http://svn.sourceforge.net/cegcc/?rev=816&view=rev Author: pedroalves Date: 2006-11-18 21:05:55 -0800 (Sat, 18 Nov 2006) Log Message: ----------- Darn, this missed the svn:eol-style native. Fixed. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Property Changed: ---------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-19 04:54:28 UTC (rev 815) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-19 05:05:55 UTC (rev 816) @@ -1,98 +1,98 @@ -2006-11-19 Kevin O'Connor <ke...@ko...> - - * include/tlhelp32.h (PROCESSENTRY32, THREADENTRY32, - MODULEENTRY32): Update fields. - -2006-11-18 Danny Backx <dan...@us...> - - * include/winbase.h (lstrcpy) : Fix typo. - -2006-11-12 Pedro Alves <ped...@po...> - - * include/winuser.h (GetSystemMenu): Implement as macro. - -2006-11-12 Pedro Alves <ped...@po...> - - * include/winuser.h (DrawIcon): Implement in terms of DrawIconEx. - -2006-11-12 Pedro Alves <ped...@po...> - - * include/wingdi.h (GetTextExtentPoint32, GetTextExtentPointW): - Implement in terms of GetTextExtentExPointW. - -2006-11-12 Pedro Alves <ped...@po...> - - * include/shlobj.h (SHGetSpecialFolderPath): In Windows CE it is declared ... - * include/shellapi.h (SHGetSpecialFolderPath): ... here. - (SHGetShortcutTarget, SHCreateShortcut): Declare. - -2006-11-12 Pedro Alves <ped...@po...> - - * include/winnt.h (GetCurrentFiber, GetFiberData, - GetCurrentFiber, GetFiberData, NtCurrentTeb): There is no Fiber - support in Windows CE. Hide the functions. - -2006-11-12 Pedro Alves <ped...@po...> - - * include/commctrl.h (IMAGELISTDRAWPARAMS): There are no fState, - Frame or crEffect members in CE version. - (ImageList_Duplicate, ImageList_SetImageCount, ImageList_Copy, - ImageList_DrawIndirect): Enable on Windows CE >= 2. - -2006-11-12 Kevin O'Connor <ke...@ko...> - - * include/winuser.h (SPI_GETOEMINFO, SPI_GETPLATFORMTYPE): Define. - -2006-11-12 Kevin O'Connor <ke...@ko...> - - * include/tlhelp32.h (CloseToolhelp32Snapshot): Define. - CE's Toolhelp functions/structures although wide, don't take the - W suffix. Adapt. - * include/winnt.h (PAGE_PHYSICAL): Define. - * include/winbase.h (GetStoreInformation, CeSetThreadQuantum, - LockResource): Define. - * include/winuser.h (CheckDlgButton): Define in terms of - SendDlgItemMessage. - (CreateDialogParamW): Define using CreateDialogIndirectParamW. - -2006-11-12 Pedro Alves <ped...@po...> - - * include/winnt.h (_M_ARM, ARM): Translate from gcc target defines. - * include/windows.h (_M_ARM, ARM): Likewise. - -2006-11-11 Danny Backx <dan...@us...> - - * include/aygshell.h (WC_SIPPREF): Define. - * include/todaycmn.h : Clear the contents of this file, - it was tainted. We must do clean work to create a file - such as this one, so I'm leaving the (empty) file as a placeholder. - -2006-11-06 Pedro Alves <ped...@po...> - - * include/commctrl.h (LVCF_IMAGE, LVCF_ORDER) : Also declare on - Windows CE >= 2. - (LVCOLUMNW) : Use the version with iImage and iOrder - on Windows CE >= 2. - -2006-11-02 Kevin O'Connor <ke...@ko...> - - * include/winuser.h (DialogBoxParamW) : Implement on terms of - DialogBoxIndirectParamW. - -2006-11-01 Danny Backx <dan...@us...> - - * include/todaycmn.h : Add file. - -2006-11-01 Danny Backx <dan...@us...> - - * include/winbase.h (lstrcpy, lstrcat, lstrlen) : Add includes - to define these. - -2006-10-29 Danny Backx <dan...@us...> - - * include/winuser.h (WS_EX_NODRAG) : Define. - -2006-10-16 Pedro Alves <ped...@po...> - - * include/kfuncs.h (EventModify) : Declare. - (TlsCall) : Add WINBASEAPI and WINAPI to declaration. +2006-11-19 Kevin O'Connor <ke...@ko...> + + * include/tlhelp32.h (PROCESSENTRY32, THREADENTRY32, + MODULEENTRY32): Update fields. + +2006-11-18 Danny Backx <dan...@us...> + + * include/winbase.h (lstrcpy) : Fix typo. + +2006-11-12 Pedro Alves <ped...@po...> + + * include/winuser.h (GetSystemMenu): Implement as macro. + +2006-11-12 Pedro Alves <ped...@po...> + + * include/winuser.h (DrawIcon): Implement in terms of DrawIconEx. + +2006-11-12 Pedro Alves <ped...@po...> + + * include/wingdi.h (GetTextExtentPoint32, GetTextExtentPointW): + Implement in terms of GetTextExtentExPointW. + +2006-11-12 Pedro Alves <ped...@po...> + + * include/shlobj.h (SHGetSpecialFolderPath): In Windows CE it is declared ... + * include/shellapi.h (SHGetSpecialFolderPath): ... here. + (SHGetShortcutTarget, SHCreateShortcut): Declare. + +2006-11-12 Pedro Alves <ped...@po...> + + * include/winnt.h (GetCurrentFiber, GetFiberData, + GetCurrentFiber, GetFiberData, NtCurrentTeb): There is no Fiber + support in Windows CE. Hide the functions. + +2006-11-12 Pedro Alves <ped...@po...> + + * include/commctrl.h (IMAGELISTDRAWPARAMS): There are no fState, + Frame or crEffect members in CE version. + (ImageList_Duplicate, ImageList_SetImageCount, ImageList_Copy, + ImageList_DrawIndirect): Enable on Windows CE >= 2. + +2006-11-12 Kevin O'Connor <ke...@ko...> + + * include/winuser.h (SPI_GETOEMINFO, SPI_GETPLATFORMTYPE): Define. + +2006-11-12 Kevin O'Connor <ke...@ko...> + + * include/tlhelp32.h (CloseToolhelp32Snapshot): Define. + CE's Toolhelp functions/structures although wide, don't take the + W suffix. Adapt. + * include/winnt.h (PAGE_PHYSICAL): Define. + * include/winbase.h (GetStoreInformation, CeSetThreadQuantum, + LockResource): Define. + * include/winuser.h (CheckDlgButton): Define in terms of + SendDlgItemMessage. + (CreateDialogParamW): Define using CreateDialogIndirectParamW. + +2006-11-12 Pedro Alves <ped...@po...> + + * include/winnt.h (_M_ARM, ARM): Translate from gcc target defines. + * include/windows.h (_M_ARM, ARM): Likewise. + +2006-11-11 Danny Backx <dan...@us...> + + * include/aygshell.h (WC_SIPPREF): Define. + * include/todaycmn.h : Clear the contents of this file, + it was tainted. We must do clean work to create a file + such as this one, so I'm leaving the (empty) file as a placeholder. + +2006-11-06 Pedro Alves <ped...@po...> + + * include/commctrl.h (LVCF_IMAGE, LVCF_ORDER) : Also declare on + Windows CE >= 2. + (LVCOLUMNW) : Use the version with iImage and iOrder + on Windows CE >= 2. + +2006-11-02 Kevin O'Connor <ke...@ko...> + + * include/winuser.h (DialogBoxParamW) : Implement on terms of + DialogBoxIndirectParamW. + +2006-11-01 Danny Backx <dan...@us...> + + * include/todaycmn.h : Add file. + +2006-11-01 Danny Backx <dan...@us...> + + * include/winbase.h (lstrcpy, lstrcat, lstrlen) : Add includes + to define these. + +2006-10-29 Danny Backx <dan...@us...> + + * include/winuser.h (WS_EX_NODRAG) : Define. + +2006-10-16 Pedro Alves <ped...@po...> + + * include/kfuncs.h (EventModify) : Declare. + (TlsCall) : Add WINBASEAPI and WINAPI to declaration. Property changes on: trunk/cegcc/src/w32api/ChangeLog.ce ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-02-05 02:25:52
|
Revision: 888 http://svn.sourceforge.net/cegcc/?rev=888&view=rev Author: pedroalves Date: 2007-02-04 18:25:51 -0800 (Sun, 04 Feb 2007) Log Message: ----------- Missing changelog entry: * libce/Makefile.in: Fix order for 'all' rule. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2007-02-05 02:21:38 UTC (rev 887) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2007-02-05 02:25:51 UTC (rev 888) @@ -1,5 +1,9 @@ 2007-02-05 Pedro Alves <ped...@po...> + * libce/Makefile.in: Fix order for 'all' rule. + +2007-02-05 Pedro Alves <ped...@po...> + Update from upstream. Note: Upstream version is now 3.8. * configure: Regenerate. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-05-31 20:41:54
|
Revision: 924 http://svn.sourceforge.net/cegcc/?rev=924&view=rev Author: pedroalves Date: 2007-05-31 13:40:22 -0700 (Thu, 31 May 2007) Log Message: ----------- Fix typo. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2007-05-31 20:35:30 UTC (rev 923) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2007-05-31 20:40:22 UTC (rev 924) @@ -4,7 +4,7 @@ [_WIN32_WCE]: Hide cxHeader field. (CMDBAR_HELP, CMDBAR_OK): Define. (tagCOMMANDBANDSRESTOREINFO, COMMANDBANDSRESTOREINFO, - (LPCOMMANDBANDSRESTOREINFO): Define. + LPCOMMANDBANDSRESTOREINFO): Define. (CommandBands_AddAdornments, CommandBands_AddBands, CommandBands_Create, CommandBands_GetCommandBar, CommandBands_GetRestoreInformation, CommandBands_Show): Define. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-06-10 17:33:43
|
Revision: 935 http://svn.sourceforge.net/cegcc/?rev=935&view=rev Author: pedroalves Date: 2007-06-10 10:33:42 -0700 (Sun, 10 Jun 2007) Log Message: ----------- Adding emacs modelines Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2007-06-09 17:47:55 UTC (rev 934) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2007-06-10 17:33:42 UTC (rev 935) @@ -268,3 +268,10 @@ * include/kfuncs.h (EventModify) : Declare. (TlsCall) : Add WINBASEAPI and WINAPI to declaration. + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-06-10 17:50:27
|
Revision: 937 http://svn.sourceforge.net/cegcc/?rev=937&view=rev Author: pedroalves Date: 2007-06-10 10:48:54 -0700 (Sun, 10 Jun 2007) Log Message: ----------- Missing changelog entry: * include/winbase.h (ActivateDevice, ActivateDeviceEx, DeactivateDevice): Declare. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2007-06-10 17:41:04 UTC (rev 936) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2007-06-10 17:48:54 UTC (rev 937) @@ -1,5 +1,7 @@ 2007-06-10 Pedro Alves <ped...@po...> + * include/winbase.h (ActivateDevice, ActivateDeviceEx, + DeactivateDevice): Declare. * include/devload.h: New file. 2007-05-31 Carsten S\xF8rensen <sur...@ri...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-12-25 19:52:12
|
Revision: 1102 http://cegcc.svn.sourceforge.net/cegcc/?rev=1102&view=rev Author: pedroalves Date: 2007-12-25 11:52:07 -0800 (Tue, 25 Dec 2007) Log Message: ----------- Fix formatting throughout. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2007-12-24 20:44:08 UTC (rev 1101) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2007-12-25 19:52:07 UTC (rev 1102) @@ -1,40 +1,41 @@ 2007-12-21 Pavel Chernikov <pch...@gm...> - * w32api/include/winuser.h (VK_APP1, VK_APP2, VK_APP3, VK_APP4, - VK_APP5, VK_APP6) : Define. + * include/winuser.h (VK_APP1, VK_APP2, VK_APP3, VK_APP4) + (VK_APP5, VK_APP6): Define. 2007-12-07 Danny Backx <dan...@us...> - * w32api/include/icmpapi.h : Add new file. + * include/icmpapi.h: Add new file. 2007-12-01 Danny Backx <dan...@us...> - * w32api/include/aygshell.h : Add SHInitExtraControls. + * include/aygshell.h: Add SHInitExtraControls. 2007-11-29 Danny Backx <dan...@us...> - * w32api/include/cegcc.h.in : Add file to provide version tracking - macros. + * include/cegcc.h.in: Add file to provide version tracking macros. -2007-11-25 Pedro Alves, Danny Backx <dan...@us...> +2007-11-25 Pedro Alves <ped...@po...> + Danny Backx <dan...@us...> - * w32api/libce/icmplib.def : Remove proxy for icmplib, MSDN says it's - a static library only. + * libce/icmplib.def: Remove proxy for icmplib, MSDN says it's a + static library only. 2007-11-16 Danny Backx <dan...@us...> - * include/shlwapi.h (PathCombine) : Define without W or A suffix for - Windows CE. + * include/shlwapi.h (PathCombine): Define without W or A suffix + for Windows CE. 2007-11-15 Jacek M. Holeczek <hol...@us...> - * include/aygshell.h (SHLoadImageFile, SHLoadImageResource) : Define. - * include/sipapi.h (SipShowIM, SipGetCurrentIM, SipSetCurrentIM) : + * include/aygshell.h (SHLoadImageFile, SHLoadImageResource): Define. + * include/sipapi.h (SipShowIM, SipGetCurrentIM, SipSetCurrentIM): + Define. 2007-11-15 Danny Backx <dan...@us...> - * include/aygshell.h (SHCMBM_GETSUBMENU) : Define. + * include/aygshell.h (SHCMBM_GETSUBMENU): Define. 2007-11-14 Matthew Kille <ma...@am...> @@ -46,18 +47,19 @@ (THREAD_PRIORITY_ABOVE_IDLE): Define. 2007-10-20 Jacek M. Holeczek <hol...@us...> - * include/winuser.h (ChangeDisplaySettings): Define differently for CE - than for other Windows versions. - * include/shellapi.h (ShellExecuteEx, ShellExecute): Define only those - functions that exist in the CE API. - * include/wingdi.h (struct _devicemodeW, DEVMODEW, LPDEVMODEW, - PDEVMODEW): Define this structure, the typedefs, and the constants - it requires differently for Windows CE than for other Windows - platforms. + * include/winuser.h (ChangeDisplaySettings): Define differently + for CE than for other Windows versions. + * include/shellapi.h (ShellExecuteEx, ShellExecute): Define only + those functions that exist in the CE API. + * include/wingdi.h (struct _devicemodeW, DEVMODEW, LPDEVMODEW) + (PDEVMODEW): Define this structure, the typedefs, and the + constants it requires differently for Windows CE than for other + Windows platforms. + 2007-10-20 Danny Backx <dan...@us...> - * include/winuser.h (IsDlgButtonChecked) : Change to a macro for + * include/winuser.h (IsDlgButtonChecked): Change to a macro for Windows CE. 2007-10-16 Erik van Pienbroek <er...@va...> @@ -83,26 +85,27 @@ 2007-08-09 Danny Backx <dan...@us...> - * include/service.h (SERVICE_STATE_OFF, SERVICE_STATE_ON, - SERVICE_STATE_STARTING_UP, SERVICE_STATE_SHUTTING_DOWN, - SERVICE_STATE_UNLOADING, SERVICE_STATE_UNINITIALIZED, - SERVICE_STATE_UNKNOWN): Define values for dwServiceState field. + * include/service.h (SERVICE_STATE_OFF, SERVICE_STATE_ON) + (SERVICE_STATE_STARTING_UP, SERVICE_STATE_SHUTTING_DOWN) + (SERVICE_STATE_UNLOADING, SERVICE_STATE_UNINITIALIZED) + (SERVICE_STATE_UNKNOWN): Define values for dwServiceState field. 2007-08-09 Danny Backx <dan...@us...> * include/service.h: New file. Declares functions and a structure as documented on MSDN. Used only on CE > 4. * include/service.h (ServiceEnumInfo): New struct. - * include/service.h (RegisterService, ActivateService, - DeregisterService, EnumServices, GetServiceHandle, ServiceAddPort, - ServiceClosePort, ServiceIoControl, ServiceUnbindPorts): New - functions. + * include/service.h (RegisterService, ActivateService) + (DeregisterService, EnumServices, GetServiceHandle) + (ServiceAddPort, ServiceClosePort, ServiceIoControl) + (ServiceUnbindPorts): New functions. + 2007-08-06 Pedro Alves <ped...@po...> - * include/aygshell.h (SHIDIM_FLAGS, SHIDIF_DONEBUTTON, - SHIDIF_SIZEDLG, SHIDIF_SIZEDLGFULLSCREEN, SHIDIF_SIPDOWN, - SHIDIF_FULLSCREENNOMENUBAR, SHIDIF_EMPTYMENU): New defines. + * include/aygshell.h (SHIDIM_FLAGS, SHIDIF_DONEBUTTON) + (SHIDIF_SIZEDLG, SHIDIF_SIZEDLGFULLSCREEN, SHIDIF_SIPDOWN) + (SHIDIF_FULLSCREENNOMENUBAR, SHIDIF_EMPTYMENU): New defines. (SHINITDLGINFO): New struct. (SHInitDialog): New function. @@ -118,8 +121,8 @@ 2007-08-06 Pedro Alves <ped...@po...> - * include/winbase.h (LocalFlags, LocalHandle, LocalLock, LocalUnlock): - Define for WinCE. + * include/winbase.h (LocalFlags, LocalHandle, LocalLock) + (LocalUnlock): Define for WinCE. 2007-08-06 Pedro Alves <ped...@po...> @@ -137,23 +140,25 @@ 2007-06-10 Pedro Alves <ped...@po...> - * include/winbase.h (ActivateDevice, ActivateDeviceEx, - DeactivateDevice): Declare. + * include/winbase.h (ActivateDevice, ActivateDeviceEx) + (DeactivateDevice): Declare. * include/devload.h: New file. 2007-05-31 Carsten S\xF8rensen <sur...@ri...> * include/winuser.h (SYSTEM_COLOR_BASE_OFFSET): Define. - (COLOR_3DDKSHADOW, COLOR_3DFACE, COLOR_3DHILIGHT, COLOR_3DHIGHLIGHT, - COLOR_3DLIGHT, COLOR_BTNHILIGHT, COLOR_3DSHADOW, COLOR_ACTIVEBORDER, - COLOR_ACTIVECAPTION, COLOR_APPWORKSPACE, COLOR_BACKGROUND, - COLOR_DESKTOP, COLOR_BTNFACE, COLOR_BTNHIGHLIGHT, COLOR_BTNSHADOW, - COLOR_BTNTEXT, COLOR_CAPTIONTEXT, COLOR_GRAYTEXT, COLOR_HIGHLIGHT, - COLOR_HIGHLIGHTTEXT, COLOR_INACTIVEBORDER, COLOR_INACTIVECAPTION, - COLOR_INACTIVECAPTIONTEXT, COLOR_INFOBK, COLOR_INFOTEXT, COLOR_MENU, - COLOR_MENUTEXT, COLOR_SCROLLBAR, COLOR_WINDOW, COLOR_WINDOWFRAME, - COLOR_WINDOWTEXT, COLOR_HOTLIGHT, COLOR_GRADIENTACTIVECAPTION, - COLOR_GRADIENTINACTIVECAPTION): Add SYSTEM_COLOR_BASE_OFFSET. + (COLOR_3DDKSHADOW, COLOR_3DFACE, COLOR_3DHILIGHT) + (COLOR_3DHIGHLIGHT, COLOR_3DLIGHT, COLOR_BTNHILIGHT) + (COLOR_3DSHADOW, COLOR_ACTIVEBORDER, COLOR_ACTIVECAPTION, + (COLOR_APPWORKSPACE, COLOR_BACKGROUND, COLOR_DESKTOP) + (COLOR_BTNFACE, COLOR_BTNHIGHLIGHT, COLOR_BTNSHADOW) + (COLOR_BTNTEXT, COLOR_CAPTIONTEXT, COLOR_GRAYTEXT) + (COLOR_HIGHLIGHT, COLOR_HIGHLIGHTTEXT, COLOR_INACTIVEBORDER, + (COLOR_INACTIVECAPTION, COLOR_INACTIVECAPTIONTEXT, COLOR_INFOBK) + (COLOR_INFOTEXT, COLOR_MENU, COLOR_MENUTEXT, COLOR_SCROLLBAR) + (COLOR_WINDOW, COLOR_WINDOWFRAME, COLOR_WINDOWTEXT) + (COLOR_HOTLIGHT, COLOR_GRADIENTACTIVECAPTION) + (COLOR_GRADIENTINACTIVECAPTION): Add SYSTEM_COLOR_BASE_OFFSET. 2007-05-31 Carsten S\xF8rensen <sur...@ri...> @@ -194,9 +199,9 @@ 2007-03-26 Pedro Alves <ped...@po...> * include/winuser.h (WS_EX_CAPTIONOKBTN): Define. - * include/winbase.h (GlobalAlloc, GlobalFree - GlobalReAlloc, GlobalHandle, GlobalLock - GlobalUnlock, GlobalSize, GlobalFlags): Map to + * include/winbase.h (GlobalAlloc, GlobalFree) + (GlobalReAlloc, GlobalHandle, GlobalLock) + (GlobalUnlock, GlobalSize, GlobalFlags): Map to LocalAlloc, LocalFree, LocalReAlloc, LocalHandle, LocalLock, LocalUnlock, LocalSize and LocalFlags respectivelly. @@ -223,14 +228,14 @@ 2007-02-01 Nuno Lucas <nt...@gm...> - * include/todaycmn.h : Create this file based on MSDN documentation + * include/todaycmn.h: Create this file based on MSDN documentation http://msdn2.microsoft.com/en-us/library/aa454291.aspx 2007-01-31 Nuno Lucas <nt...@gm...> - * include/winuser.h : Define MsgWaitForMultipleObjects as a macro that + * include/winuser.h: Define MsgWaitForMultipleObjects as a macro that calls MsgWaitForMultipleObjectsEx as described on MSDN. - * include/wingdi.h : Define only the right function GetCharWidth32 + * include/wingdi.h Define only the right function GetCharWidth32 for Windows CE, not its similarly named friends. 2006-12-18 Pedro Alves <ped...@po...> @@ -241,38 +246,38 @@ 2006-12-18 Pedro Alves <ped...@po...> * libce: New subdir. - (libce/CellCore.def, libce/Makefile.in, libce/VBarCall.def, - libce/VoiceCtl.def, libce/WAP.def, libce/ativscp-uuid.c, - libce/authhlp.def, libce/aygshell.def, libce/btd.def, - libce/bthguid.def, libce/bthlink.def, libce/bthutil.def, - libce/cecap.def, libce/cemapi.def, libce/ceosutil.def, - libce/ceshell.def, libce/cguid-uuid.c, libce/comcat-uuid.c, - libce/commctrl.def, libce/commdlg.def, libce/conncfg.def, - libce/coredll.def, libce/crypt32.def, libce/cxport.def, - libce/devguid.c, libce/dmoguids.def, libce/doclist.def, - libce/docobj-uuid.c, libce/exdisp-uuid.c, libce/extras-uuid.c, - libce/grognard.def, libce/gx.def, libce/hlguids-uuid.c, - libce/hlink-uuid.c, libce/htmlview.def, libce/httpd.def, - libce/icmplib.def, libce/imaging.def, libce/imgdecmp.def, - libce/inkx.def, libce/iphlpapi.def, libce/largeint.c, - libce/mlang-uuid.c, libce/mmtimer.def, libce/mqoa.def, - libce/msdmo.def, libce/mshtml-uuid.c, libce/msmqrt.def, - libce/msscript.def, libce/msxml-uuid.c, libce/msxml.def, - libce/msxmlguid.def, libce/ndis.def, libce/note_prj.def, - libce/ntcompat.def, libce/oaidl-uuid.c, libce/objidl-uuid.c, - libce/objsafe-uuid.c, libce/ocidl-uuid.c, libce/ole32.def, - libce/oleacc-uuid.c, libce/oleaut32.def, libce/olectlid-uuid.c, - libce/oleidl-uuid.c, libce/phone.def, libce/pimstore.def, - libce/pndtapi.def, libce/pushprxy.def, libce/res.rc, - libce/richink.def, libce/secur32.def, libce/servprov-uuid.c, - libce/shell32.c, libce/sms.def, libce/strmiids.def, libce/test.c, - libce/toolhelp.def, libce/unknwn-uuid.c, libce/urlmon-uuid.c, - libce/urlmon.def, libce/webview.def, libce/wininet.def, - libce/winsock.def, libce/wmlview.def, libce/ws2.def, - libce/ws2_32.c, libce/wsp.def, libce/wvuuid.def): New files. + (libce/CellCore.def, libce/Makefile.in, libce/VBarCall.def) + (libce/VoiceCtl.def, libce/WAP.def, libce/ativscp-uuid.c) + (libce/authhlp.def, libce/aygshell.def, libce/btd.def) + (libce/bthguid.def, libce/bthlink.def, libce/bthutil.def) + (libce/cecap.def, libce/cemapi.def, libce/ceosutil.def) + (libce/ceshell.def, libce/cguid-uuid.c, libce/comcat-uuid.c) + (libce/commctrl.def, libce/commdlg.def, libce/conncfg.def) + (libce/coredll.def, libce/crypt32.def, libce/cxport.def) + (libce/devguid.c, libce/dmoguids.def, libce/doclist.def) + (libce/docobj-uuid.c, libce/exdisp-uuid.c, libce/extras-uuid.c) + (libce/grognard.def, libce/gx.def, libce/hlguids-uuid.c) + (libce/hlink-uuid.c, libce/htmlview.def, libce/httpd.def) + (libce/icmplib.def, libce/imaging.def, libce/imgdecmp.def) + (libce/inkx.def, libce/iphlpapi.def, libce/largeint.c) + (libce/mlang-uuid.c, libce/mmtimer.def, libce/mqoa.def) + (libce/msdmo.def, libce/mshtml-uuid.c, libce/msmqrt.def) + (libce/msscript.def, libce/msxml-uuid.c, libce/msxml.def) + (libce/msxmlguid.def, libce/ndis.def, libce/note_prj.def) + (libce/ntcompat.def, libce/oaidl-uuid.c, libce/objidl-uuid.c) + (libce/objsafe-uuid.c, libce/ocidl-uuid.c, libce/ole32.def) + (libce/oleacc-uuid.c, libce/oleaut32.def, libce/olectlid-uuid.c) + (libce/oleidl-uuid.c, libce/phone.def, libce/pimstore.def) + (libce/pndtapi.def, libce/pushprxy.def, libce/res.rc) + (libce/richink.def, libce/secur32.def, libce/servprov-uuid.c) + (libce/shell32.c, libce/sms.def, libce/strmiids.def, libce/test.c) + (libce/toolhelp.def, libce/unknwn-uuid.c, libce/urlmon-uuid.c) + (libce/urlmon.def, libce/webview.def, libce/wininet.def) + (libce/winsock.def, libce/wmlview.def, libce/ws2.def) + (libce/ws2_32.c, libce/wsp.def, libce/wvuuid.def): New files. * Makefile.in: Get/Pass some more vars. Build libce/ on wince. - * aclocal.m4 (LIB_AC_PROG_CC_GNU, LIB_AC_PROG_CC, - LIB_AC_PROG_CXX): Define. + * aclocal.m4 (LIB_AC_PROG_CC_GNU, LIB_AC_PROG_CC) + (LIB_AC_PROG_CXX): Define. * configure.in: Use LIB_AC_PROG_CC instead of AC_CHECK_TOOL. Output libce/Makefile. * configure: Regenerate. @@ -284,11 +289,11 @@ 2006-11-28 Danny Backx <dan...@us...> - * include/aygshell.h (IDM_SHAREDNEW, IDM_SHAREDNEWDEFAULT) : Define. + * include/aygshell.h (IDM_SHAREDNEW, IDM_SHAREDNEWDEFAULT): Define. - * include/aygshell.h (NOMENU) : Define. + * include/aygshell.h (NOMENU): Define. - * include/aygshell.h (IDS_SH*) : Define, values from the Boling book. + * include/aygshell.h (IDS_SH*): Define, values from the Boling book. 2006-11-26 Kevin O'Connor <ke...@ko...> @@ -304,23 +309,23 @@ 2006-11-26 Danny Backx <dan...@us...> - * include/aygshell.h (SHRGINFO, SHRecognizeGesture) : Define. + * include/aygshell.h (SHRGINFO, SHRecognizeGesture): Define. 2006-11-22 Danny Backx <dan...@us...> - * include/commdlg.h (CHOOSECOLOR) : Fix type of hInstance field as + * include/commdlg.h (CHOOSECOLOR): Fix type of hInstance field as described in http://msdn2.microsoft.com/en-us/library/ms959872.aspx . This field appears to have an inconsistent type definition in other versions of Windows. 2006-11-19 Kevin O'Connor <ke...@ko...> - * include/tlhelp32.h (PROCESSENTRY32, THREADENTRY32, - MODULEENTRY32): Update fields. + * include/tlhelp32.h (PROCESSENTRY32, THREADENTRY32) + (MODULEENTRY32): Update fields. 2006-11-18 Danny Backx <dan...@us...> - * include/winbase.h (lstrcpy) : Fix typo. + * include/winbase.h (lstrcpy): Fix typo. 2006-11-12 Pedro Alves <ped...@po...> @@ -337,7 +342,8 @@ 2006-11-12 Pedro Alves <ped...@po...> - * include/shlobj.h (SHGetSpecialFolderPath): In Windows CE it is declared ... + * include/shlobj.h (SHGetSpecialFolderPath): In Windows CE it is + declared ... * include/shellapi.h (SHGetSpecialFolderPath): ... here. (SHGetShortcutTarget, SHCreateShortcut): Declare. @@ -378,39 +384,39 @@ 2006-11-11 Danny Backx <dan...@us...> * include/aygshell.h (WC_SIPPREF): Define. - * include/todaycmn.h : Clear the contents of this file, + * include/todaycmn.h: Clear the contents of this file, it was tainted. We must do clean work to create a file such as this one, so I'm leaving the (empty) file as a placeholder. 2006-11-06 Pedro Alves <ped...@po...> - * include/commctrl.h (LVCF_IMAGE, LVCF_ORDER) : Also declare on + * include/commctrl.h (LVCF_IMAGE, LVCF_ORDER): Also declare on Windows CE >= 2. - (LVCOLUMNW) : Use the version with iImage and iOrder + (LVCOLUMNW): Use the version with iImage and iOrder on Windows CE >= 2. 2006-11-02 Kevin O'Connor <ke...@ko...> - * include/winuser.h (DialogBoxParamW) : Implement on terms of + * include/winuser.h (DialogBoxParamW): Implement on terms of DialogBoxIndirectParamW. 2006-11-01 Danny Backx <dan...@us...> - * include/todaycmn.h : Add file. + * include/todaycmn.h: Add file. 2006-11-01 Danny Backx <dan...@us...> - * include/winbase.h (lstrcpy, lstrcat, lstrlen) : Add includes + * include/winbase.h (lstrcpy, lstrcat, lstrlen): Add includes to define these. 2006-10-29 Danny Backx <dan...@us...> - * include/winuser.h (WS_EX_NODRAG) : Define. + * include/winuser.h (WS_EX_NODRAG): Define. 2006-10-16 Pedro Alves <ped...@po...> - * include/kfuncs.h (EventModify) : Declare. - (TlsCall) : Add WINBASEAPI and WINAPI to declaration. + * include/kfuncs.h (EventModify): Declare. + (TlsCall): Add WINBASEAPI and WINAPI to declaration. Local Variables: mode: change-log This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |