Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-25[Ide][Win] Smaller arrows in menusVsevolod Kukol
(requires https://github.com/mono/xamarin-gtk-theme/pull/26)
2016-03-25[Ide][Win] Disable scrollbar trough shadesVsevolod Kukol
2016-02-26[Ide][Win] Optimize Gtk menus and arrowsVsevolod Kukol
2016-02-08[Ide] Contrast improvementsVaclav Vancura
2016-02-05Merge remote-tracking branch 'origin/roslyn-dark-skin' into ↵Vsevolod Kukol
dark-skin-gtk-experimental
2016-02-05[Ide] Fix broken Gtkrc color definitionsVsevolod Kukol
2016-02-03Merge remote-tracking branch 'origin/roslyn-dark-skin' into ↵Vsevolod Kukol
dark-skin-gtk-experimental
2016-02-02[Ide] gtkrc: Updating light and dark skinsVaclav Vancura
2016-02-02[Ide] gtkrc: Updating copyrightVaclav Vancura
2016-02-02[Ide] Style: BaseTextColor no more, it's now BaseForegroundColorVaclav Vancura
We had duplicated colors, only one should rule them all. # Conflicts: # main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Styles.cs
2016-01-29[Win] Disable fill gradients in GtkrcVsevolod Kukol
2016-01-17[Ide] Fix link label hover backgroundVsevolod Kukol
This is a temp workaround. Link label drawing must be fixed in the Gtk engine. It should not draw any prelight background at all.
2016-01-15[Ide] Syncing gtkrcsVaclav Vancura
2016-01-14[Ide] Windows selection color tweaksVaclav Vancura
2016-01-14[Ide] gtkrc updatesVaclav Vancura
2016-01-14[Debugger] New light colorsVaclav Vancura
2015-12-16[Ide] remove experimental Gtk engine featuresVsevolod Kukol
2015-12-15[Ide][Win] Fix ComboBoxEntry button alignmentVsevolod Kukol
2015-12-15[Ide][Win] Fix CheckButton without indicator designVsevolod Kukol
2015-12-15[Ide][Win] Optimize check button designVsevolod Kukol
2015-12-15[Ide][Win] No gradients on widgetsVsevolod Kukol
2015-12-09[Win] Gtk theme redesignVsevolod Kukol
* remove obsolete wimp engine * mimic native design using xamarin-gtk-theme * remove gradients where possible * remove broken gtkrc style matches * requires xamarin-gtk-theme update
2015-11-29[Ide] gtkrc changes:Vaclav Vancura
* gtkrc.win32-vista no more (as we don't support Windows Vista) * gtkrc.mac-yosemite is now merged into gtkrc.mac (as we support OS X Yosemite up only, hence no reason to have pre-yosemite gtkrc)
2015-05-22[gtk] Tooltip style changes for Win32Cody Russell
2014-10-13Set GtkDialog::content-area-border = 0 for all platforms.Cody Russell
2014-04-05[Ide] Fix default Win32 font sizesMichael Hutchinson
2014-04-05Use correct default Sans font on WindowsMichael Hutchinson
2013-08-08Disable input method menu on Windows.Cody Russell
2013-05-23[gtkrc] Disable error bell on Win/MacMichael Hutchinson
It's not standard behavior on either OS.
2013-02-22[Ide] Make win32 comboboxes use the wimp engine for all elementsCarlos Garnacho
All combobox elements but the surrounding frame were rendered using the wimp engine, which caused weird rounded corner appearance as children are square.
2013-02-22[Ide] Make gtkrc.win32 line endings acceptable to gitMichael Hutchinson
2013-02-21[Ide] Fix some headersMichael Hutchinson
2012-11-16[UIRefresh] Make tooltips squareJason Smith
There are some issues involving the system shadow drawn by OS X and rounded tooltips. This helps resolve that.
2012-11-16[gtkrc.win32] Attempt to fix #8390Alex Corrado
Mnemonics and MenuItem padding are fixed, but adding "gtk-alternative-button-order = 1" to the gtkrc doesn't seem to have any effect
2012-11-10[UIRefresh] Make treeview highlight green to match addons storeJason Smith
2012-10-22[gtkrc] Use wimp buttons, checkboxes, menus, and combo boxesAlex Corrado
2012-10-22Bring back theme change for scrollbars since the quartz engine has been fixedAlex Corrado
This reverts commit 07403b039418890c44dfaacb5e2700a293462847.
2012-10-16Revert theme change for scrollbars since it breaks the lanedo themeLluis Sanchez
2012-10-13Use wimp to render scrollbars on WindowsAlex Corrado
2012-10-11[UIRefresh] Use windows specific GTKRC themeJason Smith