]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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
2007-04-14  Stefan Csomorfixing assert
2007-04-14  Václav Slavíkdon't use the VC6 workaround in wxList with newer versi...
2007-04-14  Václav Slavíkfixed wxUniCharRef::IsAscii() definition
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  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  Vadim Zeitlinremoved documentation for wxStartTimer() and wxGetElaps...
2007-04-13  Robert Roebling Correctly handle ENTER for cell activation.
2007-04-13  Vadim Zeitlinrebaked after wxUSE_EXTENDED_RTTI and wx/flags.h addition
2007-04-13  Vadim Zeitlinremoved contrib files from the scripts
2007-04-13  Vadim Zeitlinremoving unnecessary makefiles, there is nothing left...
2007-04-13  Vadim Zeitlinremoving obsolete and not working tool
2007-04-13  Vadim Zeitlinclarifications to the ctor documentation
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  Robin DunnForward declare new wxPy classes
2007-04-12  Václav Slavíkremoved unneeded wxChar* cast, we already have wxString one
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 DunnreSWIGged
2007-04-12  Robin Dunnwx.VScrolledWindow has been refactored, and new wx...
2007-04-12  Robin DunnSetCanFocus
2007-04-12  Robin Dunnwizard classes don't take resource parameter anymore
2007-04-12  Robin DunnwxNullIconBundle
2007-04-12  Robin DunnAdd wxEXEC_NOEVENTS
2007-04-12  Robin Dunnupdate wx.IconBundle methods and docstrings
2007-04-12  Robin DunnSetDefault returns the former default widget
2007-04-12  Robin Dunnwx.IconBundle support
2007-04-12  Robin DunnwxMac: The get-url apple event is now supported, simply...
2007-04-12  Robin DunnAdd wx.Position
2007-04-12  Robin DunnSTC is not a separate library anymore
2007-04-12  Robin Dunntweaks needed for new GLCanvas API
2007-04-12  Robin Dunntrim whitespace
2007-04-12  Robin DunnTest EVT_TREE_ITEM_ACTIVATED
2007-04-12  Robin DunnAll platforms have the same GLCanvas API now
2007-04-12  Robin DunnUse the wxWANTS_CHARS style
2007-04-12  Robin DunnDon't use stc lib if building monolithic
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  Stefan Csomorchanging the Multiple Inheritance along the Single...
2007-04-11  Vadim Zeitlinadd aglUpdateContext() call (doesn't seem to change...
next