]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-11-25  Vadim Zeitlinuse size_t instead of unsigned int to avoid MSVC warnin...
2007-11-25  Vadim Zeitlinno real changes, just updated bakefile URL and fixed...
2007-11-25  Václav Slavíkremoved ANSI configs from VisualC++ project files
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-24  Stefan NeisBlind compilation fix for Watcom.
2007-11-24  Paul Cornettremove check for missing gtk_icon_size_lookup, since...
2007-11-24  Stefan Csomorquickdraw fixes
2007-11-24  Václav Slavíkensure that wxGrid::AutoSizeColumn/Row() never sets...
2007-11-24  Stefan Csomor64 bit clean implementation
2007-11-24  Stefan Csomorflags moved to chkconf
2007-11-24  Stefan Csomormake renderer independent of windowing system
2007-11-24  Stefan Csomor64 bit clean printing
2007-11-24  Stefan Csomormac more native types
2007-11-24  Stefan Csomormac more native types
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-24  Vadim Zeitlinrewrite the sample to use a main frame to make it more...
2007-11-24  Stefan Csomor64 bit fixes
2007-11-24  Stefan Csomoradding assign
2007-11-24  Stefan Csomorbringing wxmac in line using cflocale
2007-11-24  Stefan Csomor64bit mac adaptions
2007-11-24  Stefan Csomorone additional assign
2007-11-24  Stefan NeisAdded new files for console event loop on OS/2.
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-23  Vadim Zeitlincompilation fix for wxUSE_STL==1 in DoGetSibling()
2007-11-23  Václav SlavíkTeX files are not executables
2007-11-23  Stefan Csomorremove pict support for 64bit
2007-11-23  Stefan Csomormac cleanup, cgcolor changes
2007-11-23  Stefan Csomormac cleanup
2007-11-23  Stefan Csomormac cleanup
2007-11-23  Stefan Csomormac cleanup
2007-11-23  Stefan Csomormac cleanup
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-11-23  Stefan Csomormac cleanup, pure cgcolor
2007-11-23  Stefan Csomormac cleanup, pure cgcolor
2007-11-23  Vadim Zeitlinreturn int from wxGetWindowId(), not WORD, to ensure...
2007-11-22  Stefan Csomorcleanup and cgcolor changeds
2007-11-22  Stefan Csomormac cgcolor changes & cleanup
2007-11-22  Stefan Csomormac cgcolor changes
2007-11-22  Stefan Csomormac cgcolor changes
2007-11-22  Stefan Csomormac cgcolor changes
2007-11-22  Stefan Csomorfix mac universal
2007-11-22  Paul Cornettwarning fix
2007-11-22  Paul Cornettstore size of WM decorations separately for each TLW...
2007-11-22  Stefan Csomorfixing non-precomp headers build
2007-11-22  Vadim Zeitlinrebaked after timer/socket changes
2007-11-22  Vadim Zeitlindefine wxUSE_UNICODE=0 in non-Unicode build to prevent...
2007-11-22  Václav SlavíkwxCRIT_SECT_* macros compilation fixes for wxUSE_THREAD...
2007-11-22  Vadim Zeitlinuse WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT
2007-11-22  Václav Slavíkcorrected wx_pango_version_check() comment
2007-11-22  Stefan Csomorcleanup mac
2007-11-22  Stefan Csomorcleanup mac
2007-11-22  Stefan Csomorcleanup mac
2007-11-22  Václav Slavíkadded checks for more wxUSE_SVG dependencies: wxUSE_IMA...
2007-11-22  Václav Slavíkdon't add new PNG handler instance every time wxSVGFile...
2007-11-22  Václav Slavíkuse NULL for NULL pointers, not 0
2007-11-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-11-22  Paul Cornettuse a GtkAlignment to position m_mainWidget, avoiding...
2007-11-22  Paul Cornettnon-pch build fix for wxUSE_DISPLAY==0
2007-11-22  Stefan NeisAlso use unix timer implementation for ConsoleApp.
2007-11-21  Stefan NeisAdded files for console event loop.
2007-11-21  Vadim Zeitlinremoved AC_TYPE_UID_T check, we don't need it (and...
2007-11-21  Stefan NeisCompilation fix for OS/2.
2007-11-21  Stefan NeisMoved wxConsoleAppTraits::CreateEventLoop from baseunix...
2007-11-21  Paul Cornettfix for AUI pane shrinking each time it is floated
2007-11-20  David ElliottAdded cfdataref.h and cfref.h to CoreFoundation headers...
2007-11-20  Vadim Zeitlinremove support for configarg.cache, use config.status...
2007-11-20  Václav Slavíkremoved gstreamer dependency from all libraries except...
2007-11-20  Vadim Zeitlinuse FindWindowEx() instead of ChildWindowFromPoint...
2007-11-20  Vadim Zeitlinadd gstreamer libraries to EXTRALIBS_MEDIA which is...
2007-11-20  Paul Cornettbuild fixes
2007-11-20  Stefan Csomormac cleanup
2007-11-20  Stefan Csomorcleanup
2007-11-20  Stefan Csomorswitch to cf implementation
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-20  Stefan Csomorcleanup
2007-11-20  Stefan Csomorcommon xcode support
2007-11-20  Stefan Csomorsupporting -1 as 'to' parameter for selections
2007-11-20  Stefan Csomorreadding trace constant
2007-11-20  Stefan Csomorcleanup mac
2007-11-20  Stefan Csomorcleanup mac
2007-11-20  Stefan Csomorcleanup mac
2007-11-20  Stefan Csomorcleanup mac
2007-11-20  Stefan Csomorcleanup mac
2007-11-19  David ElliottMove src/mac/carbon/utilsexc.cpp to the CarbonLib-only...
2007-11-19  David ElliottDon't define __WXOSX__ when building the wxCocoa base...
2007-11-19  David ElliottDocument the cfstring.h/cfstring.cpp as being used...
2007-11-19  David ElliottDon't initialize argv member of wxApp in unicode mode...
2007-11-19  David ElliottFix wxCocoa build by including the relevant headers...
2007-11-19  David ElliottRemove wxDialogNameStr definition which should have...
2007-11-19  Robert Roeblingtypo
2007-11-19  Robert RoeblingAdd short-cut for wxDataViewListIndexModel for generic...
2007-11-19  Robert RoeblingFree memory of m_root
2007-11-19  Robert RoeblingTypo
2007-11-19  Vadim Zeitlinanother PCH-less build fix after last change
2007-11-19  Julian SmartRemoved redundant mnemonic
2007-11-19  Vadim ZeitlinHildonized wxColourDialog
2007-11-19  Vadim Zeitlinonly call hildon_program_remove_window() when destroyin...
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-18  Vadim Zeitlinalways return true from IsMaximized() under Hildon
2007-11-18  Vadim Zeitlindon't show size grip if the window the status bar is...
next