2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() for... |
tree | commitdiff |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
2003-08-02 |
Václav Slavík | wxJoystick and wxWave are now available in all Unix... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxBrush() ctor from wxColou... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxPen() ctor from wxColour... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | load any files, not only XPMs, in wxIcon(wxIconLocation) |
tree | commitdiff |
2003-07-20 |
Mattia Barbon | Compilation fix for !WXWIN_COMPATIBILITY_2_4. |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | extracted common code into a single wxfileDialogBase... |
tree | commitdiff |
2003-07-14 |
Julian Smart | Rationalised OnIdle |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it... |
tree | commitdiff |
2003-07-09 |
Vadim Zeitlin | GetClientData(int n) should be const (part of patch... |
tree | commitdiff |
2003-07-09 |
Vadim Zeitlin | added missing #include <wx/defs.h> (parts of patch... |
tree | commitdiff |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
tree | commitdiff |
2003-07-08 |
Robert Roebling | Upported mouse click detection change for wxChoice. |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | removed wxFunction |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | small wxGTK compilation fixes |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | added empty Init/CleanUpStandardHandlers() for compatib... |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | added wxIconLocation; minor fixes to wxIcon on some... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | wxFileDialog cleanup, extracted common code to fldlgcmn... |
tree | commitdiff |
2003-05-09 |
Vadim Zeitlin | Insert() patch from John Labenski |
tree | commitdiff |
2003-05-03 |
Robin Dunn | Reversed the meaning of black and white in wxRegion... |
tree | commitdiff |
2003-05-01 |
Vadim Zeitlin | fixes for working with mono bitmaps (patch 728768) |
tree | commitdiff |
2003-03-28 |
Robin Dunn | Added wxTLW::SetShape and implementations for wxGTK... |
tree | commitdiff |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
tree | commitdiff |
2003-03-04 |
Václav Slavík | added support for GTK2 label mnemonics (patch #689573) |
tree | commitdiff |
2003-03-01 |
Robert Roebling | Added wxComboBox::SetString patch |
tree | commitdiff |
2003-02-28 |
Václav Slavík | fixed wxScrollBar creation when default size was used |
tree | commitdiff |
2003-02-28 |
Václav Slavík | added native wxMessageDialog implementation for GTK+2 |
tree | commitdiff |
2003-02-12 |
Vadim Zeitlin | added DoSetNativeFontInfo() to avoid virtual function... |
tree | commitdiff |
2003-01-31 |
Robert Roebling | Removed unnecessary SET_STYLE.. macros. |
tree | commitdiff |
2003-01-26 |
Robert Roebling | Small speed up to fonts and support for scaling. |
tree | commitdiff |
2002-12-29 |
Ron Lee | Added wxTreeCtrl::GetItemParent to deprecate GetParent. |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-09-07 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
tree | commitdiff |
2002-09-04 |
Vadim Zeitlin | fix wxCheckListBox which was completely broken by the... |
tree | commitdiff |
2002-08-15 |
Robert Roebling | strings are now wxChar |
tree | commitdiff |
2002-08-13 |
Robert Roebling | New code for Update() under GTK 2.0. Added |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied patch [ 579219 ] wxNotebook:SetPadding added |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Added various MACROS for converting strings |
tree | commitdiff |
2002-08-01 |
Julian Smart | Applied patch [ 588734 ] Makes ProcessIdle() virtual |
tree | commitdiff |
2002-07-09 |
Robert Roebling | No events when setting values. |
tree | commitdiff |
2002-06-18 |
Julian Smart | Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK |
tree | commitdiff |
2002-06-18 |
Vadim Zeitlin | added ViewStart() as synonym for GetViewStart() in... |
tree | commitdiff |
2002-06-15 |
Robin Dunn | Fixed wxApp::OnAssert signature. |
tree | commitdiff |
2002-06-06 |
Robert Roebling | Dislaying popup tip windows seems to work right now. |
tree | commitdiff |
2002-06-04 |
Vadim Zeitlin | added default parameter values to the overloaded Show... |
tree | commitdiff |
2002-06-02 |
Robert Roebling | Overrode wxMDIChildFrame's DoSetSize to not misplace |
tree | commitdiff |
2002-05-31 |
Vadim Zeitlin | removed unused wxWindowGTK::m_isFrame |
tree | commitdiff |
2002-05-31 |
Vadim Zeitlin | replaced m_isRadioButton with a virtual function |
tree | commitdiff |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isListBox with a virtual function |
tree | commitdiff |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isStaticBox with a virtual... |
tree | commitdiff |
2002-05-31 |
Vadim Zeitlin | replaced wxWindowGTK::m_isListBox with a virtual function |
tree | commitdiff |
2002-05-31 |
Vadim Zeitlin | fixes for the focus handling: don't set back to back... |
tree | commitdiff |
2002-05-12 |
Vadim Zeitlin | fixed wxFontDialog API: accept const ref instead of... |
tree | commitdiff |
2002-05-11 |
Gilles Depeyrot | corrected pragma interface |
tree | commitdiff |
2002-05-07 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-04 |
Vadim Zeitlin | initialize wxBitmapButton members |
tree | commitdiff |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
tree | commitdiff |
2002-04-22 |
Vadim Zeitlin | removed unused OnSetFocus() |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | fixed initial focus handling in the dialog and made... |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | made operator==() and \!=() const (still doesn't make... |
tree | commitdiff |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
tree | commitdiff |
2002-04-19 |
Robert Roebling | Updated makefile for mobile sample. |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
2002-04-13 |
Robert Roebling | Fix wxListCtrl background colour bug Part I |
tree | commitdiff |
2002-03-29 |
Robert Roebling | A bit of scrolling works under GTK 2.0 |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | wxIconBundle implementation. |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | implemented (but it doesn't work yet) the radio buttons... |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | fixed the menu bug introduced by the previous commit |
tree | commitdiff |
2002-03-24 |
Václav Slavík | move wxApp::GetStdIcon to wxArtProvider |
tree | commitdiff |
2002-03-24 |
Václav Slavík | moved the rest of XPMs to /art |
tree | commitdiff |
2002-03-23 |
Vadim Zeitlin | compatibility constructors for wxMenuItem() taking... |
tree | commitdiff |
2002-03-22 |
Václav Slavík | wxITEM_FOO instead of wxItem_Foo, for the sake of consi... |
tree | commitdiff |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
tree | commitdiff |
2002-03-17 |
Václav Slavík | added Calc(Un)ScrolledPosition taking wxPoint |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Give wxScrolledWindow its own Layout method that takes... |
tree | commitdiff |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | compilation fixes after the last commit |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | added SetString(), deprecated SetLabel() |
tree | commitdiff |
2002-02-12 |
Julian Smart | Removed some debug code from window headers; added... |
tree | commitdiff |
2002-02-10 |
Vadim Zeitlin | fix for wxUniv/GTK scrolling |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Added missing test in wxObject::Ref() for already |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Now updating and clearing are done in a delayed fashion. |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Big wxRegion clean up. |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Ref counting fixes and compile fixes. |
tree | commitdiff |
2002-02-03 |
Vadim Zeitlin | fixed wxRegion::Offset() to not modify the shared regions |
tree | commitdiff |
2002-01-31 |
Julian Smart | Applied wxImage -> wxCursor patch, tool window event... |
tree | commitdiff |
2002-01-30 |
Robert Roebling | Added wxRegion::Offset(x,y) |
tree | commitdiff |
2002-01-30 |
Robert Roebling | Some changes for new Update/Refresh behaviour. This |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
tree | commitdiff |
2002-01-18 |
Vadim Zeitlin | better native font support for wxGTK |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | added wxFont::IsFixedWidth(), documented it and impleme... |
tree | commitdiff |
2002-01-14 |
Václav Slavík | removed setup0.h artifacts |
tree | commitdiff |
2002-01-13 |
Václav Slavík | applied ANI images patch and added wxUSE_ICO_CUR |
tree | commitdiff |
2002-01-12 |
Robert Roebling | Some additions to the 12-bit patch. |
tree | commitdiff |
2001-12-31 |
Václav Slavík | wxSystemSettings mods in wxGTK |
tree | commitdiff |
next |