remove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4...
[wxWidgets.git] / include /
2007-11-24  Paul Cornettremove check for missing gtk_icon_size_lookup, since...
2007-11-24  Stefan Csomormac more native types
2007-11-24  Stefan Csomormac more native types
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-24  Stefan Csomor64bit mac adaptions
2007-11-24  Stefan Csomorone additional assign
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-23  Stefan Csomormac cleanup
2007-11-23  Stefan Csomormac cleanup
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-11-23  Stefan Csomormac cleanup, pure cgcolor
2007-11-23  Vadim Zeitlinreturn int from wxGetWindowId(), not WORD, to ensure...
2007-11-22  Stefan Csomormac cgcolor changes & cleanup
2007-11-22  Stefan Csomormac cgcolor changes
2007-11-22  Stefan Csomormac cgcolor changes
2007-11-22  Stefan Csomormac cgcolor changes
2007-11-22  Stefan Csomorfix mac universal
2007-11-22  Paul Cornettstore size of WM decorations separately for each TLW...
2007-11-22  Václav SlavíkwxCRIT_SECT_* macros compilation fixes for wxUSE_THREAD...
2007-11-22  Vadim Zeitlinuse WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT
2007-11-22  Václav Slavíkadded checks for more wxUSE_SVG dependencies: wxUSE_IMA...
2007-11-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-11-22  Paul Cornettuse a GtkAlignment to position m_mainWidget, avoiding...
2007-11-20  Paul Cornettbuild fixes
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-20  Stefan Csomorcleanup
2007-11-20  Stefan Csomorcommon xcode support
2007-11-20  Stefan Csomorcleanup mac
2007-11-20  Stefan Csomorcleanup mac
2007-11-19  David ElliottDon't define __WXOSX__ when building the wxCocoa base...
2007-11-19  David ElliottDocument the cfstring.h/cfstring.cpp as being used...
2007-11-19  David ElliottRemove wxDialogNameStr definition which should have...
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-18  Vadim Zeitlinalways return true from IsMaximized() under Hildon
2007-11-18  Vadim Zeitlindon't show size grip if the window the status bar is...
2007-11-18  Stefan NeisUse new wxTextEntry implementation on OS/2.
2007-11-18  Stefan NeisAdded wxTextEntry implementation for OS/2.
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-18  Vadim ZeitlinwxColourData::operator=() should return wxColourData...
2007-11-18  Vadim Zeitlinadded public wxInfoMessageBox() (slightly modified...
2007-11-18  Vadim Zeitlinpreserve custom colours between calls to wxGetColourFro...
2007-11-18  Vadim Zeitlinremoved not implemented anyhow SetIcons()
2007-11-18  Stefan NeisCompilation fix for Watcom (on OS/2).
2007-11-18  Robert RoeblingRemove useless GetRowCount
2007-11-17  Stefan NeisChanged control name constants from wxChar to char...
2007-11-17  Robert RoeblingUpdate to wxDataViewCtrl from Hartwig
2007-11-17  Vadim Zeitlinfix several problems in handling of the menu items...
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-11-17  Vadim Zeitlinforward SetFocus() to the directory tree (replaces...
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-17  Vadim Zeitlinadded vendor display name (for consistency with app...
2007-11-17  Vadim Zeitlinfix wxColourDialog::Centre() and SetSize() (modified...
2007-11-17  Vadim ZeitlinPCH-less compilation fix after last commit
2007-11-17  Vadim Zeitlinno real changes, just some cleanup: add wxIsAltDown...
2007-11-17  Vadim Zeitlinadd wxModule::AddDependency(name) overload (patch 1790451)
2007-11-16  Vadim Zeitlinmove Add/DeleteAttribute() implementations out of line...
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-11-16  Stefan Csomorcleanup
2007-11-16  Stefan Csomorcleanup
2007-11-16  Stefan Csomorcleanup
2007-11-16  Stefan Csomorcleanup
2007-11-16  Stefan Csomorcleanup
2007-11-16  Stefan Csomorcorrecting import/export (_adv gave linking errors)
2007-11-15  Stefan Csomorcleanup
2007-11-15  Robert Roeblingremove warnings
2007-11-15  Robert Roeblingoptimise startup of wxDataViewIndexListModel
2007-11-15  Julian SmartCorrected symbol for OS/2
2007-11-15  Julian SmartAdded missing include
2007-11-14  Robert RoeblingwxDC rework, forgot these
2007-11-14  Julian SmartConflict correction
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-14  Julian SmartBorder corrections
2007-11-14  Julian SmartBorder corrections, and more compact dialog sizes
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-13  Vadim Zeitlinoverride GetDefaultBorder() to return wxBORDER_NONE...
2007-11-13  Vadim Zeitlindisambiguate between 2 base class IsEmpty() versions...
2007-11-13  Julian SmartAdded missing return type
2007-11-13  Julian SmartGetting borders working
2007-11-13  Vadim Zeitlinreplace changes of r49890 by defining more compatibilit...
2007-11-13  Robert RoeblingMore DC changes
2007-11-13  Julian SmartwxChar -> char
2007-11-13  Julian SmartwxChar -> char
2007-11-13  Julian SmartwxChar -> char
2007-11-13  Julian SmartTidying
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-13  Julian SmartwxChar -> char
2007-11-13  Vadim Zeitlincompilation fix for g++ 3.4 (and maybe others)
2007-11-13  Vadim Zeitlinuse standard functions for BSTR handling instead of...
2007-11-12  Vadim Zeitlinmade wxApp::argv an object convertible to either char...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-12  Vadim Zeitlinremove declaration of EscapeMnemonics() which doesn...
2007-11-12  Robert Roeblingadd const overload for GetImpl()
2007-11-12  Vadim Zeitlinupdate wxUSE_UNICODE and wxUSE_WCHAR_T descriptions...
2007-11-12  Vadim Zeitlinadd std::vector-compatible ctors taking array size...
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-12  Vadim Zeitlincompilation fix for some build configurations (forward...
2007-11-11  Stefan NeisCompilation fix (patch #1829901)
2007-11-10  Vadim Zeitlinadded functions for setting the columns order in wxList...
2007-11-10  Vadim Zeitlinadded array(size_t count) ctor initializing the array...
next