]> git.saurik.com Git - wxWidgets.git/history - src
adapting osx file layout
[wxWidgets.git] / src /
2008-07-31  Stefan CsomorwxColour is implemented using CoreGraphics
2008-07-31  Stefan Csomorpen and brush are platform neutral on osx
2008-07-31  Stefan Csomorpen and brush are platform neutral on osx
2008-07-31  Stefan Csomorbetter guarding when no printing architecture exists
2008-07-31  Stefan Csomorbetter guarding when no printing architecture exists...
2008-07-30  Vadim Zeitlinoptimize Replace() for the common case of replacing...
2008-07-30  Stefan CsomorOSX renaming round 2
2008-07-30  Stefan Csomoradding header for non-precomp
2008-07-29  Vadim Zeitlindon't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Václav Slavíkfixed messed up indentation
2008-07-29  Stefan Csomoradding constant which appears in Leopard SDK only
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Stefan Csomoruniversal implementation for osx cocoa
2008-07-29  Stefan Csomoruniversal implementation for iphone
2008-07-29  Stefan CsomorOSX regrouping
2008-07-29  Stefan CsomorOSX regrouping
2008-07-29  Stefan CsomorOSX regrouping
2008-07-29  Stefan CsomorOSX regrouping
2008-07-29  Stefan Csomornew SDK has frame CGRect return param
2008-07-29  Julian SmartTake on appropriate paragraph style in the newly create...
2008-07-29  Vadim Zeitlingenerate a size event from ShowWithEffect() for consist...
2008-07-29  Vadim Zeitlinsend the size event in SendSizeEvent() instead of posti...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-29  Robert RoeblingAdded 32-bit (UCS-4) wxUString class
2008-07-28  Vadim Zeitlinimplement wxBitmap ctor from XBM data
2008-07-28  Paul Cornettfix Gtk-WARNING "... no property named `row-ending...
2008-07-26  Vadim Zeitlindon't use assert dialog under wxDFB, it does more harm...
2008-07-24  Vadim Zeitlinfix index checking in GetRange()
2008-07-22  Vadim Zeitlinfix crash when reading malformed PCX images (#3836)
2008-07-22  Vadim Zeitlinattempt to fix compilation after the last change
2008-07-22  Vadim Zeitlinremove the workaround for STL build bug in wxArrays...
2008-07-22  Vadim Zeitlinget rid of base arrays in wxUSE_STL build, we don't...
2008-07-21  Václav SlavíkFixed detection of Meta key state so that NumLock isn...
2008-07-21  Vadim Zeitlinavoid unnecessary conversions in wxTextDataObject code...
2008-07-21  Vadim Zeitlindon't call gtk_selection_data_set_text() with non-UTF...
2008-07-21  Vadim ZeitlinwxDF_UNICODETEXT shouldn't be supported at all in ANSI...
2008-07-21  Vadim Zeitlinno changes, just fixed a typo in comment
2008-07-21  Vadim Zeitlinuse #if wxUSE_UNICODE instead of #ifdefs (which totally...
2008-07-21  Vadim Zeitlindon't show warning to the user if session manager detec...
2008-07-21  Vadim Zeitlinuse (new) safer GetTraitsIfExists() in wxMutexGuiEnter...
2008-07-21  Vadim Zeitlindon't give error on startup of any application using...
2008-07-21  Vadim Zeitlindon't use deprecated function
2008-07-20  Vadim Zeitlinfix generation of events for an initially empty wxDirPi...
2008-07-20  Vadim Zeitlinblind attempt to fix wxBitmap in wxMGL
2008-07-20  Vadim Zeitlinhandle C++ exception in EVT_{TIMER,IDLE} handlers ...
2008-07-20  Vadim Zeitlinreally fix compilation for PCH-less builds
2008-07-20  Vadim Zeitlincompilation fix for PCH-less builds
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2008-07-19  Vadim Zeitlinalready escaped backslash shouldn't escape the followin...
2008-07-19  Vadim Zeitlinfix bug with wxCSConv("ASCII")
2008-07-18  Vadim Zeitlinmention compatibility implications of wxExecute() quoti...
2008-07-18  Vadim Zeitlincompilation fix for eVC4: include commctrl.h explicitely
2008-07-18  Julian SmartTab removal
2008-07-18  Julian SmartFixed initial layout bug when using dynamically created...
2008-07-18  Paul Cornettfix masking of disabled bitmaps with some themes
2008-07-18  Vadim Zeitlinreally correct detecting the end of UTF-7-encoded strings
2008-07-17  Vadim Zeitlinfix bug introduced in r54646: we still need to count...
2008-07-17  Vadim Zeitlinproperly detect missing data at the end of UTF-7-encode...
2008-07-17  Vadim ZeitlinCP-xxx and MS-yyy iconv identifiers actually don't...
2008-07-16  Vadim Zeitlinallow using SetFont(wxNullFont) to reset the font as...
2008-07-16  Stefan Csomoradding missing include for non-precomp builds, and...
2008-07-16  Vadim Zeitlin_beginthreadex() entry point should really return unsig...
2008-07-16  Vadim Zeitlincheck for comctl32.dll version and not OS one as an...
2008-07-16  Vadim Zeitlinuse parent background and not ours unless one was expli...
2008-07-16  Vadim Zeitlinclean up wxBitmapButton::Create(); override MSWGetStyle...
2008-07-16  Vadim Zeitlinuse wxCmdLineParser::ConverStringToArgs() instead of...
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-07-15  Vadim Zeitlinfix the output length returned from cWC2MB/MB2WC()...
2008-07-15  Julian SmartFixed wxTreebook tree control style
2008-07-15  Vadim Zeitlintest ok in the record reading loop as otherwise we...
2008-07-15  Vadim Zeitlinremove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac...
2008-07-15  Vadim Zeitlindon't pass pointers to unaligned DWORDs to avoid 64...
2008-07-15  Vadim Zeitlinfix changing size of merged cells (#9736)
2008-07-14  Václav Slavíkcompilation fix after SetClippingRegion changes (patch...
2008-07-14  Vadim Zeitlinfix heap corruption bug: use delete[] to delete a buffe...
2008-07-14  Vadim Zeitlincalling Notify() from child thread is ok -- as long...
2008-07-13  Vadim Zeitlinset wxKeyEvent::m_uniChar correctly in the events gener...
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-07-13  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-13  Vadim Zeitlindon't assert when GetSubItemRect() is called in non...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-13  Vadim Zeitlinmore compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON...
2008-07-13  Julian SmartShift+Return now puts the cursor on the next line
2008-07-12  Vadim Zeitlinadd wxSocket::IsClosed(), use it to implement Eof(...
2008-07-12  Vadim Zeitlinno changes, just removed broken #if 0'd out code
2008-07-10  Robin DunnShouldAccountFor was a 2.8 only change. Use IsShown...
2008-07-10  Vadim Zeitlinmake wxApp::Yield() exception-safe
2008-07-10  Robin DunnIf an item is hidden, don't check it for overflows.
2008-07-09  Václav Slavíkuse iterators instead of c_str() in wxXmlResource:...
2008-07-09  Stefan NeisApplied fix for wxGrid::ClearAttrCache (#9712).
2008-07-09  Vadim Zeitlinunescape the value of wxHyperlinkCtrl label (#9683)
2008-07-09  Stefan Csomoradjusting endif comment to new #if
2008-07-09  Vadim Zeitlinsome blind compilation fixes for legacy code (#9698)
2008-07-09  Vadim Zeitlinfix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
next