]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-04-08  Vadim Zeitlinchanged DoMessageFromThreadWait() to not block if there...
2006-04-08  Robin DunnGive wx.GridTableBase a destructor, and clear the owner...
2006-04-08  Stefan Csomorellipsis support for static text (mac), applied patch
2006-04-08  Stefan Csomorfixing Clipboard::IsSupported when asking for unicode...
2006-04-08  Julian SmartCorrected FindString
2006-04-08  Stefan Csomorchanging coordinates to client-area relative (patch...
2006-04-08  Stefan Csomorallowing the suppression of SetValue event-triggering...
2006-04-08  Stefan Csomorapplying patch 1411230
2006-04-08  David Surovellminor cleanup
2006-04-08  Robin DunnFirst pass at integrating a code generator in XRCed...
2006-04-08  Stefan Csomorellipsis support
2006-04-07  Vadim Zeitlinfix recently introduced memory leak of m_conv (bug...
2006-04-07  Robin DunnwxNotebookSizer is gone now
2006-04-07  Stefan Csomorapplied patch 1378261
2006-04-07  Stefan Csomorapplied patch 1466370
2006-04-07  Stefan Csomorapplied patch 1465549
2006-04-07  David Surovellcleanup - added whitespace around operators, some blank...
2006-04-07  Julian SmartAdded minimal Info.plist
2006-04-07  Vadim Zeitlinadded html headers
2006-04-07  Vadim Zeitlinadded wxTLW::ShouldPreventAppExit() which can be overri...
2006-04-06  Vadim Zeitlinsome compilers warn about implicitly converting 0 and...
2006-04-06  Vadim Zeitlinfixed gcc warnings about not initializing the base...
2006-04-06  Vadim ZeitlinGetBoundingRect() is supposed to return the logical...
2006-04-06  Vadim Zeitlinleave enough space for the trailing NUL when converting...
2006-04-06  Vadim Zeitlindon't crash if conversion of a command line argument...
2006-04-06  Mart RaudseppwxGTK2: No need to check for __WXGTK20__ here either...
2006-04-06  Mart RaudseppwxGTK2: No need to check for __WXGTK20__ here
2006-04-06  Mart RaudseppwxGTK2: We don't need to check for __WXGTK20__ here
2006-04-06  Vadim Zeitlinadded missing const to fix last commit
2006-04-06  Vadim Zeitlinchanged the version and the date
2006-04-06  Vadim Zeitlinadded a cast to wxDecodeSurrogate() to fix wxMSW cross...
2006-04-06  Robin DunnMinor tweaks to bring up to date with CVS changes
2006-04-06  Robin DunnUpdate with 2.6.3.2 info
2006-04-06  David Surovellcleanup (repeat of v197) - added whitespace around...
2006-04-06  Robin Dunnwx.lib.pubsub updates from Oliver Schoenborn:
2006-04-06  Robin DunnForce a full refresh when the focus changes so the...
2006-04-05  Vadim Zeitlinreally fixed number of bytes written in WriteString...
2006-04-05  Vadim Zeitlinimplemented UTF-16/32 using To/FromWChar() instead...
2006-04-05  Vadim Zeitlin1. use a manifest constant wxNO_LEN instead of -1 for...
2006-04-05  Vadim Zeitlinname the test just MBConv instead of MBConvTestCase
2006-04-05  Vadim Zeitlinname the test just Unicode instead of UnicodeTestCase
2006-04-05  David Surovellcleanup - added whitespace around operators, some blank...
2006-04-05  Roman Rolinskyimplemented locating objects in gridbag sizer,
2006-04-05  Vadim ZeitlinMac compilation fix after last commit
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlinalso fixed WriteString() to work correctly when outputt...
2006-04-05  Vadim Zeitlinfixed NextChar() to read the entire character at once...
2006-04-05  Vadim Zeitlinadded wxMBConv::Clone() to be able to copy conversion...
2006-04-05  Vadim Zeitlinproperly NUL-terminate the output in wxMBConvUTF16swap...
2006-04-05  Vadim Zeitlinrebaked after adding convautotest.cpp
2006-04-05  Vadim Zeitlinrebaked after adding convauto.cpp/.h
2006-04-05  Roman RolinskySecond fix for Copy/Paste (using expat.native_encoding...
2006-04-05  Vadim Zeitlintests for wxConvAuto
2006-04-05  Vadim Zeitlin1. changed all "wxMBConv& conv" parameters to "const...
2006-04-05  Mart Raudseppencconv.cpp: Remove comment about 5 being big enough...
2006-04-05  Mart RaudseppUpdate unictabl.inc manually, keeping KOI8-U, while...
2006-04-05  Mart RaudseppSupport having const encoding tables. Modify generator...
2006-04-05  Mart RaudseppMake the unicode table scripts generate file with white...
2006-04-04  Robin DunnDocstring fix
2006-04-04  Robin DunnEVT_TEXT_ENTER handler on a combobox needs evt.Skip...
2006-04-04  Mart RaudseppMake EquivalentEncodings 3-dimensional array const...
2006-04-04  Mart RaudseppwxGTK2: No need to warn about threads being unsupported...
2006-04-04  Mart RaudseppAdd GDK_PIXBUF_DISABLE_DEPRECATED, it should build...
2006-04-04  Mart Raudseppgdk_window_get_colormap -> gdk_drawable_get_colormap
2006-04-04  Mart Raudseppgdk_cursor_destroy -> gdk_cursor_unref
2006-04-04  Mart RaudseppGDK_ROOT_PARENT -> gdk_get_default_root_window
2006-04-04  Mart Raudseppgdk_window_get_size -> gdk_drawable_get_size
2006-04-04  David Surovelladded missing paren
2006-04-04  Mart Raudseppgdk_gc_destroy -> gdk_gc_unref -> g_object_unref
2006-04-04  Mart Raudseppgdk_image_destroy -> g_object_unref (gdk_image_destroy...
2006-04-04  Mart Raudseppgdk_pixbuf_unref -> g_object_unref
2006-04-04  Mart Raudseppgdk_gc_unref -> g_object_unref
2006-04-04  Vadim Zeitlincorrected mistake in the UTF-16 test on big endian...
2006-04-04  Mart RaudseppAnd gdk_drawable_unref is in turn deprecated in favor...
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-04-04  Mart Raudseppgdk_draw_pixmap -> gdk_draw_drawable
2006-04-04  Mart Raudseppgdk_window_copy_area(drawable,gc,x,y,source_drawable...
2006-04-04  Mart Raudseppgdk_window_get_visual -> gdk_drawable_get_visual
2006-04-04  Vadim ZeitlinMB2WC/WC2MB are not pure virtual any longer, implement...
2006-04-04  Vadim Zeitlinadded new To/FromWChar() API with more reasonable seman...
2006-04-04  Vadim Zeitlinrenamed GetMinMBCharWidth() to GetMBNulLen(), made...
2006-04-03  Vadim Zeitlinfixed LaTeX markup to suit tex2rtf
2006-04-03  Václav Slavíkadded ParseInnerSource() to make <pre>-like parsing...
2006-04-03  Włodzimierz... Warning fix.
2006-04-03  Mart RaudseppSync wxGTK docs from WX_2_6_BRANCH to HEAD
2006-04-03  David Surovellminor cleanup - reformatting
2006-04-02  Vadim ZeitlinApple gcc compilation fixes: for it size_t and unsigned...
2006-04-02  Vadim Zeitlinfixed wxMBConv_iconv to work with UTF-16/32
2006-04-02  Vadim Zeitlinproperly terminate UTF-32 test string
2006-04-02  Vadim Zeitlincompilation fix for iconv call
2006-04-02  Julian SmartCorrected index passed
2006-04-02  Vadim Zeitlinadded filename comparison test
2006-04-02  Vadim Zeitlinreplaced recently added wxMBConv::GetMBNul() with a...
2006-04-02  Vadim Zeitlinadded wxBuffer::reset()
2006-04-02  Vadim Zeitlinadded UTF-32 test
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL which...
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL not...
2006-04-02  Kevin HockMake the Connect that also takes a local bind port...
2006-04-02  Vadim Zeitlindocument missing default parameters in ctor (patch...
2006-04-02  Vadim Zeitlindon't crash when loading images with verbose==false...
next