2005-03-06 |
Vadim Zeitlin | fix warning about comparing (signed) -1 with (unsigned... |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Vadim Zeitlin | replaced C++ comment with a C one |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Robin Dunn | Added toolbar wxTB_TEXT flag and tool label property |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Vadim Zeitlin | (blind) GTK1 compilation fix |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Michael Wetherell | Fix for problem with wxGetFileKind on WinCE |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Mattia Barbon | Use the common wxParseCommonDialogsFilter function |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Mattia Barbon | Avoid uninitialized variable warnings. |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Mattia Barbon | Use the IsMDIChild() function instead of wxRTTI, |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Mattia Barbon | Corrected wxStringListBase implementation of |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Mattia Barbon | Use the correct WXDLLIMPEXT declaration for |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | Docstring updates |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | Added wx.ArtProvider.GetSize |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | bump the version flags |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | Tweak how we cheat on the resource files |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | Add Resize, SetRGBRect, Size, and GetOrFindMaskColour... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | Added wx.Rect.IsEmpty |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | Add Resize, SetRGBRect, Size, and GetOrFindMaskColour... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Robin Dunn | Remove refrences to building OGL |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Robert Roebling | Try to catch theme change on the fly in button in |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Włodzimierz... | Better wxFile support, warning fixes and minor source... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Włodzimierz... | Unicode markup. |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Włodzimierz... | Removed ambiguity between deprecated and new constructor. |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Włodzimierz... | Small warning fixes. |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Włodzimierz... | Name conflict correction. |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Robert Roebling | Trying to get default button placement and size right. |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Robert Roebling | Applied John L's patches for curson scaling, image... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Robert Roebling | Changed wxFileName::SetExt() as per the discussion... |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Włodzimierz... | #pragma implementation fix. |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Włodzimierz... | Complete wxW set of files in PalmOS makefile (still... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Warning fixes for formating. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Robin Dunn | reworded a bit |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Robin Dunn | new style flags for wxBufferedDC |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Robin Dunn | Add copy ctor for wxPyCBInputStream and use it to preve... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Source cleaning. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Allow build without fatal exceptions support. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Robert Roebling | Adapt SetExt() to new availability of m_hasExt. I... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Usage of common default colours in OGL + minor warning... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Source cleaning. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Warning fixes. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Follow api of wxInputStream (warning fixes). |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Huge streams checking and warning fixes. |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Włodzimierz... | Recent commits added new variables for length when... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Václav Slavík | fixed crash when wxHtmlWindow's content is updated... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Vadim Zeitlin | fixed bug in ReadAll(): it always returned error when... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Vadim Zeitlin | use HINSTANCE for first DllMain() parameter (should... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Vadim Zeitlin | added wx_dynamic_cast() |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Vadim Zeitlin | added AC_CXX_DYNAMIC_CAST |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Julian Smart | Added wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Robin Dunn | Add SetDefault() |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Michael Wetherell | Add forcelnk.h and version.rc to distribution tars... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | get rid of duplicate comment :) |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | Reduce the value of the fkey guard for unicode characters |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | allow border flags |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | more build load-balancing |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | don't need to import xml.sax anymore |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | Add GetToolTip accessor |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | Set the mouse pos for the drag events, add support... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Robin Dunn | Set the mouse pos for the drag events |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Stefan Csomor | unicode character events |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Włodzimierz... | In MSWUniv wxWindow and wxWindowMSW are different class... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Julian Smart | Must use GetAdjustedBestSize for getting child window... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Julian Smart | Fixed wxBufferedPaintDC for scrolled windows |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | note that GetFromWindow is windows only |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | Document wxDisplay::GetFromWindow |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | fix unresolved reference |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | fix backslashes |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | grammer |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | clear up the 'something' |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Ryan Norton | reword a bit - get rid of mention of the platforms... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Kevin Hock | Add missing wxFileDialog flags to both dialog overview... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Robin Dunn | Added newDirectory flag to DirBrowseButton |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Robin Dunn | Make IsSelected be a bit more specific |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Mattia Barbon | Revert my last commit, GetClientAreaOrigin was alread... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Kevin Hock | Revert last change moving wxFloodFill from imagfill... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Vadim Zeitlin | restored alpha test in raw image frame (why had it... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Vadim Zeitlin | don't use WXDLLEXPORT with nested template classes... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Vadim Zeitlin | don't try to save invalid image: added a wxCHECK(Ok... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Michael Wetherell | Minor fixes for gcc |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Michael Wetherell | Add samples to configure: ipc, keyboard, listbox, multi... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Włodzimierz... | Warning fixes. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Robin Dunn | Use GetMark if available |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Stefan Csomor | correct placard under toolbar |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Michael Wetherell | No res-include for rpmspec wx24dsp |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Michael Wetherell | Add $(TOP_SRCDIR)include for windres |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Włodzimierz... | Missing header. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Ryan Norton | wxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Ryan Norton | Move wxDoFloodFill to dc.cpp so that it can be 'used... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Ryan Norton | work w/o bitmap button |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Ryan Norton | More wxUSE_STATTEXT fixes |
commit | commitdiff | tree | snapshot |
next |