]> git.saurik.com Git - wxWidgets.git/history - src
regenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions
[wxWidgets.git] / src /
2007-07-14  Vadim Zeitlinmake the path absolute before using it with gtk_file_ch...
2007-07-14  Vadim Zeitlinreplace RunLoop() call with Dispatch() after wxFDIODisp...
2007-07-14  Vadim Zeitlinallow setting empty tooltip in SetIcon() (patch 1750994)
2007-07-14  Vadim Zeitlindon't leak epoll descriptor
2007-07-14  Vadim Zeitlincorrected #if check which was written as #ifdef
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim Zeitlinreplaced wxFDIODispatcher::RunLoop() with Dispatch...
2007-07-14  Vadim Zeitlinchanged wxFDIODispatcher::UnregisterFD() to take only...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-14  Vadim Zeitlinfix harmless unused variable warning
2007-07-14  Paul Cornettfix HasPendingEvents() to only return true if there...
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-14  Benjamin Williamsfix for bug #1747890 - close button problem fixed
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-07-14  Stefan Csomoradapting to new m_labelOrig label member
2007-07-13  Václav Slavíkremoved broken and global GetLine() function from wx...
2007-07-13  Vadim Zeitlincompilation fix for DoReadBinary() in STL build
2007-07-13  Vadim Zeitlinset the string field of the wxEVT_COMMAND_CHECKLISTBOX_...
2007-07-13  Vadim Zeitlinfixed showing busy cursor for disabled windows and...
2007-07-13  Vadim Zeitlinadded eVC project file for building regex library ...
2007-07-13  Vadim Zeitlinadded stubs for DoRead/WriteBinary()
2007-07-13  Vadim Zeitlincast abs() argument to int to fix compilation with...
2007-07-13  Vadim ZeitlinwxCreateDIB() seems to be unused, removed
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  Vadim Zeitlinfix unused parameter warning in OnIdle()
2007-07-12  Vadim Zeitlinuse unsigned char to avoid MSVC warnings about cast...
2007-07-12  Vadim Zeitlinremove deprecated UseAlpha() call
2007-07-12  David ElliottFix Raise and Lower to leave all other sibilng views...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-12  Václav Slavíkremoved extra semicolon
2007-07-12  Vadim Zeitlincompilation fix for ANSI STL build
2007-07-12  Vadim Zeitlinadded support for alpha channel to wxColour to/from...
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-12  Vadim Zeitlinnon-PCH compilation fix after latest change
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-11  Vadim Zeitlincall SetCanFocus(false) to prevent the control window...
2007-07-11  Vadim Zeitlinadded wxUSE_SVG
2007-07-11  Vadim Zeitlincleanup: indentation, line length, don't include unneed...
2007-07-11  Stefan Csomor64bit fix for patch as well
2007-07-11  Julian SmartTest for wxUSE_UXTHEME
2007-07-11  Julian SmartAvoid a crash due to OnSize being called before initial...
2007-07-11  Robert RoeblingCompilo.
2007-07-11  Vadim Zeitlincorrected timer.h include broken by last change
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_COMBOBOX/RADIOBTN==0
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_MSGDLG==0
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Vadim Zeitlinadded missing wxUSE_XXX checks
2007-07-10  Vadim Zeitlinremoved dummy variable, C++ compilers shouldn't have...
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_TIMER==0
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_LONGLONG==0
2007-07-10  Václav Slavíkadded support for custom bitmap depths
2007-07-10  Robin DunnSwitch GetHeaderButtonWidget to use a real column heade...
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Vadim Zeitlinremoved obsolete makefiles
2007-07-10  Vadim ZeitlinAlso added wxFFileStream::IsOk() and corrected IsOk...
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-09  Robin DunnNeed to send an event in the wxCP_NO_TLW_RESIZE case...
2007-07-09  Robin DunnUse a button that has a tree widget as a parent as...
2007-07-09  Robert RoeblingMore work on sorting in wxDataViewCtrl
2007-07-09  David ElliottFix compilo due to r47267.
2007-07-09  Vadim Zeitlinuse first unused colour for the mask instead of hardcod...
2007-07-09  Vadim Zeitlinadded wxFileStream::IsOk() (patch 1749587)
2007-07-09  Vadim Zeitlingenerate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even...
2007-07-09  Vadim Zeitlindon't bubble up the events upwards the window hierarchy...
2007-07-09  Julian SmartAdded gravity
2007-07-09  Robert RoeblingAdd GtkSortableIface stubs
2007-07-09  Robert RoeblingAdd compare function to wxDataViewModel
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Václav Slavíkremoved unsecure wxTmpnam() function (patch by Francesc...
2007-07-08  Václav Slavíkfix Watcom compilation: removed templates for wxFileSel...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-07  David ElliottRemove wxMBConv_mac and wxMBConv_macUTF8D converters...
2007-07-07  David ElliottAdd factory functions for use with future unit tests.
2007-07-07  Robert RoeblingGCC doesn't like inline wxDEPRECATED methods.
2007-07-07  Václav Slavíkadded missing wx_str() (patch #1749398)
2007-07-07  Václav Slavíkfixed dereferencing of invalid pointers
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-07-06  Václav Slavíkfixed to make wxVariant compatible with both ANSI and...
2007-07-06  David ElliottFix wxMBConv_cf to implement FromWChar/ToWChar in lieu...
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
2007-07-06  Václav Slavíkadded support for loading images with alpha channel...
2007-07-06  David ElliottRename wxMBConv_cocoa to wxMBConv_cf and use it when...
2007-07-06  Vadim Zeitlinremove the unneeded +1 from wxGauge::SetValue() call...
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-07-06  David ElliottFix wxCocoa compilation.
2007-07-05  Vadim Zeitlinreset selection when sorting the items as they don...
2007-07-05  Vadim Zeitlindon't allow selecting multiple items in single selectio...
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
2007-07-05  Robert RoeblingGetting closer to working tree/list wxDataViewCtrl.
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-07-04  Vadim Zeitlinsimplify test for 64 bit architectures: just check...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-07-04  Vadim Zeitlinfixed bug which resulted in generation of spurious...
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
2007-07-04  Benjamin Williamsfix for bug #1686328
next