general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays...
[wxWidgets.git] / src /
2008-08-04  Vadim Zeitlingeneral docview.cpp code cleanup; use wxVector<> instea...
2008-08-03  Stefan Csomorfixing name typo
2008-08-03  Stefan Csomormoving osx files (rename will follow)
2008-08-03  Vadim Zeitlinreturn empty string instead of some garbage if strftime...
2008-08-03  Benjamin Williamsfix mouse capture lost assert when dialog shown in...
2008-08-03  Vadim Zeitlincompilation fix for PCH-less build; also moved some...
2008-08-03  Vadim Zeitlinfix view rectangle calculation for the control with...
2008-08-03  Vadim Zeitlinadd BSTR arrays handling in wxConvertOleToVariant(...
2008-08-03  Vadim Zeitlinadd support for multiline labels in wxToggleButton
2008-08-03  Vadim Zeitlinno real changes, just refactor to remove some code...
2008-08-03  Vadim Zeitlinimplement wxToolBarTool::SetLabel() for wxOSX_USE_NATIV...
2008-08-03  Vadim Zeitlinuse wxPEN/BRUSH_XXX instead of wxXXX (#9812)
2008-08-03  Vadim Zeitlinmake SetValidator() symmetric with GetValidator() ...
2008-08-03  Vadim Zeitlinupdate for wxSHUTDOWN_LOGOFF/FORCE, should have been...
2008-08-03  Vadim Zeitlinadded wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by...
2008-08-03  Vadim Zeitlincompilation fix for PCH-less build after last commit
2008-08-03  Vadim Zeitlinstore palette information from XPM in wxImage (#9763)
2008-08-03  Benjamin Williamsfix segfault when Update() is called inbetween mouse...
2008-08-03  Vadim Zeitlindon't keep the transparent palette colour from the...
2008-08-03  Vadim Zeitlinno real changes, just some cleanup: use wxON_BLOCK_EXIT...
2008-08-03  Vadim Zeitlinadd support for reading alpha channel from BMP images...
2008-08-03  Vadim Zeitlincompilation after last commit: semicolon after wxDELETE...
2008-08-02  Vadim Zeitlindon't use our custom WM_PAINT handler with composited...
2008-08-02  Vadim Zeitlinreturn true from IsDoubleBuffered() if our TLW parent...
2008-08-02  Vadim Zeitlinadd wxGet/Set/HasWindowExStyle() helpers and use them
2008-08-02  Vadim Zeitlincompilation fix after last commit
2008-08-02  Vadim Zeitlincopy both alpha and mask in Paste() (#9658)
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-02  Vadim Zeitlinadded trivial wxLaunchDefaultApplication() implementati...
2008-08-02  Vadim Zeitlinadd wxImage::SetType() and use it in animation decoders...
2008-08-02  Vadim Zeitlinfix keyboard navigation in radio boxes containing hidde...
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-08-02  Vadim Zeitlinimprove best size calculation; notably account for...
2008-08-02  Vadim Zeitlinensure that one of wxRA_SPECIFY_{COLS,ROWS} is set...
2008-08-02  Vadim Zeitlinimplement wxLaunchDefaultApplication() for MSW and...
2008-08-02  Vadim ZeitlinPCH-less build fix after the last commit
2008-08-02  Vadim Zeitlinextract parts of wxXRC depending on wxAdv in a separate...
2008-08-02  Robert RoeblingSupport NOR logical function
2008-08-02  Stefan Csomorguarding all text methods against unset font
2008-08-01  Vadim Zeitlinadd wxString::Capitalize() and MakeCapitalized() for...
2008-08-01  Benjamin Williamsadded a number of NULL ptr asserts (#4145)
2008-08-01  Benjamin Williamsfix for defect #4827
2008-08-01  Benjamin Williamsfix for ticket #4505, Floatable(false) wasn't working...
2008-08-01  Benjamin Williamsfloating pane now respects IsFixed pane status; indirec...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-08-01  Vadim Zeitlinremoved a cast to WPARAM which was unnecessary and...
2008-08-01  Vadim Zeitlininherit wx_error_mgr from jpeg_error_mgr instead of...
2008-08-01  Vadim Zeitlinremove wxSETranslator() entirely from wxUSE_ON_FATAL_EX...
2008-08-01  Vadim Zeitlinfix warning about possible uninitialized variable with...
2008-08-01  Vadim Zeitlinimplement support for wxOR and wxCLEAR in wxCairoContex...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-08-01  Stefan Csomormoving common implementation for osx closer to unix...
2008-07-31  Stefan CsomorOSXTimer for all variants (sorry Vaclav, should be...
2008-07-31  Stefan CsomorOSXTimer for all variants
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
next