]> git.saurik.com Git - wxWidgets.git/history - src
add const to avoid hiding warning
[wxWidgets.git] / src /
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-20  Vadim Zeitlincreate the spin control with the correct range instead...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-19  Robert Roebling Fix inplace editing of custom controls for
2007-04-19  Václav Slavíkmoved primitive string and string iterators operations...
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-04-19  Vadim Zeitlinremoved obsolete wxUSE_WX_RESOURCES check
2007-04-18  Paul Cornettnon-pch build fix
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-18  Václav Slavíkfixed DLL linking of wxMessageOutput class
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-17  Vadim Zeitlincompilation fix for PCH-less compilation
2007-04-17  Vadim Zeitlincompilation fix for PCH-less compilation after last...
2007-04-16  Vadim Zeitlinreverted last change as using pango_version_check(...
2007-04-16  Robin DunnDon't use m_popupInterface pointer if it is still NULL
2007-04-16  Vadim Zeitlincall gtk_file_chooser_set_current_folder even if the...
2007-04-16  Vadim Zeitlinremoved superfluos semicolon
2007-04-16  Robert Roebling Rewritten in-place editing for generic wxDataViewCtrl
2007-04-16  Václav Slavíkadded wxCStrData::As[W]CharBuf() that doesn't keep...
2007-04-16  Vadim Zeitlinmore native look for wxCheckListBox (especially under...
2007-04-16  Vadim Zeitlinadded new wxCONTROL_FLAT bit (see discussion of patch...
2007-04-16  Vadim Zeitlinuse wxRenderer::DrawCheckBox() instead of doing it...
2007-04-16  Vadim Zeitlinimplement DrawCheckBox() in class Win32 renderer (modif...
2007-04-15  Vadim Zeitlindon't erase background in GL canvases to reduce flicker
2007-04-15  Vadim Zeitlinfix handling of stock menu items (creating a stock...
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-15  Václav Slavíkremoved implicit conversion from wxString::iterator...
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2007-04-15  Václav Slavíkimplement wxString:IsXXX() methods using iterators
2007-04-15  Vadim Zeitlinadjust the window coordinates for parent client area...
2007-04-14  Vadim Zeitlinadded wxRTTI macros to stream classes (patch 1687073)
2007-04-14  Robert Roebling Text alignment is for GTK 2.10 and above only.
2007-04-14  Václav SlavíkVC6 compilation fix
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Stefan Csomorfixing non core graphcis build
2007-04-14  Stefan Csomorfixing assert
2007-04-14  Stefan Csomorfixing the shrinking embedded controls
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-14  Stefan Csomorcleaning up problems after string changes
2007-04-14  Vadim Zeitlineven controls with transparent background should draw...
2007-04-13  Vadim Zeitlinfix wxTextCtrl::SetSelection(-1, -1) to behave as docum...
2007-04-13  Vadim Zeitlinimplement support for right-aligned/centered items...
2007-04-13  Robert Roebling Correctly handle ENTER for cell activation.
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-12  Václav Slavíkmoved vararg handling code in wxMessageOutput to single...
2007-04-12  Vadim Zeitlinremoved the code to manually send wxNavigationEvents...
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-12  Vadim Zeitlinmodify the listbox item in place instead of deleting...
2007-04-12  Robin DunnAdjust output dir for wxPython file
2007-04-11  Robin DunnDon't use hidden items for size calc (patch 1698314)
2007-04-11  Stefan Csomorcompile guard
2007-04-11  Vadim Zeitlinadd aglUpdateContext() call (doesn't seem to change...
2007-04-11  Vadim Zeitlinforward declare wxDC (fixes wxMotif compilation)
2007-04-11  Václav Slavíkfixed another place where wxString was used as bool
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-04-10  Vadim Zeitlinsend selection events when Ctrl-clicking an item repeea...
2007-04-10  Václav Slavíkdon't crash if (char*)c_str() is used twice in a row...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-10  Stefan Csomordon't change the case of extensions
2007-04-10  Stefan Csomoraccomodating to new files
2007-04-10  Stefan Csomorneeds threads...
2007-04-10  Stefan Csomorcorrecting include style
2007-04-10  Stefan Csomorfixing refcounting for embedded native controls
2007-04-10  Vadim Zeitlincompilation fix after last commit
2007-04-09  Vadim Zeitlinreverted patch 1325857 (rev 1.561): it might have fixed...
2007-04-09  Vadim Zeitlintruncate the static box label to fit the control size...
2007-04-09  Vadim Zeitlinmake Enter/Return activate the default button (second...
2007-04-09  Vadim Zeitlindon't use Pango hack for drawing underlined text when...
2007-04-09  Vadim Zeitlindon't return the next line text from GetLineText()...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-04-09  Vadim Zeitlindon't overwrite the buffer if extending it failed
2007-04-09  Vadim Zeitlinundid signed/unsigned warning fix of rev 1.73 as the...
2007-04-09  Vadim Zeitlincompilation fix after last change
2007-04-09  Vadim Zeitlincompilation fixes after last commit
2007-04-09  Václav Slavíkremoved spurious semicolons
2007-04-08  Vadim Zeitlinfix a fatal crash due to using wxHSCROLL presence in...
2007-04-08  Vadim Zeitlindon't skip the scroll position validity check in CalcSc...
2007-04-08  Vadim Zeitlinpass 0, not NULL, to SendMsg() which takes long to...
2007-04-08  Vadim Zeitlinadded mouse wheel support (patch 1696082)
2007-04-08  Vadim Zeitlincompilation fix after last change
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2007-04-08  Václav Slavíkfix crash in ~wxString with global wxString objects...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Paul CornettChildren need to be updated in size_allocate even if...
2007-04-08  Vadim Zeitlincompilation fix for !USE_PCH (added missing wx/dc.h...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-07  Vadim Zeitlinuse wxIconBundle::GetIconOfExactSize() instead of dupli...
2007-04-07  Vadim Zeitlinadded GetIconOfExactSize()
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't allocate m_refData unnecessarily
2007-04-07  Vadim Zeitlindon't crash when IsEmpty() is called on invalid bundle...
2007-04-07  Vadim Zeitlindon't use invalid wxIconBundles, it results in asserts...
2007-04-07  Vadim Zeitlindon't try to access empty wxIconBundle in gtk_frame_rea...
2007-04-07  Vadim Zeitlinfilter out bundles/packages when showing the open file...
2007-04-07  Vadim Zeitlinchoose the first extension by default, if several are...
next