]> git.saurik.com Git - wxWidgets.git/history - src
no real changes, just come cleanup (use constants instead of hardcoded values; remove...
[wxWidgets.git] / src /
2008-10-14  Robert RoeblingCorrect positioning of wxTextCtrl in wxPropertyGrid...
2008-10-14  Vadim Zeitlinadded wxXmlResource::FindXRCIDById() (#10026)
2008-10-14  Robert RoeblingFix off-by-1 error in wxChoice and wxComboBox (OSX...
2008-10-13  Vadim Zeitlinno real changes, just also rename _Read/_Write() to...
2008-10-13  Vadim ZeitlinCleanup of wxSocket::_Wait():
2008-10-13  Robert RoeblingCorrect spelling, now use Indices
2008-10-13  Vadim Zeitlinno need to test that the pointer is non-NULL before...
2008-10-12  Vadim Zeitlinno changes at all, just reformatted to use consistent...
2008-10-12  Vadim Zeitlinuse the currently active event loop for the event dispa...
2008-10-12  Robert RoeblingCorrect spelling and signature of FixIndexesOfChildren
2008-10-12  Vadim Zeitlindon't replace . and .. with the corresponding directoti...
2008-10-12  Vadim Zeitlinfix off by one bug in the buffer size (fixes #10039)
2008-10-12  Vadim Zeitlincompilation fix for PCH-less build
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-12  Jaakko SalliEliminate (or at least reduce) 64-bit build warnings...
2008-10-12  Jaakko SalliAlso update description text when wxPG_DESCRIPTION...
2008-10-12  Jaakko SalliSet focus back to canvas when child editors are being...
2008-10-11  Václav Slavíkget help frame's icon using wxART_FRAME_ICON wxArtClien...
2008-10-11  Francesco MontorsiAct as wxMSW and make an assert fail, if the user forgo...
2008-10-11  Stefan Csomoradding missing cast
2008-10-11  Stefan Csomorsuperfluous embedding API
2008-10-10  Stefan Csomormoving embedding to common API
2008-10-10  Vadim Zeitlinjust return false instead of crashing if the document...
2008-10-10  Vadim Zeitlindon't crash when streaming out a wxString into an std...
2008-10-10  Paul Cornettuse correct background color when drawing borders
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-10  Robert RoeblingFix crash again
2008-10-10  Robert RoeblingFix crash with NULL pointer dereferencing
2008-10-09  Robert Roeblingimplement GetSizeAvailableForScrollTarget
2008-10-09  Robert RoeblingUse g_signal_connect_after for wxRadioButton as well
2008-10-09  Robert RoeblingBlind guess fix for wxRB_SINGLE
2008-10-09  Francesco Montorsifixed a bug caused by passing a wxChar[] buffer to...
2008-10-08  Robert RoeblingForgot to set GtkIter stamp in Select() and friends
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-08  Stefan NeisFixed header file conflict.
2008-10-08  Vadim Zeitlinadded wxDC::GetHDC() for backwards compatibility with...
2008-10-08  Stefan Csomorfocus propagation, fixes #10047
2008-10-08  Stefan NeisAdded missing include.
2008-10-07  Jaakko SalliRemoved SetPropertiesFlag() (high-level function using...
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-07  Robert RoeblingGTK+ version guard
2008-10-07  Robert RoeblingDon't set HINT_COMBO as wxPopupWindow is used for diffe...
2008-10-06  Stefan Csomorporting dcscreen blit from 2.8
2008-10-06  Jaakko SalliMinimize use of editor class macros
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
2008-10-06  Jaakko SalliRemove use of wxPG_EDITOR macro
2008-10-06  Vadim Zeitlinimplemented wxMemoryFSHandler::FindFirst/Next()
2008-10-06  Vadim Zeitlinmade m_Hash object, not a pointer and moved hash declar...
2008-10-06  Vadim Zeitlinremoved the strange __WXMSW__ test in AddFile(bitmap...
2008-10-06  Vadim Zeitlinrewrite using type safe wxHashMap instead of wxObject...
2008-10-06  Vadim Zeitlinno changes, just some minor cleanup
2008-10-06  Robert RoeblingMake keyboard input to controls in a wxPopupWindow...
2008-10-06  Robert RoeblingWrong order of calls
2008-10-06  Francesco Montorsibetter error messages, when possible
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-06  Stefan Csomormoving more things to common API between carbon and...
2008-10-06  Vadim Zeitlinset svn properties correctly
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliFix RCS-ID
2008-10-05  Jaakko SalliBetter use of Connect()
2008-10-05  Jaakko SalliNeed to call wxVScrolledWindow::UpdateScrollbar() in...
2008-10-05  Jaakko SalliHave GetDescBoxHeight() return value consistent with...
2008-10-05  Jaakko SalliCall RecreateControls() if relevant window style flag...
2008-10-05  Jaakko SalliGetEditableState() with DescBoxState flag could assert
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-10-04  Robert RoeblingAlso use F4 shortcut for textfield + button combination
2008-10-04  Jaakko SalliFixed use of erase() in wxPGChoices::RemoveAt()
2008-10-04  Jaakko SalliAdded Description Box Height to saveable/restoreable...
2008-10-04  Robert RoeblingRemoved wxNavigationKey code, new keyboard navigation
2008-10-04  Robert RoeblingAlso use F4 as short-cut for opening pop-up
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-10-03  Jaakko SalliFixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall...
2008-10-03  Jaakko SalliIncrease properties' tolerance for wxNullVariant as...
2008-10-03  Jaakko SalliMust still delete m_cells items by explicit type (since...
2008-10-03  Vadim Zeitlinreturn false if the file passed to Load() doesn't exist...
2008-10-03  Jaakko SalliMinor additional clipper window related code and commen...
2008-10-03  Vadim Zeitlinfix off by one byg in ReserveId() (closes #10020)
2008-10-03  Jaakko SalliRemove wxPGClipperWindow, use wxBORDER_NONE instead...
2008-10-03  Jaakko SalliFurther fix m_children use with wxUSE_STL=1
2008-10-03  Vadim Zeitlinno changes, just removed commented out code accidentall...
2008-10-03  Jouk Jansenadding variable initialization to 0
2008-10-02  Vadim Zeitlinhonour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl...
2008-10-02  Jaakko SalliSetButtonShortcut() merged with action system
2008-10-02  Jaakko SalliMoved ClearModifiedStatus() to wxPropertyGridInterface
2008-10-01  Václav Slavíkget rid of public constants for various XRC defaults...
2008-10-01  Jaakko SalliRecognize lack of wxTAB_TRAVERSAL style
2008-10-01  Jaakko SalliUse wxPendingDelete
2008-10-01  Jaakko SalliAdded useful comment
2008-10-01  Jaakko SalliFixed wxPG sourceforge tracker bug #2138858, applied...
2008-10-01  Vadim Zeitlinadd a more readable wrapper for CreateDocument(wxEmptyS...
2008-10-01  Jaakko SalliUnfocus text editor when enter is pressed
2008-10-01  Jaakko SalliUse m_children as it were std::vector
2008-10-01  Julian SmartOnly ignore Alt down on Mac
2008-10-01  Julian SmartNow accepts keys that are generated with Alt
2008-10-01  Vadim Zeitlindon't distribute negative extra space among box sizer...
2008-10-01  Václav Slavíkcompilation fix
2008-10-01  Benjamin Williamsapplied patch from ticket 10015; wxToolBar compatibility
2008-10-01  Stefan Csomorcopying sizes upon construction, HDC doesn't deliver...
2008-10-01  Stefan Csomorfixing release handling of dc
next