]> git.saurik.com Git - wxWidgets.git/history - src
Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src /
2006-04-14  Julian SmartSimulated text labels and toggle highlights under buttons
2006-04-14  Vadim Zeitlinfixed bug with not taking background colour into accoun...
2006-04-14  Julian SmartImplemented Mac-style button toggling within wxButtonTo...
2006-04-14  Julian SmartAllow specification of border spacing
2006-04-14  Václav Slavíkdon't show the I-beam cursor over text in wxHtmlListBox
2006-04-14  Julian SmartwxButtonToolBar only useful on Mac right now
2006-04-14  Julian SmartSteps towards implementing native-style, non-top-level...
2006-04-14  Jamie GaddFix bug in GetTimeZone where timezone wasn't set.
2006-04-13  Václav Slavík1. added abstract interface to wxHtmlWindow for use...
2006-04-13  Włodzimierz SkibaAll book controls shares wxBK_* flags [bug #1469980].
2006-04-13  Julian SmartCompile fix
2006-04-13  Julian SmartOn screens with restricted space, it's useful to be...
2006-04-13  Jamie GaddFix casts from void* to int on x86_64 gcc by using...
2006-04-13  Vadim Zeitlininitialize nulLen to 0 for all compilers as some versio...
2006-04-12  Stefan NeisFixed GetSelection to behave the same as for the other...
2006-04-12  Julian SmartApplied patch [ 1463711 ] wxRichTextCtrl fix for pastin...
2006-04-12  Vadim Zeitlina better compilation fix after wxGTK_CONV changes
2006-04-11  Vadim Zeitlinremoved spurious if in DoGradientFillLinear()
2006-04-11  Vadim Zeitlincompilation fix after wxGTK_CONV changes
2006-04-11  Stefan CsomorRyan's patch 1468129 ,
2006-04-11  Stefan CsomorRyan's patch 1467727 , removing the SetValue from SetRa...
2006-04-11  Vadim Zeitlinremoved wxGTK2 hack, not needed any more
2006-04-11  Vadim Zeitlinif we don't convert message catalog strings to the...
2006-04-11  Vadim Zeitlinsome code simplifications, no real changes
2006-04-11  Vadim Zeitlinadded wxConvUI which determines the conversion used...
2006-04-10  Vadim Zeitlinuse wxConvLocal for wxFONTENCODING_SYSTEM/DEFAULT in...
2006-04-10  Vadim Zeitlinall encodings are available in GTK+ 2 (because we alway...
2006-04-10  Vadim Zeitlinuse the encoding of the font which is used to draw...
2006-04-10  Vadim Zeitlindon't let the user modify the contents of read-only...
2006-04-10  Vadim Zeitlinuse #if WXWIN_COMPATIBILITY_2_6 guard around implementa...
2006-04-10  Vadim Zeitlinuse #if WXWIN_COMPATIBILITY_2_6 guard around implementa...
2006-04-10  David Surovellcleanup - reformatting, pt 2
2006-04-10  David Surovellcleanup - reformatting
2006-04-10  Vadim Zeitlinuse wxGTK_CONV instead of directly using wxConvLocal...
2006-04-10  Vadim Zeitlindon't generate wxEVT_CONTEXT_MENU messages for right...
2006-04-10  Vadim Zeitlinfix for the previous commit: delete m_conv after callin...
2006-04-09  Vadim ZeitlinISO8859-1 is also supported by GTK+ 2
2006-04-09  Stefan Csomormake the string properly 0 terminated and allow for...
2006-04-09  Stefan Csomorin case of an faulty event this might not get initialized
2006-04-09  Stefan Csomorconversion fix by Ryan
2006-04-09  Stefan Csomorlistbox cleanup
2006-04-09  Stefan Csomorlistbox cleanup
2006-04-09  Robin DunnUse CmdDown in mouse events instead of ControlDown...
2006-04-08  Robin DunnAdded missing not operator that was preventing the...
2006-04-08  Vadim Zeitlinchanged DoMessageFromThreadWait() to not block if there...
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  Stefan Csomorellipsis support
2006-04-07  Vadim Zeitlinfix recently introduced memory leak of m_conv (bug...
2006-04-07  Stefan Csomorapplied patch 1378261
2006-04-07  Stefan Csomorapplied patch 1466370
2006-04-07  David Surovellcleanup - added whitespace around operators, some blank...
2006-04-07  Vadim Zeitlinadded wxTLW::ShouldPreventAppExit() which can be overri...
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 Zeitlinadded a cast to wxDecodeSurrogate() to fix wxMSW cross...
2006-04-06  David Surovellcleanup (repeat of v197) - added whitespace around...
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  David Surovellcleanup - added whitespace around operators, some blank...
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 convauto.cpp/.h
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-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 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  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...
next