]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-02  Vadim Zeitlinfix WPARAM typo
2008-03-02  Václav Slavíkheader files are not executable
2008-03-02  Václav SlavíkwxMac: Fixed wxListCtrl to respect items' non-default...
2008-03-02  Václav Slavíkdon't set m_font upfront in wxMac, let the GetDefaultAt...
2008-03-02  Václav Slavíkadded Get(Class)DefaultAttributes implementation for...
2008-03-02  Bryan PettyMore doxygen topic overview cleanup.
2008-03-02  Bryan PettyMore doxygen topic overview cleanup.
2008-03-02  Vadim Zeitlinuse generic dialogs under Palm (generic.diff part of...
2008-03-02  Vadim Zeitlinworkarounds for Palm compiler errors (pacc-error.diff...
2008-03-02  Vadim Zeitlindefine wxConfig where the header implementing it is...
2008-03-02  Vadim Zeitlinpredefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff...
2008-03-02  Vadim Zeitlinadd platform info for Palm (add-wxpalm-info.diff part...
2008-03-02  Vadim Zeitlinupdate the makefiles to take care of new files and...
2008-03-02  Vadim Zeitlindeclare file-related APIs missing under Palm (pflib...
2008-03-02  Vadim Zeitlincompilation fixes for PalmOS and implementations of...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2008-03-02  Vadim Zeitlinadd menu item to jump to DST start date
2008-03-01  Robert RoeblingMention wxURLDataObject some more
2008-03-01  Robert RoeblingImplemented wxURLDataObject for wxGTK using text/x...
2008-03-01  Robert Roeblingtypo char_t -> char
2008-03-01  Francesco Montorsito be valid HTML4 alt attribute is needed
2008-03-01  Francesco Montorsitypo fix
2008-03-01  Vadim Zeitlinno real changes, just refactor/simplify the code to...
2008-03-01  Julian SmartImage size fix
2008-03-01  Robert RoeblingPatch for context menu event for generic/Windows code
2008-03-01  Bryan PettyMore doxygen topic overview cleanup.
2008-03-01  Bryan PettyMore doxygen topic overview cleanup.
2008-02-29  Vadim Zeitlinreally use the position passed to ShowHelpAtPoint(...
2008-02-29  Václav Slavíkfixed ~wxWindowBase to remove associated context help...
2008-02-29  Stefan Csomoradjusting to changed ownership (font is only created...
2008-02-29  Bryan PettyMore doxygen topic overview cleanup.
2008-02-28  Václav Slavíkclear statusbar 'Connecting...' message on failure
2008-02-28  Francesco Montorsifix little problem previously introduced: GENERATE_TAGF...
2008-02-28  Francesco Montorsiremove svn:executable property
2008-02-28  Francesco Montorsisplitted the Doxyfile in more files; now it's easy...
2008-02-28  Francesco Montorsiprepare for Doxygen renaming into Doxygen.inc
2008-02-28  Francesco Montorsimove cpp constants just before the wxUSE list
2008-02-28  Julian SmartOpen and Close clipboard properly
2008-02-28  Francesco Montorsiadded missing std sections
2008-02-28  Francesco Montorsiadded library missing section
2008-02-28  Francesco Montorsiadding missing quotes
2008-02-28  Francesco Montorsifix the include files
2008-02-28  Francesco Montorsiremoved samples topic overview; the samples are part...
2008-02-28  Paul Cornettrevert updating GTK size hints when window decorations...
2008-02-28  Paul Cornettforward Show() to base, not wxWindow
2008-02-28  Bryan PettyRemoved some remaining '#' references.
2008-02-28  Bryan PettyLast doxygen topic overview cleanup assigned to myself.
2008-02-28  Vadim Zeitlincorrect WinCE compilation after last change: can't...
2008-02-28  Vadim Zeitlinadded DFCS_CHECKED to DrawCheckMark() (part of patch...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-28  Vadim Zeitlinuse GlobalPtrLock (modified to allow not initializing...
2008-02-28  Vadim Zeitlincompilation fix after last change
2008-02-27  Bryan PettyMore doxygen topic overview cleanup.
2008-02-27  Vadim Zeitlinfix wxWeakRef<> for Borland C++ (slightly modified...
2008-02-27  Julian SmartTake into account explorer associations and CurVer...
2008-02-27  Vadim Zeitlindon't attempt to create 0*0 bitmaps in GetBuffer()...
2008-02-27  Vadim Zeitlinclip the text in report mode to prevent it from overflo...
2008-02-27  Vadim Zeitlindon't track handlers connected to this object itself...
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2008-02-27  Vadim Zeitlintranslate "Copy URL" string in the popup menu (feature...
2008-02-27  Vadim Zeitlinfixes for __WINCE_NET__ build (slightly modified patch...
2008-02-27  Vadim Zeitlinonly define wxAuiFloatingFrameBaseClass as wxMiniFrame...
2008-02-27  Vadim Zeitlinoverride SetDropTarget() in wxGrid to associate it...
2008-02-27  Vadim Zeitlinforward WM_HELP from the buddy control to the main...
2008-02-27  Vadim Zeitlindon't hide the TLW being deleted unless there any other...
2008-02-27  Julian SmartMade wxRichTextCtrl cursors accessible
2008-02-27  Stefan Csomorapplying patch 1873285
2008-02-27  Bryan PettyMore doxygen topic overview cleanup.
2008-02-27  Bryan PettyMore doxygen topic overview cleanup.
2008-02-27  Vadim Zeitlinno changes, just a couple of typo fixes in comments
2008-02-26  Robert Roeblingrestore wxComboBox's behaviour of reacting to <ENTER>
2008-02-26  Bryan PettyMore doxygen overview cleanup.
2008-02-26  Julian SmartDon't take the previous paragraph style when deleting...
2008-02-26  Vadim Zeitlin/Wp64 warnings fixes (mostly simply use wxUIntToPtr...
2008-02-26  Julian SmartCorrected GetFontAttributes
2008-02-26  Vadim Zeitlinfixes for MSVC compilation with /Wp64 (used by new...
2008-02-26  Vadim Zeitlincheck whether the grid is fully created in Refresh...
2008-02-26  Paul Cornettinitialize m_miniTitle, fix button press detection...
2008-02-26  Julian SmartFixed [ 1775674 ] Invalid color in picker dialog
2008-02-26  Julian SmartFixed [ 1720130 ] A minor 'bug' or 'annoyance' with...
2008-02-26  Julian SmartFixed bug [ 1714813 ] ApplyXXXToSelection remove style
2008-02-26  Julian SmartRemoved redundant Init call (bug 1724495)
2008-02-26  Julian SmartFixed [ 1764805 ] wxSeek with negative offset fails...
2008-02-26  Julian SmartFixed bug [ 1870906 ] There are few problems selection...
2008-02-26  Bryan PettyMore doxygen topic overview cleanup.
2008-02-26  Michael Wetherelltd163 down, move to td189.
2008-02-26  Michael Wetherellcheck xmllint/xsltproc installed
2008-02-26  Paul Cornettupdate GTK size hints when window decorations change
2008-02-26  David Elliott* When hiding a wxWindow make sure that none of its...
2008-02-26  Bryan PettyMore doxygen overview updates.
2008-02-25  Francesco Montorsithe manual doxygen generates by default is for the...
2008-02-25  Francesco Montorsifixed all warnings for topic overviews (letters a,h)
2008-02-25  Václav Slavíkcompilation fix for pch-less build
2008-02-25  Bryan PettyDoxygen topic overview cleanups.
2008-02-25  Vadim Zeitlincheck that we have a non-empty keyword in KeywordSearch...
2008-02-25  Vadim Zeitlinreset s_bInAssert in wxDoOnAssert() in an exception...
2008-02-25  Vadim Zeitlinbetter wording for the last change
2008-02-25  Vadim Zeitlinimplement support for display enumeration under WinCE...
2008-02-25  Vadim Zeitlincheck for wxDF_UNICODETEXT and not only wxDF_TEXT in...
next