]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-04-21  Vadim Zeitlinreadded wxEditableListBox as part of adv library
2007-04-21  Vadim Zeitlinadded safe check for Pango version and use it to avoid...
2007-04-21  Vadim Zeitlinadd missing dynarray.h includes (patch 1702312)
2007-04-21  Vadim Zeitlinadded wxStreamBuffer::Truncate() (patch 1687081)
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-21  Vadim Zeitlinfix WXDLLIMPEXP_STC definition when building all wx...
2007-04-21  Vadim Zeitlinfix bug with not updating the last line correctly when...
2007-04-21  Vadim Zeitlinoops, restored wrongly removed semicolon
2007-04-21  Vadim Zeitlinremoved extraneous semicolons
2007-04-20  David ElliottRemove Objective-C class posing for everything except...
2007-04-20  David ElliottMove Objective-C interfaces into separate header files...
2007-04-20  Chris Elliottadd const to avoid hiding warning
2007-04-20  Benjamin Williamsfixed bug when a fixed pane is resized inside a fixed...
2007-04-20  Jouk Jansen Committing in .
2007-04-20  Jouk Jansen Committing in .
2007-04-20  Chris Elliottadd const to avoid hiding warning
2007-04-20  Vadim Zeitlinfix unused parameters warnings
2007-04-20  Vadim Zeitlincorrected DLL export declaration of wxTimerEvent to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-20  Vadim Zeitlinremoved extra membersections (patch 1702329)
2007-04-20  Vadim Zeitlincreate the spin control with the correct range instead...
2007-04-19  Vadim Zeitlincompilation fix (misplaced comma in OnIdle)
2007-04-19  Václav Slavíkfixed wxCStrData::operator[] to use wxString::operator...
2007-04-19  Václav Slavíkadded tests for wxCStrData::operator* and operator[]
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íkadded missing forward declaration for wxCStrData
2007-04-19  Václav Slavíkfixed compilation of STL non-UTF8 builds
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  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-18  Robert Roebling Escape slashes.
2007-04-18  Robert Roebling Doc correction.
2007-04-18  Václav Slavíkcompilation fix
2007-04-17  Robert Roebling Updated wxDataViewCtrl docs.
2007-04-17  Robin Dunnwx.lib.flatnotebook: Patch from Andrea that implements...
2007-04-17  Robin DunnPatch from Andrea that fixes the following problems...
2007-04-17  Václav Slavíkadded conversion to and from std::string and std::wstri...
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  Robin DunnMore fixes needed for allowing classes to be derived...
2007-04-16  Vadim Zeitlinreverted last change as using pango_version_check(...
2007-04-16  Robin DunnreSWIGged
2007-04-16  Robin DunnwxMac has wxGLContext.SetCurrent now
2007-04-16  Robin DunnAdd wxCONTROL_FLAT
2007-04-16  Robin DunnAdd wxAPPLY, wxCLOSE
2007-04-16  Robin DunnAdd wxSVGFileDC
2007-04-16  Robin DunnUser lower case property names in wx.DateSpan and wx...
2007-04-16  Robin DunnDon't use m_popupInterface pointer if it is still NULL
2007-04-16  Robin DunnFix DLL compilation
2007-04-16  Robin DunnPatch from FN that fixes bug in RefreshItem on an item...
2007-04-16  Vadim Zeitlincall gtk_file_chooser_set_current_folder even if the...
2007-04-16  Vadim Zeitlincorrected the direction of comparisons between wxString...
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 wxMBConv argument to char_str()
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 Zeitlinadded #ifdef __X__ forgotten in last commit
2007-04-15  Vadim Zeitlinuse IsShownOnScreen() in OnSize() to ensure that the...
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  Vadim Zeitlinadded wxGetX11Display() returning the pointer of the...
2007-04-15  Václav Slavíkremoved implicit conversion from wxString::iterator...
2007-04-15  Václav Slavíkcompilation fix for VC6 with wxUSE_STL=1
2007-04-15  Vadim Zeitlinremoved unnecessary return in a void function
2007-04-15  Vadim Zeitlinadded back SetCurrent() call accidentally removed in...
2007-04-15  Vadim Zeitlinuse slightly more light
2007-04-15  Vadim Zeitlinuse textures in the shared context to test how this...
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 Zeitlinreorganized the code to put the logic in wxGLContext...
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  Vadim Zeitlinadded overloads of ctor/insert/assign/append taking...
2007-04-14  Václav Slavíkdon't compile Scintilla sources with -Wall
2007-04-14  Václav Slavíkfixed the order of aboutdlg.h file
2007-04-14  Robert Roebling Add test for Validate()
2007-04-14  Robert Roebling Text alignment is for GTK 2.10 and above only.
2007-04-14  Paul Cornettfix assert on gtk
2007-04-14  Václav Slavíkadded ability to create 'non-owned' buffers that aren...
2007-04-14  Václav SlavíkVC6 compilation fix
2007-04-14  Chris Elliottadd svg in new location
2007-04-14  Chris Elliottremove outdated makefiles and .cvsignore
2007-04-14  Chris Elliottadd back stc
2007-04-14  Chris Elliottstc src and includes added back
2007-04-14  Chris Elliottstc sample added back
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Vadim Zeitlinadded wxAPPLY and wxCLOSE flags to CreateStdDialogButto...
2007-04-14  Stefan Csomorfixing non core graphcis build
next