2006-04-09 |
Stefan Csomor | listbox cleanup |
tree | commitdiff |
2006-04-09 |
Robin Dunn | Use CmdDown in mouse events instead of ControlDown... |
tree | commitdiff |
2006-04-08 |
Robin Dunn | Added missing not operator that was preventing the... |
tree | commitdiff |
2006-04-08 |
Vadim Zeitlin | changed DoMessageFromThreadWait() to not block if there... |
tree | commitdiff |
2006-04-08 |
Stefan Csomor | fixing Clipboard::IsSupported when asking for unicode... |
tree | commitdiff |
2006-04-08 |
Julian Smart | Corrected FindString |
tree | commitdiff |
2006-04-08 |
Stefan Csomor | changing coordinates to client-area relative (patch... |
tree | commitdiff |
2006-04-08 |
Stefan Csomor | allowing the suppression of SetValue event-triggering... |
tree | commitdiff |
2006-04-08 |
Stefan Csomor | applying patch 1411230 |
tree | commitdiff |
2006-04-08 |
David Surovell | minor cleanup |
tree | commitdiff |
2006-04-08 |
Stefan Csomor | ellipsis support |
tree | commitdiff |
2006-04-07 |
Vadim Zeitlin | fix recently introduced memory leak of m_conv (bug... |
tree | commitdiff |
2006-04-07 |
Stefan Csomor | applied patch 1378261 |
tree | commitdiff |
2006-04-07 |
Stefan Csomor | applied patch 1466370 |
tree | commitdiff |
2006-04-07 |
David Surovell | cleanup - added whitespace around operators, some blank... |
tree | commitdiff |
2006-04-07 |
Vadim Zeitlin | added wxTLW::ShouldPreventAppExit() which can be overri... |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | GetBoundingRect() is supposed to return the logical... |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | leave enough space for the trailing NUL when converting... |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | don't crash if conversion of a command line argument... |
tree | commitdiff |
2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here either... |
tree | commitdiff |
2006-04-06 |
Mart Raudsepp | wxGTK2: No need to check for __WXGTK20__ here |
tree | commitdiff |
2006-04-06 |
Mart Raudsepp | wxGTK2: We don't need to check for __WXGTK20__ here |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | added missing const to fix last commit |
tree | commitdiff |
2006-04-06 |
Vadim Zeitlin | added a cast to wxDecodeSurrogate() to fix wxMSW cross... |
tree | commitdiff |
2006-04-06 |
David Surovell | cleanup (repeat of v197) - added whitespace around... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | really fixed number of bytes written in WriteString... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | implemented UTF-16/32 using To/FromWChar() instead... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | 1. use a manifest constant wxNO_LEN instead of -1 for... |
tree | commitdiff |
2006-04-05 |
David Surovell | cleanup - added whitespace around operators, some blank... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | Mac compilation fix after last commit |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | also fixed WriteString() to work correctly when outputt... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | fixed NextChar() to read the entire character at once... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | added wxMBConv::Clone() to be able to copy conversion... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | properly NUL-terminate the output in wxMBConvUTF16swap... |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | rebaked after adding convauto.cpp/.h |
tree | commitdiff |
2006-04-05 |
Vadim Zeitlin | 1. changed all "wxMBConv& conv" parameters to "const... |
tree | commitdiff |
2006-04-05 |
Mart Raudsepp | encconv.cpp: Remove comment about 5 being big enough... |
tree | commitdiff |
2006-04-05 |
Mart Raudsepp | Update unictabl.inc manually, keeping KOI8-U, while... |
tree | commitdiff |
2006-04-05 |
Mart Raudsepp | Support having const encoding tables. Modify generator... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | Make EquivalentEncodings 3-dimensional array const... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | wxGTK2: No need to warn about threads being unsupported... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_colormap -> gdk_drawable_get_colormap |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_cursor_destroy -> gdk_cursor_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | GDK_ROOT_PARENT -> gdk_get_default_root_window |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_size -> gdk_drawable_get_size |
tree | commitdiff |
2006-04-04 |
David Surovell | added missing paren |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_gc_destroy -> gdk_gc_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_image_destroy -> g_object_unref (gdk_image_destroy... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_pixbuf_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_gc_unref -> g_object_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | And gdk_drawable_unref is in turn deprecated in favor... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_draw_pixmap -> gdk_draw_drawable |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_copy_area(drawable,gc,x,y,source_drawable... |
tree | commitdiff |
2006-04-04 |
Mart Raudsepp | gdk_window_get_visual -> gdk_drawable_get_visual |
tree | commitdiff |
2006-04-04 |
Vadim Zeitlin | MB2WC/WC2MB are not pure virtual any longer, implement... |
tree | commitdiff |
2006-04-04 |
Vadim Zeitlin | added new To/FromWChar() API with more reasonable seman... |
tree | commitdiff |
2006-04-04 |
Vadim Zeitlin | renamed GetMinMBCharWidth() to GetMBNulLen(), made... |
tree | commitdiff |
2006-04-03 |
Václav Slavík | added ParseInnerSource() to make <pre>-like parsing... |
tree | commitdiff |
2006-04-03 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-04-03 |
David Surovell | minor cleanup - reformatting |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | fixed wxMBConv_iconv to work with UTF-16/32 |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | compilation fix for iconv call |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | replaced recently added wxMBConv::GetMBNul() with a... |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | don't crash when loading images with verbose==false... |
tree | commitdiff |
2006-04-02 |
Vadim Zeitlin | report error for GIF images without CLEAR code in the... |
tree | commitdiff |
2006-04-01 |
Julian Smart | Reset the position when auto-sizing toolbar |
tree | commitdiff |
2006-04-01 |
David Surovell | fix compilation problem in prior commit |
tree | commitdiff |
2006-04-01 |
Vadim Zeitlin | fixed wxMBConv_iconv::GetMBNul() |
tree | commitdiff |
2006-04-01 |
Vadim Zeitlin | Unix compilation fixes after last commit |
tree | commitdiff |
2006-04-01 |
Vadim Zeitlin | Described in the comments and documented the semantics... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | undid last (wrong) change to wxMBConvUTF16swap::MB2WC... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | fixed fatal buffer overwrite in wxMBConvUTF16swap:... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | detect some invalid UTF7 strings when decoding them... |
tree | commitdiff |
2006-03-31 |
David Surovell | simplify KeywordSearch; cleanup and reformat |
tree | commitdiff |
2006-03-31 |
Włodzimierz Skiba | Build fix for 2.6 compatibility off. |
tree | commitdiff |
2006-03-31 |
Włodzimierz Skiba | Removed every usage of obsolete wxTLW flags. 2.6 compat... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | really pass the proper output buffer size in wxMBConv_w... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | pass proper output buffer size in round trip conversion... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | don't give error when reading empty file in Unicode... |
tree | commitdiff |
2006-03-31 |
Vadim Zeitlin | rewrote Read() to slurp all the file at once to avoid... |
tree | commitdiff |
2006-03-30 |
Vadim Zeitlin | don't compile DirectDraw code when wxUSE_DIRECTDRAW... |
tree | commitdiff |
2006-03-30 |
Jamie Gadd | Include compatibility guard for int GetItemSpacing... |
tree | commitdiff |
2006-03-30 |
Robert Roebling | Fix previous crashes when scrolling generic version |
tree | commitdiff |
2006-03-30 |
Kevin Hock | Fix GetTraits() check for event loop in wxSocketBase... |
tree | commitdiff |
2006-03-30 |
Robert Roebling | Fix wxListCtrl in-place editing (to not crash |
tree | commitdiff |
2006-03-30 |
Vadim Zeitlin | don't process previously read characters twice in OnRead() |
tree | commitdiff |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
tree | commitdiff |
2006-03-30 |
Robert Roebling | Use memcpy instead of strcpy. |
tree | commitdiff |
2006-03-30 |
Julian Smart | Reverted wxChoice size fix due to problems in W2K and... |
tree | commitdiff |
2006-03-29 |
David Surovell | simplify OnActivate menubar install code |
tree | commitdiff |
2006-03-29 |
Stefan Csomor | formatting and native HIView compilation fixes |
tree | commitdiff |
2006-03-29 |
Stefan Csomor | clean-up and fix |
tree | commitdiff |
2006-03-29 |
Vadim Zeitlin | don't return void values |
tree | commitdiff |
2006-03-29 |
Vadim Zeitlin | wxUSE_STL==1 compilation fix |
tree | commitdiff |
2006-03-28 |
David Surovell | fix null-deref |
tree | commitdiff |
2006-03-28 |
Włodzimierz Skiba | Warning fix for wxOS2 night build. |
tree | commitdiff |
2006-03-28 |
Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. |
tree | commitdiff |
2006-03-28 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
next |