mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 17:32:29 +01:00
Document ABI/API changes
Document ABI/API changes in NEWS files (up to date GIT next as of 2010-10-02)
This commit is contained in:
committed by
Carlos R. Mafra
parent
3490c8bd30
commit
cdf457d2d5
100
WINGs/NEWS
100
WINGs/NEWS
@@ -6,6 +6,83 @@ struct W_DragDestinationInfo: new members added SIZE CHANGE
|
|||||||
|
|
||||||
<WINGs.h>
|
<WINGs.h>
|
||||||
WMGetTextFieldCursorPosition ADDED
|
WMGetTextFieldCursorPosition ADDED
|
||||||
|
WC_Matrix REMOVED from enum.
|
||||||
|
WMCreateProgressIndicator REMOVED
|
||||||
|
WMSetProgressIndicatorMinValue REMOVED
|
||||||
|
WMSetProgressIndicatorMaxValue REMOVED
|
||||||
|
WMSetProgressIndicatorValue REMOVED
|
||||||
|
WMGetProgressIndicatorMinValue REMOVED
|
||||||
|
WMGetProgressIndicatorMaxValue REMOVED
|
||||||
|
WMGetProgressIndicatorValue REMOVED
|
||||||
|
typedef struct W_Ruler WMRuler REMOVED
|
||||||
|
typedef struct WMRulerMargins REMOVED
|
||||||
|
WMAppendTextBlock REMOVED
|
||||||
|
WMAppendTextStream REMOVED
|
||||||
|
WMCreateRuler REMOVED
|
||||||
|
WMCreateTextBlockWithObject REMOVED
|
||||||
|
WMCreateTextBlockWithPixmap REMOVED
|
||||||
|
WMCreateTextBlockWithText REMOVED
|
||||||
|
WMCreateTextForDocumentType REMOVED
|
||||||
|
WMDestroyTextBlock REMOVED
|
||||||
|
WMFindInTextStream REMOVED
|
||||||
|
WMFreezeText REMOVED
|
||||||
|
WMGetGrabbedRulerMargin REMOVED
|
||||||
|
WMGetReleasedRulerMargin REMOVED
|
||||||
|
WMGetRulerMargins REMOVED
|
||||||
|
WMGetRulerOffset REMOVED
|
||||||
|
WMGetTextBlockProperties REMOVED
|
||||||
|
WMGetTextDefaultColor REMOVED
|
||||||
|
WMGetTextDefaultFont REMOVED
|
||||||
|
WMGetTextEditable REMOVED
|
||||||
|
WMGetTextIgnoresNewline REMOVED
|
||||||
|
WMGetTextInsertType REMOVED
|
||||||
|
WMGetTextObjects REMOVED
|
||||||
|
WMGetTextRulerShown REMOVED
|
||||||
|
WMGetTextSelectedObjects REMOVED
|
||||||
|
WMGetTextSelectedStream REMOVED
|
||||||
|
WMGetTextSelectionColor REMOVED
|
||||||
|
WMGetTextSelectionFont REMOVED
|
||||||
|
WMGetTextSelectionUnderlined REMOVED
|
||||||
|
WMGetTextStream REMOVED
|
||||||
|
WMGetTextUsesMonoFont REMOVED
|
||||||
|
WMIsMarginEqualToMargin REMOVED
|
||||||
|
WMPageText REMOVED
|
||||||
|
WMPrependTextBlock REMOVED
|
||||||
|
WMPrependTextStream REMOVED
|
||||||
|
WMRemoveTextBlock REMOVED
|
||||||
|
WMReplaceTextSelection REMOVED
|
||||||
|
WMScrollText REMOVED
|
||||||
|
WMSetRulerMargins REMOVED
|
||||||
|
WMSetRulerMoveAction REMOVED
|
||||||
|
WMSetRulerOffset REMOVED
|
||||||
|
WMSetRulerReleaseAction REMOVED
|
||||||
|
WMSetTextAlignment REMOVED
|
||||||
|
WMSetTextBackgroundColor REMOVED
|
||||||
|
WMSetTextBackgroundPixmap REMOVED
|
||||||
|
WMSetTextBlockProperties REMOVED
|
||||||
|
WMSetTextDefaultColor REMOVED
|
||||||
|
WMSetTextDefaultFont REMOVED
|
||||||
|
WMSetTextDelegate REMOVED
|
||||||
|
WMSetTextEditable REMOVED
|
||||||
|
WMSetTextForegroundColor REMOVED
|
||||||
|
WMSetTextHasHorizontalScroller REMOVED
|
||||||
|
WMSetTextHasRuler REMOVED
|
||||||
|
WMSetTextHasVerticalScroller REMOVED
|
||||||
|
WMSetTextIgnoresNewline REMOVED
|
||||||
|
WMSetTextIndentNewLines REMOVED
|
||||||
|
WMSetTextRelief REMOVED
|
||||||
|
WMSetTextSelectionColor REMOVED
|
||||||
|
WMSetTextSelectionFont REMOVED
|
||||||
|
WMSetTextSelectionUnderlined REMOVED
|
||||||
|
WMSetTextUsesMonoFont REMOVED
|
||||||
|
WMShowTextRuler REMOVED
|
||||||
|
WMThawText REMOVED
|
||||||
|
WMRefreshText REMOVED
|
||||||
|
WMCreateText REMOVED
|
||||||
|
WMClearText REMOVED
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
** libWutil **
|
** libWutil **
|
||||||
enum WMConnectionState REMOVED
|
enum WMConnectionState REMOVED
|
||||||
@@ -17,6 +94,8 @@ wmessage converted from function to wrapper macro
|
|||||||
wwarning converted from function to wrapper macro
|
wwarning converted from function to wrapper macro
|
||||||
wfatal converted from function to wrapper macro
|
wfatal converted from function to wrapper macro
|
||||||
wsyserror converted from function to wrapper macro
|
wsyserror converted from function to wrapper macro
|
||||||
|
wsyserror REMOVED (use werror instead)
|
||||||
|
werror macro ADDED (replaces wsyserror)
|
||||||
wsyserrorwithcode removed
|
wsyserrorwithcode removed
|
||||||
wmkdirhier ADDED
|
wmkdirhier ADDED
|
||||||
wrmdirhier ADDED
|
wrmdirhier ADDED
|
||||||
@@ -67,6 +146,27 @@ WMGetConnectionQueuedData REMOVED
|
|||||||
WMSetConnectionDefaultTimeout REMOVED
|
WMSetConnectionDefaultTimeout REMOVED
|
||||||
WMSetConnectionOpenTimeout REMOVED
|
WMSetConnectionOpenTimeout REMOVED
|
||||||
WMSetConnectionSendTimeout REMOVED
|
WMSetConnectionSendTimeout REMOVED
|
||||||
|
WMCreateTreeNode REMOVED
|
||||||
|
WMCreateTreeNodeWithDestructor REMOVED
|
||||||
|
WMInsertItemInTree REMOVED
|
||||||
|
WMAddItemToTree REMOVED
|
||||||
|
WMInsertNodeInTree REMOVED
|
||||||
|
WMAddNodeToTree REMOVED
|
||||||
|
WMDestroyTreeNode REMOVED
|
||||||
|
WMDeleteLeafForTreeNode REMOVED
|
||||||
|
WMRemoveLeafForTreeNode REMOVED
|
||||||
|
WMReplaceDataForTreeNode REMOVED
|
||||||
|
WMGetDataForTreeNode REMOVED
|
||||||
|
WMGetTreeNodeDepth REMOVED
|
||||||
|
WMGetParentForTreeNode REMOVED
|
||||||
|
WMSortLeavesForTreeNode REMOVED
|
||||||
|
WMSortTree REMOVED
|
||||||
|
WMFindInTree REMOVED
|
||||||
|
WMGetFirstInTree REMOVED
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user