summary refs log tree commit diff stats
path: root/src/fe-text/fe-text.c
AgeCommit message (Expand)Author
2013-07-01Update fe-text's help messageTingPing
2013-04-28Don't hardcode "plugins" as the subdirectory for plugins in manyChristoph J. Thompson
2013-04-27Reverts commit d964af81428a6d768aeb96906eb0538a30d919caTingPing
2013-04-22fix warning in new glibTingPing
2013-04-05Fix root user warning running before g_type_initTingPing
2013-04-02Apply to fe-text tooBerke Viktor
2013-03-27fix warningTingPing
2013-03-20Redesign the Ban List window. Closes Issues #303, #342, #427RichardHitt
2013-03-16Handle EOF in text-feTingPing
2013-03-16fix fe-text on win32TingPing
2013-03-16fix fe-textTingPing
2013-01-17fix fe-beep issue in fe-textTingPing
2013-01-09Make source cleah with cppcheck, except for mpc and saslRichardHitt
2012-12-23fix incorrect FSF addressDan Mashal
2012-11-04Some more platform unificationBerke Viktor
2012-11-04Eliminate warnings due to missing includesBerke Viktor
2012-11-03Initial commit for utf8 everywhere.Arnavion
2012-10-28More polishing for the About dialogBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-24Fix fe-text compilation - it still segfaults thoughBerke Viktor
2012-10-22Variable cleanup for the restBerke Viktor
2012-10-22Variable cleanup for input_*Berke Viktor
2012-10-22Variable cleanup for gui_*Berke Viktor
2012-10-13Some HexChat-Text rebranding work leftBerke Viktor
2012-10-13Get rid of auto_save, we always want to saveBerke Viktor
2012-07-13Another bunch of rebranding stuffBerke Viktor
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
INGS_H__28D3DCCC_3E9A_48AE_97A9_3C1337309AF4__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CWMPSettings wrapper class class CWMPSettings : public COleDispatchDriver { public: CWMPSettings() {} // Calls COleDispatchDriver default constructor CWMPSettings(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CWMPSettings(const CWMPSettings& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: BOOL GetIsAvailable(LPCTSTR bstrItem); BOOL GetAutoStart(); void SetAutoStart(BOOL bNewValue); CString GetBaseURL(); void SetBaseURL(LPCTSTR lpszNewValue); CString GetDefaultFrame(); void SetDefaultFrame(LPCTSTR lpszNewValue); BOOL GetInvokeURLs(); void SetInvokeURLs(BOOL bNewValue); BOOL GetMute(); void SetMute(BOOL bNewValue); long GetPlayCount(); void SetPlayCount(long nNewValue); double GetRate(); void SetRate(double newValue); long GetBalance(); void SetBalance(long nNewValue); long GetVolume(); void SetVolume(long nNewValue); BOOL getMode(LPCTSTR bstrMode); void setMode(LPCTSTR bstrMode, BOOL varfMode); BOOL GetEnableErrorDialogs(); void SetEnableErrorDialogs(BOOL bNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_WMPSETTINGS_H__28D3DCCC_3E9A_48AE_97A9_3C1337309AF4__INCLUDED_)