2002-03-17 |
Václav Slavík | added Calc(Un)ScrolledPosition taking wxPoint |
tree | commitdiff |
2002-03-17 |
Ron Lee | Added wxBufferedDC class. |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Added wxCURSOR_RIGHT_ARROW, which is like the typical... |
tree | commitdiff |
2002-03-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Give wxScrolledWindow its own Layout method that takes... |
tree | commitdiff |
2002-03-13 |
Vadim Zeitlin | compilation error fixed |
tree | commitdiff |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | added support for non alphanumeric simple character... |
tree | commitdiff |
2002-03-03 |
Václav Slavík | removed implicit dependency on wxPNGHandler from wxGTK... |
tree | commitdiff |
2002-02-23 |
Robert Roebling | Some work on GTK focus handling and events. |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | fix for a nasty bug with colouor copying |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
tree | commitdiff |
2002-02-20 |
Robert Roebling | Always send an erase event to satisfy some users... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | fix setting the font for a single-line text control... |
tree | commitdiff |
2002-02-19 |
Robert Roebling | Added test for default action (button normally) |
tree | commitdiff |
2002-02-18 |
Robert Roebling | Added more wxRegion tests to erase sample. |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | compilation fixes after the last commit |
tree | commitdiff |
2002-02-17 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | added SetString(), deprecated SetLabel() |
tree | commitdiff |
2002-02-17 |
Václav Slavík | move wxMGL's wxTimer to src/generic |
tree | commitdiff |
2002-02-14 |
Julian Smart | Removed wxBuffer from several ports; added function... |
tree | commitdiff |
2002-02-13 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-13 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-11 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
tree | commitdiff |
2002-02-09 |
Robert Roebling | Commiting remaining files of configure change for... |
tree | commitdiff |
2002-02-08 |
Robert Roebling | More refreshes are deferred to idle time. |
tree | commitdiff |
2002-02-07 |
Václav Slavík | changed wxImage::ComputeHistogram to use wxHashMap |
tree | commitdiff |
2002-02-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | typo in IMPLEMENT_DYNAMIC_CLASS fixed |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS fixes |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | fixed crash when return is pressed in a spinctrl inside... |
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 | Applied thread wakeup patch. |
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 | compilation fix |
tree | commitdiff |
2002-02-03 |
Vadim Zeitlin | fixed wxRegion::Offset() to not modify the shared regions |
tree | commitdiff |
2002-02-02 |
Robin Dunn | Shouldn't call SetFont(wxNullFont) any more |
tree | commitdiff |
2002-02-01 |
Václav Slavík | compilation fix |
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 | Added various calls to wxWindow::Update() to |
tree | commitdiff |
2002-01-30 |
Robert Roebling | New Refresh()/Update() behaviour. As expected, scrolling |
tree | commitdiff |
2002-01-30 |
Robert Roebling | Some changes for new Update/Refresh behaviour. This |
tree | commitdiff |
2002-01-29 |
Mattia Barbon | Updated projects/makefiles |
tree | commitdiff |
2002-01-28 |
Robert Roebling | wxDC::Blit(): the source coordinates are logical... |
tree | commitdiff |
2002-01-28 |
Vadim Zeitlin | removed non existing unzip.h from the filelist.txt... |
tree | commitdiff |
2002-01-28 |
Robert Roebling | Change idle behvaiour with regard to wxIdleEvent... |
tree | commitdiff |
2002-01-28 |
Vadim Zeitlin | warning fixes in GetColor() for the newly added values |
tree | commitdiff |
2002-01-27 |
Robert Roebling | wxMiniFrame works again. |
tree | commitdiff |
2002-01-24 |
Václav Slavík | added dummy <style> handler in order to hide CSS code |
tree | commitdiff |
2002-01-22 |
Vadim Zeitlin | added (dummy) implementation of GetMetric(wxSYS_CURSOR_... |
tree | commitdiff |
2002-01-20 |
Václav Slavík | make sure gs_captureWindow is always set to NULL in... |
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-17 |
Václav Slavík | fixed to the IFF handler, moved into one file |
tree | commitdiff |
2002-01-16 |
Robin Dunn | Added wx/dirctrl.h to filelist.txt so it will get insta... |
tree | commitdiff |
2002-01-15 |
Robert Roebling | Added IFF handler. |
tree | commitdiff |
2002-01-15 |
Robert Roebling | gdk_rgb doesn't work on SGI. |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | added wxFont::IsFixedWidth(), documented it and impleme... |
tree | commitdiff |
2002-01-13 |
Robert Roebling | Remove surplus wxTheApp from wxApp... |
tree | commitdiff |
2002-01-12 |
Robert Roebling | Some additions to the 12-bit patch. |
tree | commitdiff |
2002-01-12 |
Robert Roebling | Applied patches for wxBU_EXACTFIT to button.cpp and... |
tree | commitdiff |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
tree | commitdiff |
2002-01-11 |
Vadim Zeitlin | added support for wxALIGN_XXX in wxStaticBox |
tree | commitdiff |
2002-01-11 |
Robert Roebling | Corrected wxFrame::SetMenuBar() for repeated calls |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
tree | commitdiff |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
tree | commitdiff |
2002-01-08 |
Václav Slavík | compilation fix |
tree | commitdiff |
2002-01-08 |
Vadim Zeitlin | don't allow setting an invalid font |
tree | commitdiff |
2002-01-01 |
Václav Slavík | regenerated makefiles (forgot to do it after changing... |
tree | commitdiff |
2001-12-31 |
Václav Slavík | remove settings.h from wxGTK |
tree | commitdiff |
2001-12-31 |
Václav Slavík | wxSystemSettings mods in wxGTK |
tree | commitdiff |
2001-12-31 |
Václav Slavík | wxSystemSettings mods in wxMGL and wxGTK |
tree | commitdiff |
2001-12-22 |
Vadim Zeitlin | fixed wrong return value of wxComboBox::GetClientObject |
tree | commitdiff |
2001-12-21 |
Vadim Zeitlin | add more methods to wxNativeFontInfo: To/FromUserString... |
tree | commitdiff |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | fix for the X fatal error when closing frames |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | fix for using wxDataObjectComposite with the clipboard |
tree | commitdiff |
2001-12-18 |
Vadim Zeitlin | fix for handling the standard X toolkit options |
tree | commitdiff |
2001-12-14 |
Vadim Zeitlin | got rid of ^Ms |
tree | commitdiff |
2001-12-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
tree | commitdiff |
2001-11-30 |
Vadim Zeitlin | added wxWS_EX_TRANSIENT, added code for handling it... |
tree | commitdiff |
2001-11-27 |
Vadim Zeitlin | fudged the extra width in GetBestSize() to fit better |
tree | commitdiff |
2001-11-26 |
Vadim Zeitlin | fixed listbox initial size determination |
tree | commitdiff |
2001-11-26 |
Vadim Zeitlin | superposition of text styles in wxTextCtrl now works... |
tree | commitdiff |
2001-11-25 |
Robert Roebling | Correct wxTimer bug in wxGTK. |
tree | commitdiff |
2001-11-23 |
Vadim Zeitlin | implemented GetBestSize() for wxChoice |
tree | commitdiff |
2001-11-22 |
Robert Roebling | Tries to fix wxListBox focus problems. |
tree | commitdiff |
2001-11-21 |
Václav Slavík | wxMouseEvent's coordinates are now relative to client... |
tree | commitdiff |
2001-11-20 |
Václav Slavík | fixes for wxBase RPM |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
tree | commitdiff |
2001-11-18 |
Ron Lee | Removed include/wx/setup.h from filelist.txt -- Needed... |
tree | commitdiff |
2001-11-17 |
Robert Roebling | More changes to various controls for more reliably |
tree | commitdiff |
2001-11-17 |
Václav Slavík | regenerated makefiles |
tree | commitdiff |
2001-11-17 |
Robert Roebling | Changed/Fixed way in which wxListBox blocks events |
tree | commitdiff |
2001-11-17 |
Robert Roebling | Trying to fix dialog close/focus_widget problem. |
tree | commitdiff |
next |