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 |
2001-11-17 |
Robert Roebling | Fixed bug which prevented toplevel window from reacting |
tree | commitdiff |
2001-11-17 |
Robert Roebling | Fixed sveral problems with wxTextCtrl::WriteText... |
tree | commitdiff |
2001-11-17 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2001-11-16 |
Vadim Zeitlin | wxGTK popup menu positioning fix |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextBuffer and wxMemoryText which allow to... |
tree | commitdiff |
2001-11-13 |
Robert Roebling | Patch to make wxComboBox work in Toolbars. |
tree | commitdiff |
2001-11-09 |
Vadim Zeitlin | removed focus assert |
tree | commitdiff |
2001-11-09 |
Vadim Zeitlin | removed code (re)setting the camera from wxGLCanvas... |
tree | commitdiff |
2001-11-08 |
Robert Roebling | wxListBox mouse events now report coords relative |
tree | commitdiff |
2001-11-06 |
Vadim Zeitlin | fixed wxUniv/GTK linking by getting rid of GENERICOBJS... |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | applied patch to make wxGLCanvas derive from wxWindow... |
tree | commitdiff |
2001-11-02 |
Robin Dunn | wxDragLink for wxGTK |
tree | commitdiff |
2001-10-30 |
Václav Slavík | changed wxSystemSettings::HasFrameDecorations to more... |
tree | commitdiff |
2001-10-30 |
Vadim Zeitlin | applied wxDirSelector() patch and regenerated the makef... |
tree | commitdiff |
2001-10-30 |
Vadim Zeitlin | added wx/platform.h to the list of files and regenerate... |
tree | commitdiff |
2001-10-23 |
Vadim Zeitlin | fixed nice bug in wxGTK which always draw the text... |
tree | commitdiff |
2001-10-20 |
Vadim Zeitlin | don't use windows about to be destroyed as implicit... |
tree | commitdiff |
2001-10-19 |
Václav Slavík | we no longer need wxFrameNative |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
tree | commitdiff |
2001-10-18 |
Robin Dunn | wxGTK's wxListBox now returns a meaningful value for... |
tree | commitdiff |
2001-10-15 |
Václav Slavík | added GetStdIcon support to wxRenderer |
tree | commitdiff |
2001-10-14 |
Vadim Zeitlin | regenerated from the templates |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | attempts to process non ASCII key strokes properly |
tree | commitdiff |
2001-10-09 |
Robin Dunn | Moved the [Set|Get]Client[Data|Object] and such out... |
tree | commitdiff |
2001-10-09 |
Vadim Zeitlin | fixed results of strange cvs code merge |
tree | commitdiff |
2001-10-09 |
Gilles Depeyrot | added missing close brace |
tree | commitdiff |
2001-10-08 |
Václav Slavík | hopefully fixes focus assertion |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | normalized handling of Ctrl-x key presses and documente... |
tree | commitdiff |
2001-10-06 |
Václav Slavík | no, wxComboBox is really NOT a low-level class (neither... |
tree | commitdiff |
2001-10-05 |
Václav Slavík | an (blind) attempt to fix wxGTK frame activation bug |
tree | commitdiff |
2001-10-02 |
Vadim Zeitlin | missing extern "C" added to fix linking problems with... |
tree | commitdiff |
2001-10-02 |
Vadim Zeitlin | fixed the exit code detection for async processes |
tree | commitdiff |
2001-10-01 |
Vadim Zeitlin | fix for running csh scripts using wxExecute() |
tree | commitdiff |
2001-09-30 |
Václav Slavík | fixed wxDialog creation (created window wasn't transient) |
tree | commitdiff |
2001-09-30 |
Václav Slavík | fixed wxColour bug that broken wxUniv |
tree | commitdiff |
2001-09-29 |
Václav Slavík | oops, reverted wrong code |
tree | commitdiff |
2001-09-28 |
Václav Slavík | implemented wxActivateEvent properly |
tree | commitdiff |
next |