2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate... |
tree | commitdiff |
2008-12-11 |
Francesco Montorsi | substitute (c) and (C) for copyright strings as documented |
tree | commitdiff |
2008-12-11 |
Paul Cornett | fix SetStyle tag removing, broken in r45186 |
tree | commitdiff |
2008-12-08 |
Robert Roebling | Ticket #10245, UTF-8 font face name of GTK 2 font... |
tree | commitdiff |
2008-12-08 |
Paul Cornett | restore clearing of clipped mask, turns out it is needed |
tree | commitdiff |
2008-12-07 |
Paul Cornett | make sure timer events will trigger idle processing... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | restore sorting functionality broken by r57161 |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | compilation fix after r57161 |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | no changes, just remove trailing whitespace |
tree | commitdiff |
2008-12-07 |
Paul Cornett | remove redundant clearing of clipped mask |
tree | commitdiff |
2008-12-07 |
Paul Cornett | fix bitmap position with RTL and non-default scale |
tree | commitdiff |
2008-12-05 |
Robert Roebling | Use gtk_text_buffer_select_range for selecting programm... |
tree | commitdiff |
2008-12-05 |
Paul Cornett | use simpler method to draw bitmap |
tree | commitdiff |
2008-12-02 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-01 |
Paul Cornett | fix for uninitialized alpha being used to create mask... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | return wxDefaultSize (as done in all other platforms... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
tree | commitdiff |
2008-11-27 |
Paul Cornett | fix for shown TLW having m_isShown == false, #9909 |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | fix gcc 3.3 warning about possibly uninitialized (but... |
tree | commitdiff |
2008-11-16 |
Paul Cornett | simplify wxPizza a bit by always drawing the border... |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix restoration of the old font size in DoGetTextExtent... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | there is no sqrt(int) in standard C++ (although glibc... |
tree | commitdiff |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-31 |
Paul Cornett | make sure update UI handlers are called for accelerator... |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Set cursor to <from> in wxTextCtrk::SetSelection |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Disable focus out events during menu popup |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
tree | commitdiff |
2008-10-18 |
Robert Roebling | Allow create of 24-bit bitmap, use Pixbuf when not... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | handle error in GetDataSize() |
tree | commitdiff |
2008-10-17 |
Paul Cornett | partial support for border metrics of non-TLW |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
2008-10-16 |
Václav Slavík | reverted broken changes from r56345 and r56349 |
tree | commitdiff |
2008-10-16 |
Paul Cornett | simplify code by using wxGTKPrivate::GetButtonWidget() |
tree | commitdiff |
2008-10-15 |
Václav Slavík | compilation fix for older glib versions after r56345 |
tree | commitdiff |
2008-10-15 |
Václav Slavík | don't use deprecated gtk_object_sink(), replace it... |
tree | commitdiff |
2008-10-10 |
Paul Cornett | use correct background color when drawing borders |
tree | commitdiff |
2008-10-09 |
Robert Roebling | Use g_signal_connect_after for wxRadioButton as well |
tree | commitdiff |
2008-10-09 |
Robert Roebling | Blind guess fix for wxRB_SINGLE |
tree | commitdiff |
2008-10-08 |
Robert Roebling | Forgot to set GtkIter stamp in Select() and friends |
tree | commitdiff |
2008-10-07 |
Robert Roebling | GTK+ version guard |
tree | commitdiff |
2008-10-07 |
Robert Roebling | Don't set HINT_COMBO as wxPopupWindow is used for diffe... |
tree | commitdiff |
2008-10-06 |
Robert Roebling | Make keyboard input to controls in a wxPopupWindow... |
tree | commitdiff |
2008-10-06 |
Robert Roebling | Wrong order of calls |
tree | commitdiff |
2008-10-06 |
Francesco Montorsi | better error messages, when possible |
tree | commitdiff |
2008-10-03 |
Jouk Jansen | adding variable initialization to 0 |
tree | commitdiff |
2008-10-02 |
Vadim Zeitlin | honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl... |
tree | commitdiff |
2008-09-30 |
Václav Slavík | don't cache tray protocol availability result in wxTask... |
tree | commitdiff |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment... |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | eliminate the hysteresis when scrollbars didn't disappe... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | fix for non-PCH builds |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | position the insertion point to the start, not end... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | Get rid of gs_cairo; if wxGtkPrint* classes are used... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | route all Cairo calls in GTK printing code through... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | added wxGetDisplayPPI() convenience function and wxPrin... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | set selection point to end in wxTextEntryBase::SetValue... |
tree | commitdiff |
2008-09-15 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | make ellipses drawn with transparent pen more wxGC... |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | add wxCANCEL_DEFAULT support |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | rename variable which was redefined inside a loop |
tree | commitdiff |
2008-09-09 |
Václav Slavík | removed superfluous font size scaling in wxGtkPrinterDC... |
tree | commitdiff |
2008-09-06 |
Vadim Zeitlin | add wxGTK_CONVs to fix STL and ANSI builds |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | make it possible to use stock ids for custom message... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | added support for custom labels in wxMessageBox for... |
tree | commitdiff |
2008-09-05 |
Paul Cornett | fix memory leak |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | removed unnceessary gtk_window_set_transient_for()... |
tree | commitdiff |
2008-09-05 |
Paul Cornett | fix for infinite loop when wxBeginBusyCursor is called... |
tree | commitdiff |
2008-09-01 |
Robert Roebling | use gtk_block_event instead of m_block event field |
tree | commitdiff |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
tree | commitdiff |
2008-08-29 |
Robert Roebling | Fix #9917: File save dialog does not honor file extensi... |
tree | commitdiff |
2008-08-28 |
Paul Cornett | use 8 bits for alpha, nothing needs 16 bit alpha here |
tree | commitdiff |
2008-08-27 |
Paul Cornett | get system colors directly from GTK styles, eliminating... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | add a scoped_ptr-like wxGtkObject class which calls... |
tree | commitdiff |
2008-08-27 |
Vadim Zeitlin | honour user scale and source offset in wxDC::Blit(... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | uncomment line accidentally left commented out in last... |
tree | commitdiff |
2008-08-26 |
Paul Cornett | fix for GTK assertion `info->icon_pixmap == NULL' faile... |
tree | commitdiff |
2008-08-25 |
Vadim Zeitlin | add parentheses for && inside || to fix g++ 4.3 warning |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | use Pango to draw rotated text if possible (this suppor... |
tree | commitdiff |
2008-08-21 |
Robert Roebling | Ticket #9858 gtk wxDC::DrawText() - draw text backgroun... |
tree | commitdiff |
2008-08-19 |
Paul Cornett | remove text field from page data, add much more useful... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | don't terminate the event loop in EndModal() if it... |
tree | commitdiff |
2008-08-15 |
Paul Cornett | fix for page change not working after veto, #3808 |
tree | commitdiff |
2008-08-13 |
Paul Cornett | move notebook event definition to common code |
tree | commitdiff |
2008-08-10 |
Paul Cornett | don't modify position for default border if button... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | add control items from child inserter, so that correct... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | some code cleanup |
tree | commitdiff |
2008-08-10 |
Paul Cornett | set extra widget from child inserter, so that correct... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | fix previous commit to respect minimum width |
tree | commitdiff |
next |