]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-01-12  David ElliottAdd new methods to transform coordinates expressed...
2005-01-12  Julian SmartDon't return a broken accelerator object if the acceler...
2005-01-12  Włodzimierz... Shared build fix.
2005-01-12  Włodzimierz... Warning fix and source cleaning.
2005-01-12  Włodzimierz... Warning fix.
2005-01-12  Włodzimierz... Don't overwrite 32bit value with 16bit one.
2005-01-12  David ElliottDocument that wxLogNull must be used with SetActiveTarg...
2005-01-12  David ElliottImplement using NSColor class methods for system colors.
2005-01-12  David ElliottImproved whitespace in GetColour() so I can see what...
2005-01-12  Julian SmartMade some functions virtual
2005-01-12  Vadim Zeitlinreset m_hDWP to NULL after calling EndDeferWindowPos()
2005-01-12  Jouk Jansen Committing in .
2005-01-12  Robin DunnFix for bug [ 1098263 ] wx.lib.ogl control points leak
2005-01-11  Włodzimierz... Old API deprecated. Source cleaning.
2005-01-11  Robin DunnPatch [ 1100272 ] wxFlexGridSizer works wrong when...
2005-01-11  David ElliottRenamed src/cocoa/settings.cpp to settings.mm.
2005-01-11  David ElliottImplemented simplistic ConvertToImage()
2005-01-11  David ElliottCorrected m_depth assignment in CopyFromIcon
2005-01-11  David ElliottImplement CopyFromIcon
2005-01-11  David ElliottReplaced obviously incorrect code for SetFocus and...
2005-01-11  David ElliottRenamed the wxWindowCocoaScroller class to wxWindowCoco...
2005-01-10  Vadim Zeitlinfactored out wxGetFullModuleName(HMODULE) from wxGetFul...
2005-01-10  David ElliottAdd constructor and Set taking NSColor.
2005-01-10  George TaskerRemoved text saying that the wxODBC classes were not...
2005-01-10  George TaskerAdded a small bit more information about Unicode builds
2005-01-10  Włodzimierz... Bug 1099143 and more occurences of the same set vs...
2005-01-10  Włodzimierz... Fixed references to 'wxdbindexdef'.
2005-01-10  Włodzimierz... Old API deprecated. Use new and remove old usage where...
2005-01-10  Stefan Csomorreverted bitmap depth increases
2005-01-10  David ElliottCorrected some assertions (m_region.m_refData vs. m_ref...
2005-01-10  David ElliottAdded wxMemoryDC::Clear()
2005-01-09  Stefan Csomoroptimizing gauge cpu usage
2005-01-09  Stefan Csomorno message
2005-01-09  Stefan Csomoradded hack for making scrollbars really disappear under...
2005-01-09  Stefan Csomordraw the focus rect ourselves
2005-01-09  Stefan Csomorfixed border calculation
2005-01-08  Vadim Zeitlinimplemented wxIsDebuggerRunning() for Win32
2005-01-08  Robert Roebling Compile fixes for GTK 1.2
2005-01-08  Stefan NeisRemoved -lcma (added in 1.813), since one can't apparen...
2005-01-08  Robert Roebling Applied wxNO_BORDER patch for text control and combo...
2005-01-08  David ElliottContains changes for autoconf_inc.m4,1.77,1.78 which...
2005-01-08  David ElliottRegenerated configure. Contains changes for:
2005-01-07  Vadim Zeitlinmade FindWindow() member functions const (this makes...
2005-01-07  Robert Roebling Added way to specify in generic tree control
2005-01-07  Robert Roebling Corrected drag effect for tree control.
2005-01-07  Václav Slavíkfixed condition for using #pragmas
2005-01-07  Václav Slavíkfixed condition for using #pragmas
2005-01-07  Vadim Zeitlinharmless unused param warning fix
2005-01-07  Vadim Zeitlincorrected bg colour inheritance once again: only immedi...
2005-01-07  Włodzimierz... Old API clearly deprecated.
2005-01-07  Stefan CsomorOS X savvy implementation
2005-01-07  Robert Roebling Added wxFopen to the MSLU code.
2005-01-07  Robert Roebling Removed useless defines for WinCE which is
2005-01-07  Włodzimierz... Remove some controls from limited screen area of Smartp...
2005-01-07  Robin DunnFix for Bug 1097510, reset m_selectionOld when the...
2005-01-07  Włodzimierz... MS Smartphone has no input other than phone buttons...
2005-01-07  Włodzimierz... Include order fix.
2005-01-07  Vadim Zeitlininvalidate bg brush in the beginning of OnSize() to...
2005-01-07  Vadim Zeitlindon't ignore the background colour set for the dialog...
2005-01-07  Vadim Zeitlinuse HasTransparentBackground() to correctly draw the...
2005-01-07  Vadim Zeitlinmoved HasTransparentBackground() from wxUniv to common...
2005-01-07  Vadim Zeitlinno changes; just removed some obsolete #ifdefs
2005-01-07  Vadim Zeitlinextracted background painting in a separate function...
2005-01-07  Vadim ZeitlinFreeBSD compilation fixes: rename re_comp and re_exec
2005-01-06  Robert Roebling Added test to fontencoding -> codepage conversion
2005-01-06  Kevin Hockwhilst -> while
2005-01-06  Robert Roebling Applied patched for combo box SELECTED events (no
2005-01-06  Włodzimierz... Old API clearly deprecated. Source cleaning.
2005-01-06  Robert Roebling Blind attempt make buttons centered in the generic
2005-01-06  Robert Roebling Second try to commit compilo fix for sizer.cpp
2005-01-06  Włodzimierz... Smartphone fixes.
2005-01-06  Włodzimierz... wxUSE_LOG (Smartphone) fix.
2005-01-06  Włodzimierz... Use stock labels for Smartphone.
2005-01-06  Włodzimierz... Lack of accelerators on Smartphones.
2005-01-06  Włodzimierz... eVC3 warning fix.
2005-01-06  Włodzimierz... Build fix for NOPCH.
2005-01-06  Robert Roebling wxEncodingConverter should and can be compiled
2005-01-06  Robert Roebling #
2005-01-05  Vadim Zeitlindon't include wx/msw/wrapwin.h in public header; correc...
2005-01-05  Robin DunnGetSystemColour --> GetColour
2005-01-05  Robin DunnAdd wxRTTI and OOR info for activex classes
2005-01-05  Robin Dunncleanup
2005-01-05  Robin DunnMore methods for wxStdDialogButtonSizer
2005-01-05  Robin DunnSet the window id for key events
2005-01-05  Włodzimierz... Old API clearly deprecated.
2005-01-05  Włodzimierz... wxMSWUniv wxWindowMSW vs. wxWindow fix.
2005-01-05  Włodzimierz... Removed all duplicated and complicated #ifdefs for...
2005-01-05  Włodzimierz... Error fix after recent changes.
2005-01-05  Włodzimierz... Warning fix.
2005-01-05  Włodzimierz... MS Smartphone fixes.
2005-01-05  Mattia Barbon Check for end of buffer in wxMemoryInputStream::Peek.
2005-01-05  Mattia Barbon Correct malloc()/delete[] mismatch.
2005-01-05  Mattia Barbon Additional sanity check.
2005-01-05  Mattia Barbon Compilation fix.
2005-01-05  Mattia Barbon Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.
2005-01-05  Robin DunnContinued tests of drawing a widget to a DC
2005-01-04  Robert Roebling Commit wxFontEncoding -> MS codepage conversion code
2005-01-04  Włodzimierz... Old API depreciated. Use of new API. Source cleaning.
2005-01-04  Włodzimierz... Old API depreciated. Use of new API. Source cleaning.
2005-01-04  Włodzimierz... Initial wxSystemSettings::GetColour() for PalmOS.
next