2009-06-17 |
Vadim Zeitlin | make wxCollapsiblePane blend into its parent background... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | added wxBU_NOTEXT style to allow creating bitmap button... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement wxGTK wxBitmapButton in terms of wxButton |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for bitmaps for all states in wxGTK... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | added helper GTKShouldIgnoreEvent() to use in void... |
tree | commitdiff |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for button bitmaps (normal state... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-06-11 |
Robert Roebling | GTK: In virtual list mode, map first row to 1, not... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | work around g++ 4.3 warning about possibly ambiguous... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | fix ANSI build compilation (closes #10846) |
tree | commitdiff |
2009-05-20 |
Vadim Zeitlin | do allow calling Hide() on the window before it is... |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix typo from previous commit |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | fix the wxCursor(const wxString& cursor_file, ...)... |
tree | commitdiff |
2009-05-15 |
Václav Slavík | simplified code now that utf8_str() always returns... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | don't use GetParent() in GetParentForModalDialog()... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | remove wxMSW-specific FindSuitableParent() and use... |
tree | commitdiff |
2009-05-01 |
Francesco Montorsi | don't place NULL pointers in the GDK window array in... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | allow windows which are placed inside wxStaticBoxes... |
tree | commitdiff |
2009-04-20 |
Francesco Montorsi | use WX_PIZZA(...) to deference pointers only when we... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | correct GTK+ version check added by r59603 |
tree | commitdiff |
2009-04-14 |
Francesco Montorsi | don't return whatever encoding was set in SetEncoding... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | implement wxNativeFontInfo::SetFamily for wxGTK with... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | no real change; just fix the argument name of the wxFon... |
tree | commitdiff |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | compilation fix for r59932 |
tree | commitdiff |
2009-03-29 |
Václav Slavík | implemented CreateIconBundle() in GTK+ native art provider |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | update wxGTK font implementation removing useless funct... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | don't assert in Refresh() if window is not created... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Jaakko Salli | Fix wxGTK wxBitmapComboBox::SetValue() not working... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-17 |
Francesco Montorsi | the GOption hack is valid for Glib 2.20 too (it looks... |
tree | commitdiff |
2009-03-17 |
Francesco Montorsi | guard with compile-time checks the new GDK_* event... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | implement the wxGTK selective yield with a different... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | fix crash caused by an wxMDIClientWindow's GTK signal... |
tree | commitdiff |
2009-03-13 |
Francesco Montorsi | avoid GDK warnings about invalid windows when creating... |
tree | commitdiff |
2009-03-12 |
Vadim Zeitlin | compilation fix for ANSI build |
tree | commitdiff |
2009-03-11 |
Robert Roebling | Commit third algorithm for sorting and preserving old... |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Make a single for loop out of two |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Use sorting algo using wxQsort that includes the old... |
tree | commitdiff |
2009-03-09 |
Robert Roebling | Implement vetoing editing in wxDataViewTextRenderer... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | comment out wxPrintf/wxLogDebug calls; fix some indenta... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Initialise DC only when needed and deinitilise it prope... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | don't allow setting readonly combobox value to a string... |
tree | commitdiff |
2009-03-03 |
Julian Smart | Don't crash if no scrollbar |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | fix warning about possibly uninitialized variable in... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-02-28 |
Robert Roebling | Use gdk_window_invalidate instead of gtk_widget_queue_d... |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518) |
tree | commitdiff |
2009-02-19 |
Paul Cornett | better fix for aCC and rawbmp.h |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for HP aCC, it can't compile rawbmp.h |
tree | commitdiff |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
tree | commitdiff |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode |
tree | commitdiff |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetCli... |
tree | commitdiff |
2009-02-16 |
Francesco Montorsi | don't consider EOF an unrecoverable error |
tree | commitdiff |
2009-02-16 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-16 |
Václav Slavík | fully reverted Francesco's removal of copying informati... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | revert previous commit - but don't include unneeded... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | remove GTK_CHECK_VERSION checks for GTK versions < 2.4 |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
tree | commitdiff |
2009-02-12 |
Robert Roebling | Don't use native file/dir picker buttons when using... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-10 |
Paul Cornett | corrected build fix, new code does work with GTK+ ... |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for GTK+ < 2.10 |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after latest changes |
tree | commitdiff |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
tree | commitdiff |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-05 |
Paul Cornett | use the right GdkWindow and origin for non-pizza widget... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2009-02-04 |
Robert Roebling | Use gtk_range_set_value() to set scrollbar and do that... |
tree | commitdiff |
2009-02-04 |
Robert Roebling | Use wxRound() instead of (int)(my_double + 0.5); |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-04 |
Paul Cornett | revert last commit, it re-introduces the first problem |
tree | commitdiff |
2009-02-04 |
Paul Cornett | fix bug introduced in last commit, contents not scrolli... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Also report events from wxCollapsiblePane's label |
tree | commitdiff |
2009-02-02 |
Robert Roebling | Invalidate only the specified rectangle |
tree | commitdiff |
2009-02-02 |
Robert Roebling | The recent change to ::Refresh() (strangely) fails... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | Make wxCheckListBox call event.SetString() on all platf... |
tree | commitdiff |
2009-02-01 |
Robert Roebling | The check column needs more space |
tree | commitdiff |
next |