2007-07-19 |
Vadim Zeitlin | do platform-specific checks after ensuring that the... |
tree | commitdiff |
2007-07-17 |
Robert Roebling | Some code renaming to avoid confusion. Test editable... |
tree | commitdiff |
2007-07-14 |
Robert Roebling | Made wxDataViewCtrl sample use a real, expandabl data... |
tree | commitdiff |
2007-07-12 |
Robert Roebling | Bo's patch for generic code, more sorting code, WIP |
tree | commitdiff |
2007-07-12 |
Paul Cornett | fix MDI child sizing, which was working more or less... |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_IMAGE==0 |
tree | commitdiff |
2007-07-11 |
Vadim Zeitlin | check for wxUSE_TIMER in headers, not the files includi... |
tree | commitdiff |
2007-07-10 |
Václav Slavík | cleanup of raw access to bitmaps: |
tree | commitdiff |
2007-07-10 |
Robert Roebling | Block all events in wxSpinButton::SetValue etc. |
tree | commitdiff |
2007-07-10 |
Robert Roebling | Block all events in wxSpinCtrl::SetValue etc. |
tree | commitdiff |
2007-07-10 |
Robert Roebling | Block all events in wxSpinCtrl::SetValue etc. |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
tree | commitdiff |
2007-07-06 |
Vadim Zeitlin | use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is... |
tree | commitdiff |
2007-07-05 |
Robert Roebling | New API for wxdataViewCtrl (doesn't run yet). |
tree | commitdiff |
2007-06-29 |
Julian Smart | Prevent seg fault for older GTK+ |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-23 |
Robert Roebling | Upport scrolling changes and mouse wheel changes. |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | provide overloads for all kinds of strings for wxDataFo... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Implement for selection code. |
tree | commitdiff |
2007-05-30 |
Václav Slavík | changed wxGTK_CONV* macros to use utf8_str() and FromUT... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | changed wxWindow::ApplyToolTip to take UTF8-encoded... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString instead of wxChar* in wxColour::Set/FromString |
tree | commitdiff |
2007-05-26 |
Robert Roebling | Upport latest changes from 2_8 branch (print dialog |
tree | commitdiff |
2007-05-26 |
Paul Cornett | restructure fullscreen code dealing with hiding bars |
tree | commitdiff |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
2007-05-19 |
Paul Cornett | move m_sizeSet out of wxWindow |
tree | commitdiff |
2007-05-19 |
Paul Cornett | simplify DoSetClientSize |
tree | commitdiff |
2007-05-09 |
Robert Roebling | GTK+ cell renderers are not widget, so use a |
tree | commitdiff |
2007-05-08 |
Robert Roebling | Beginning to make wxDC code compile both before |
tree | commitdiff |
2007-05-06 |
Robert Roebling | More preview code for the DC reorganisation. |
tree | commitdiff |
2007-05-03 |
Robert Roebling | Putting draft of wxImplDC and the wxDC using it |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
2007-04-26 |
Robert Roebling | Added IsOfStandardClass() as per wxMSW. |
tree | commitdiff |
2007-04-26 |
Paul Cornett | replace 5 copies of size constraining code with one... |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
tree | commitdiff |
2007-04-21 |
Vadim Zeitlin | added safe check for Pango version and use it to avoid... |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-19 |
Paul Cornett | Reorganize idle system code. |
tree | commitdiff |
2007-04-17 |
Robert Roebling | Implemented the same simple API for creating customized |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | Refactor all code common to X11 OpenGL implementations... |
tree | commitdiff |
2007-04-12 |
Vadim Zeitlin | avoid code duplication by using helper functions |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-07 |
Robert Roebling | Restore border around non-scrolling widgets. The |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on wheth... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | decouple primary selection handling from clipboard... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | simplified the code by using new wxClipboardSync class... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | removed virtual GetSelectedBitmap() from the base wxDC... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
tree | commitdiff |
2007-03-10 |
Paul Cornett | source id type is unsigned; minor cleanup |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | native wxHyperlinkCtrl implementation for GTK+ 2.10... |
tree | commitdiff |
2007-02-27 |
Vadim Zeitlin | Support encodings in wxGTK_CONV_BACK() in the same... |
tree | commitdiff |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
tree | commitdiff |
2007-02-17 |
Robert Roebling | Most of FM's wxDataViewCtrl patch. |
tree | commitdiff |
2007-02-15 |
Vadim Zeitlin | return size without decorations from size_request GTK... |
tree | commitdiff |
2007-02-10 |
Vadim Zeitlin | make GetSize() return the size of the window including... |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | replaced size_t with unsigned int in wxAnimation and... |
tree | commitdiff |
2006-12-09 |
Paul Cornett | rename RemoveIdleSource to SuspendIdleCallback |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | default name of wxStaticLine should be wxStaticLineName... |
tree | commitdiff |
2006-12-09 |
Paul Cornett | fix for SetPosition/SetInsertionPoint when called durin... |
tree | commitdiff |
2006-12-07 |
Paul Cornett | correct access for virtuals |
tree | commitdiff |
2006-12-07 |
Paul Cornett | correct access for virtuals |
tree | commitdiff |
2006-12-07 |
Paul Cornett | correct access for virtuals |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | allow dynamically changing most of text control styles... |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | removed empty and unused CalculateScrollbar() method |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | ensure that scroll position is always in scrolling... |
tree | commitdiff |
2006-12-03 |
Vadim Zeitlin | replaced the button suppressing the assert dialog with... |
tree | commitdiff |
2006-11-24 |
Robert Roebling | Commit FM's GTK+ native assert dialog code. |
tree | commitdiff |
2006-11-24 |
Robert Roebling | Override SetLogicalOrigin and SetDeviceOrigin in... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | handlers added using AddHandler() last must have the... |
tree | commitdiff |
2006-11-18 |
Robert Roebling | [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap... |
tree | commitdiff |
2006-11-18 |
Robert Roebling | Hopefully fixed misplaced printout in libgnomeprint. |
tree | commitdiff |
2006-11-17 |
Vadim Zeitlin | - fix wxAnimationCtrl::SetBackgroundColour both for... |
tree | commitdiff |
2006-11-11 |
Robin Dunn | Some wxCollapsiblePane tweaks: |
tree | commitdiff |
2006-11-06 |
Vadim Zeitlin | move WX_GL_XXX constants from wx/*/glcanvas.h to wx... |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | moved wxCollapsiblePane to core from adv |
tree | commitdiff |
2006-11-04 |
Robert Roebling | Reorder event things a little. |
tree | commitdiff |
2006-11-03 |
Vadim Zeitlin | use wxNullFont instead of *wxNORMAL_FONT as default... |
tree | commitdiff |
2006-11-02 |
Julian Smart | Moving GTK+-specfic function - it shouldn't be in publi... |
tree | commitdiff |
2006-11-01 |
Robert Roebling | Make wxDataViewCtrl compile and work in ANSI mode. |
tree | commitdiff |
2006-11-01 |
Stefan Neis | Generalized compilation fix for old compilers. |
tree | commitdiff |
2006-10-31 |
Robert Roebling | Commited region iterator fix. |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Added wxMemoryDC::SelectObjectAsSource() and make Selec... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | GetCurrentSelection() was documented but not present... |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Moved overridden SetMinSize() to base class. |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Make SetMinSize() and SetMaxSize() virtual so they |
tree | commitdiff |
2006-10-30 |
Stefan Neis | Compilation fix for old GCC versions. |
tree | commitdiff |
next |